Changes between Version 5 and Version 6 of LineBreakingCSS3Mapping
- Timestamp:
- Aug 31, 2012 5:50:08 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LineBreakingCSS3Mapping
v5 v6 1 = Per-Character CSS3 Line Break Semantics =1 = Line Break Behavior Details = 2 2 3 The following table enumerates the line breaking semantics of specific characters explicitly enumerated by[http://dev.w3.org/csswg/css3-text/ CSS3 Text].3 The following table enumerates the line breaking semantics of all characters in a manner consistent with [http://dev.w3.org/csswg/css3-text/ CSS3 Text]. 4 4 5 5 The columns of the table are defined as follows: … … 26 26 * **PO** - Postfix Numeric 27 27 * **PR** - Prefix Numeric 28 * **-** - as otherwise defined by UAX14 28 29 29 30 The values of the **ICU()** through **Strict(ja)** columns designate the following breaking behavior: 30 31 ` 31 32 * **B/A** - break permitted before or after 32 33 * **XA** - break excluded after 33 34 * **XB** - break excluded before 34 35 * **XP** - break excluded between any pair in class 35 * **-** - break behavior defined by default line breaking behavior36 * **-** - as otherwise defined by ''default line breaking behavior'' 36 37 37 38 || **Code** || **UAX14** || **ICU()** || **ICU(ja)** || **Loose()** || **Loose(ja)** || **Normal()** || **Normal(ja)** || **Strict()** || **Strict(ja)** || **Character Name** || … … 143 144 * If `line-break` is `strict` and content language is neither Japanese nor Chinese, then use the **Strict()** column's behavior; 144 145 * If `line-break` is `strict` and content language is Japanese or Chinese, then use the **Strict(ja)** column's behavior; 146 147 For implementation purposes, ''content language'' is determined as described by [http://www.w3.org/TR/html5/global-attributes.html#language to determine the language of a node]. 148 149 For implementation purposes, ''default line breaking behavior'' is interpreted as the behavior implemented by [http://site.icu-project.org/ ICU] when applying either ICU's default rules or locale specific rules tailored to an identified content language.