Changes between Version 19 and Version 20 of LineBreakingCSS3Mapping


Ignore:
Timestamp:
Sep 4, 2012 10:12:26 PM (12 years ago)
Author:
glenn@skynav.com
Comment:

Fix typo.

Legend:

Unmodified
Added
Removed
Modified
  • LineBreakingCSS3Mapping

    v19 v20  
    144144 * If `-webkit-line-break` is `auto`, content language is not Chinese, Japanese, or Korean, and ICU does not provide a tailored set of rules that applies to the content language, then use the **ICU()** column's behavior;
    145145 * If `-webkit-line-break` is `auto`, content language is not Chinese, Japanese, or Korean, 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;
    146  * If `-webkit-line-break` is `auto` and content language is Chinese, Japanese, or Korean, then use the **Normal(ja)** column's behavior;
     146 * If `-webkit-line-break` is `auto` and content language is Chinese, Japanese, or Korean, then use the **Normal(cjk)** column's behavior;
    147147 * If `-webkit-line-break` is `loose` and content language is not Chinese, Japanese, or Korean, then use the **Loose()** column's behavior;
    148  * If `-webkit-line-break` is `loose` and content language is Chinese, Japanese, or Korean, then use the **Loose(ja)** column's behavior;
     148 * If `-webkit-line-break` is `loose` and content language is Chinese, Japanese, or Korean, then use the **Loose(cjk)** column's behavior;
    149149 * If `-webkit-line-break` is `normal` and content language is not Chinese, Japanese, or Korean, then use the **Normal()** column's behavior;
    150  * If `-webkit-line-break` is `normal` and content language is Chinese, Japanese, or Korean, then use the **Normal(ja)** column's behavior;
     150 * If `-webkit-line-break` is `normal` and content language is Chinese, Japanese, or Korean, then use the **Normal(cjk)** column's behavior;
    151151 * If `-webkit-line-break` is `strict` and content language is not Chinese, Japanese, or Korean, then use the **Strict()** column's behavior;
    152152 * If `-webkit-line-break` is `strict` and content language is Chinese, Japanese, or Korean, then use the **Strict(ja)** column's behavior;