Changes between Version 3 and Version 4 of LineBreakingCSS3Mapping


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

Fix typo.

Legend:

Unmodified
Added
Removed
Modified
  • LineBreakingCSS3Mapping

    v3 v4  
    134134== Implementation Details ==
    135135
    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;
     136 * If `line-break` is `auto`, content language is neither Japanese nor Chinese, and ICU does not provide a tailored set of rules that applies 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 applies to the content language, then use the **ICU()** column's behavior modulo application of tailored rules;
    138138 * If `line-break` is `auto` and content language is Japanese or Chinese, then use the **Normal(ja)** column's behavior;
    139139 * If `line-break` is `loose` and content language is neither Japanese nor Chinese, then use the **Loose()** column's behavior;