@@ -1424,20 +1424,20 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14241424 class =css > break-all</ code > ’</ dfn >
14251425
14261426 < dd > In addition to normal opportunities, lines may break between any two
1427- letters within words except where forbidden by the ‘ < a
1428- href ="#line-break0 "> < code class = property > line-break </ code > </ a > ’
1429- property. Hyphenation is not applied. This option is used mostly in a
1430- context where the text is predominantly using CJK characters with few
1431- non-CJK excerpts and it is desired that the text be better distributed on
1432- each line.
1427+ < a href =" #letter0 " > < i > letters</ i > </ a > within words except where forbidden
1428+ by the ‘ < a href ="#line-break0 "> < code
1429+ class = property > line-break </ code > </ a > ’ property . Hyphenation is not
1430+ applied. This option is used mostly in a context where the text is
1431+ predominantly using CJK characters with few non-CJK excerpts and it is
1432+ desired that the text be better distributed on each line.
14331433
14341434 < dt > < dfn id =keep-all title ="word-break:keep-all "> ‘< code
14351435 class =css > keep-all</ code > ’</ dfn >
14361436
1437- < dd > Implicit breaks between letters are suppressed, i.e. break
1438- opportunties between pairs of ID, AL, AI, and HL characters as defined in
1439- < a href =" #UAX14 " rel = biblioentry > [UAX14] <!--{{UAX14}}--> </ a > are are
1440- prohibited . Otherwise this option is equivalent to ‘< code
1437+ < dd > Implicit breaks between < a href =" #letter0 " > < i > letters </ i > </ a > are
1438+ suppressed, i.e. breaks are prohibited between pairs of letters except
1439+ where opportunities exist due to dictionary-based breaking (e.g. in
1440+ Thai) . Otherwise this option is equivalent to ‘< code
14411441 class =css > normal</ code > ’. This option produces a style where
14421442 sequences of ideographic characters do not break, and word separator
14431443 characters are present to create line-breaking opportunities. This style
@@ -1446,6 +1446,9 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14461446 uses spaces for seapration.
14471447 </ dl >
14481448
1449+ < p > Symbols that line-break the same way as letters of a particular category
1450+ are affected the same way as those letters.
1451+
14491452 < div class =example >
14501453 < p > Here's a mixed-script sample text:
14511454
0 commit comments