Changes between Version 2 and Version 3 of LineBreakingCSS3Mapping
- Timestamp:
- Aug 31, 2012 5:27:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LineBreakingCSS3Mapping
v2 v3 134 134 == Implementation Details == 135 135 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; 137 139 * If `line-break` is `loose` and content language is neither Japanese nor Chinese, then use the **Loose()** column's behavior; 138 140 * If `line-break` is `loose` and content language is Japanese or Chinese, then use the **Loose(ja)** column's behavior; … … 141 143 * If `line-break` is `strict` and content language is neither Japanese nor Chinese, then use the **Strict()** column's behavior; 142 144 * If `line-break` is `strict` and content language is Japanese or Chinese, then use the **Strict(ja)** column's behavior; 143