Changes between Version 7 and Version 8 of LineBreakingCSS3Mapping


Ignore:
Timestamp:
Aug 31, 2012 6:31:45 AM (12 years ago)
Author:
glenn@skynav.com
Comment:

Fix typo.

Legend:

Unmodified
Added
Removed
Modified
  • LineBreakingCSS3Mapping

    v7 v8  
    77 * **Code** - Unicode code point (in hexadecimal), except **-** which means all other characters not explicitly listed
    88 * **UAX14** - Line breaking class assigned by [http://www.unicode.org/reports/tr14/ UAX14]
    9  * **ICU()** - Behavior implemented by [http://site.icu-project.org/ ICU] when primary language subtag of locale is not specified or not 'ja' or 'zh' (or equivalent)
    10  * **ICU(ja)** - Behavior implemented by [http://site.icu-project.org/ ICU] when primary language subtag of locale is 'ja' or 'zh' (or equivalent)
     9 * **ICU()** - Behavior implemented by [http://site.icu-project.org/ ICU] when primary language subtag of locale is not specified or not 'ja' (or equivalent)
     10 * **ICU(ja)** - Behavior implemented by [http://site.icu-project.org/ ICU] when primary language subtag of locale is 'ja' (or equivalent)
    1111 * **Loose()** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is not Japanese or Chinese
    1212 * **Loose(ja)** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is not Japanese or Chinese