@@ -1229,7 +1229,11 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
12291229
12301230 < dd > The UA determines the set of line-breaking restrictions to use, and it
12311231 may vary the restrictions based on the length of the line; e.g., use a
1232- less restrictive set of line-break rules for short lines.
1232+ less restrictive set of line-break rules for short lines. <!--
1233+ However, if 'word-break' is ''keep-all'',
1234+ then all the line-breaking restrictions listed below for ''line-break: strict''
1235+ must be applied.
1236+ -->
12331237
12341238 < dt > < dfn id =loose title ="line-break:loose "> ‘< code
12351239 class =css > loose</ code > ’</ dfn >
@@ -1248,6 +1252,15 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
12481252 < dd > Breaks text using the most stringent set of line-breaking rules.
12491253 </ dl >
12501254
1255+ < p class =issue > It is unclear how Korean should be handled here. It should
1256+ perhaps not be included in the lists below (alongside Chinese and
1257+ Japanese). Also, the behavior of ‘< code class =css > word-break:
1258+ keep-all</ code > ’ may be more appropriate if it also triggered ‘< code
1259+ class =css > strict</ code > ’ line-breaking here, at least in the case of
1260+ ‘< a href ="#auto1 "> < code class =css > auto</ code > </ a > ’. See < a
1261+ href ="http://lists.w3.org/Archives/Public/public-i18n-cjk/2013AprJun/0001.html "> this
1262+ thread</ a > for further discussion of these issues.
1263+
12511264 < p > CSS distinguishes between three levels of strictness in the rules for
12521265 text wrapping. The precise set of rules in effect for each level is up to
12531266 the UA and should follow language conventions. However, this specification
@@ -2660,7 +2673,9 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
26602673 justification. This means that tracking can't be used in conjunction with,
26612674 e.g. CJK justification methods. However, allowing it would mean we need a
26622675 control for disabling it; German, for example, avoids letter-spacing for
2663- justification because it's used for emphasis.
2676+ justification because it's used for emphasis. See < a
2677+ href ="http://lists.w3.org/Archives/Public/www-style/2013May/0280.html "> this
2678+ thread</ a > .
26642679
26652680 < p > Letter-spacing must not be applied at the beginning or at the end of a
26662681 line. The total letter spacing between two adjacent < a
0 commit comments