@@ -3925,40 +3925,6 @@ Line Breaking Strictness: the 'line-break' property</h3>
39253925 However, for these three keywords, this specification does require that:
39263926
39273927 <ul>
3928- <li>
3929- The following breaks are forbidden in ''strict'' line breaking
3930- and allowed in ''line-break/normal'' and ''loose'' :
3931-
3932- <ul>
3933- <li>
3934- breaks before Japanese small kana
3935- or the Katakana-Hiragana prolonged sound mark,
3936- i.e. characters
3937- from the Unicode line breaking class <code> CJ</code> .
3938- [[!UAX14]]
3939-
3940- <wpt>
3941- line-break/line-break-loose-011.xht
3942- line-break/line-break-loose-012.xht
3943- line-break/line-break-normal-011.xht
3944- line-break/line-break-normal-012.xht
3945- line-break/line-break-strict-011.xht
3946- line-break/line-break-strict-012.xht
3947- i18n/ja/css-text-line-break-ja-cj-loose.html
3948- i18n/ja/css-text-line-break-ja-cj-normal.html
3949- i18n/ja/css-text-line-break-ja-cj-strict.html
3950- i18n/zh/css-text-line-break-zh-cj-loose.html
3951- i18n/zh/css-text-line-break-zh-cj-normal.html
3952- i18n/zh/css-text-line-break-zh-cj-strict.html
3953- i18n/other-lang/css-text-line-break-de-cj-loose.html
3954- i18n/other-lang/css-text-line-break-de-cj-normal.html
3955- i18n/other-lang/css-text-line-break-de-cj-strict.html
3956- i18n/unknown-lang/css-text-line-break-cj-loose.html
3957- i18n/unknown-lang/css-text-line-break-cj-normal.html
3958- i18n/unknown-lang/css-text-line-break-cj-strict.html
3959- </wpt>
3960- </ul>
3961-
39623928 <li>
39633929 The following breaks are allowed for ''line-break/normal''
39643930 and ''loose'' line breaking
@@ -4024,6 +3990,34 @@ Line Breaking Strictness: the 'line-break' property</h3>
40243990 and allowed in ''loose'' :
40253991
40263992 <ul>
3993+ <li>
3994+ breaks before Japanese small kana
3995+ or the Katakana-Hiragana prolonged sound mark,
3996+ i.e. characters
3997+ from the Unicode line breaking class <code> CJ</code> .
3998+ [[!UAX14]]
3999+
4000+ <wpt>
4001+ line-break/line-break-loose-011.xht
4002+ line-break/line-break-loose-012.xht
4003+ line-break/line-break-normal-011.xht
4004+ line-break/line-break-normal-012.xht
4005+ line-break/line-break-strict-011.xht
4006+ line-break/line-break-strict-012.xht
4007+ i18n/ja/css-text-line-break-ja-cj-loose.html
4008+ i18n/ja/css-text-line-break-ja-cj-normal.html
4009+ i18n/ja/css-text-line-break-ja-cj-strict.html
4010+ i18n/zh/css-text-line-break-zh-cj-loose.html
4011+ i18n/zh/css-text-line-break-zh-cj-normal.html
4012+ i18n/zh/css-text-line-break-zh-cj-strict.html
4013+ i18n/other-lang/css-text-line-break-de-cj-loose.html
4014+ i18n/other-lang/css-text-line-break-de-cj-normal.html
4015+ i18n/other-lang/css-text-line-break-de-cj-strict.html
4016+ i18n/unknown-lang/css-text-line-break-cj-loose.html
4017+ i18n/unknown-lang/css-text-line-break-cj-normal.html
4018+ i18n/unknown-lang/css-text-line-break-cj-strict.html
4019+ </wpt>
4020+
40274021 <li>
40284022 breaks before iteration marks:<br>
40294023 々 U+3005, 〻 U+303B, ゝ U+309D,
@@ -8413,8 +8407,10 @@ Recent Changes</h3>
84138407
84148408 The following changes have been made since
84158409 the <a href="https://www.w3.org/TR/2024/CRD-css-text-3-20240930/">September 2024 Candidate Recommendation Draft</a> :
8410+ * Disallowed breaks before small kana in ''line-break: normal'' .
8411+ (<a href="https://github.com/w3c/csswg-drafts/issues/10363">Issue 10363</a> )
84168412 * Backported <code> hanging-punctuation: none</code> rule to [[#default-stylesheet]] from Level 4.
8417- * Synchronization with Level 4 editorial changes.
8413+ * Synchronized text with Level 4 editorial changes.
84188414
84198415 The following normative changes have been made since
84208416 the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230903/">September 2023 Candidate Recommendation Draft</a> :
0 commit comments