Changes between Version 2 and Version 3 of LineBreakingCSS3Mapping


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

Elaborate content.

Legend:

Unmodified
Added
Removed
Modified
  • LineBreakingCSS3Mapping

    v2 v3  
    134134== Implementation Details ==
    135135
    136  * If `line-break` is `auto`, then use the **ICU()** column's behavior;
     136 * If `line-break` is `auto`, content language is neither Japanese nor Chinese, and ICU does not provide a tailored set of rules that apply to the content language, then use the **ICU()** column's behavior;
     137 * If `line-break` is `auto`, content language is neither Japanese nor Chinese, and ICU does provide a tailored set of rules that apply to the content language, then use the **ICU()** column's behavior modulo application of tailored rules;
     138 * If `line-break` is `auto` and content language is Japanese or Chinese, then use the **Normal(ja)** column's behavior;
    137139 * If `line-break` is `loose` and content language is neither Japanese nor Chinese, then use the **Loose()** column's behavior;
    138140 * If `line-break` is `loose` and content language is Japanese or Chinese, then use the **Loose(ja)** column's behavior;
     
    141143 * If `line-break` is `strict` and content language is neither Japanese nor Chinese, then use the **Strict()** column's behavior;
    142144 * If `line-break` is `strict` and content language is Japanese or Chinese, then use the **Strict(ja)** column's behavior;
    143