Changes between Version 20 and Version 21 of LineBreakingCSS3Mapping
- Timestamp:
- Sep 4, 2012, 10:14:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LineBreakingCSS3Mapping
v20 v21 150 150 * If `-webkit-line-break` is `normal` and content language is Chinese, Japanese, or Korean, then use the **Normal(cjk)** column's behavior; 151 151 * If `-webkit-line-break` is `strict` and content language is not Chinese, Japanese, or Korean, then use the **Strict()** column's behavior; 152 * If `-webkit-line-break` is `strict` and content language is Chinese, Japanese, or Korean, then use the **Strict( ja)** column's behavior;152 * If `-webkit-line-break` is `strict` and content language is Chinese, Japanese, or Korean, then use the **Strict(cjk)** column's behavior; 153 153 * If `-webkit-line-break` is `after-white-space`, then use the procedure defined in [#afterWhiteSpace Handling of after-white-space]. 154 154