| 11 | | * **Loose()** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is not Japanese or Chinese |
| 12 | | * **Loose(ja)** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is Japanese or Chinese |
| 13 | | * **Normal()** - Behavior prescribed by CSS3 when `line-break` is `normal` and content language is not Japanese or Chinese |
| 14 | | * **Normal(ja)** - Behavior prescribed by CSS3 when `line-break` is `normal` and content language is Japanese or Chinese |
| 15 | | * **Strict()** - Behavior prescribed by CSS3 when `line-break` is `strict` and content language is not Japanese or Chinese |
| 16 | | * **Strict(ja)** - Behavior prescribed by CSS3 when `line-break` is `strict` and content language is Japanese or Chinese |
| | 11 | * **Loose()** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is not Chinese, Japanese, or Korean |
| | 12 | * **Loose(cjk)** - Behavior prescribed by CSS3 when `line-break` is `loose` and content language is Chinese, Japanese, or Korean |
| | 13 | * **Normal()** - Behavior prescribed by CSS3 when `line-break` is `normal` and content language is not Chinese, Japanese, or Korean |
| | 14 | * **Normal(cjk)** - Behavior prescribed by CSS3 when `line-break` is `normal` and content language is Chinese, Japanese, or Korean |
| | 15 | * **Strict()** - Behavior prescribed by CSS3 when `line-break` is `strict` and content language is not Chinese, Japanese, or Korean |
| | 16 | * **Strict(cjk)** - Behavior prescribed by CSS3 when `line-break` is `strict` and content language is Chinese, Japanese, or Korean |
| 144 | | * If `-webkit-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; |
| 145 | | * If `-webkit-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; |
| 146 | | * If `-webkit-line-break` is `auto` and content language is Japanese or Chinese, then use the **Normal(ja)** column's behavior; |
| 147 | | * If `-webkit-line-break` is `loose` and content language is neither Japanese nor Chinese, then use the **Loose()** column's behavior; |
| 148 | | * If `-webkit-line-break` is `loose` and content language is Japanese or Chinese, then use the **Loose(ja)** column's behavior; |
| 149 | | * If `-webkit-line-break` is `normal` and content language is neither Japanese nor Chinese, then use the **Normal()** column's behavior; |
| 150 | | * If `-webkit-line-break` is `normal` and content language is Japanese or Chinese, then use the **Normal(ja)** column's behavior; |
| 151 | | * If `-webkit-line-break` is `strict` and content language is neither Japanese nor Chinese, then use the **Strict()** column's behavior; |
| 152 | | * If `-webkit-line-break` is `strict` and content language is Japanese or Chinese, then use the **Strict(ja)** column's behavior; |
| | 144 | * 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; |
| | 145 | * 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; |
| | 147 | * 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; |
| | 149 | * 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; |
| | 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; |