@@ -2547,11 +2547,12 @@ Line Breaking Details</h3>
25472547 i.e. where it is “normal” and permissible to break lines of text.
25482548 Specifically it controls whether a <a>soft wrap opportunity</a>
25492549 generally exists
2550- between adjacent <a>typographic letter units</a>
2551- (and/or non-<a>letter</a> <a>typographic character units</a>
2550+ between adjacent <a>typographic letter units</a> ,
2551+ treating non-<a>letter</a> <a>typographic character units</a>
25522552 belonging to the
25532553 <code> NU</code> , <code> AL</code> , <code> AI</code> , or <code> ID</code>
2554- Unicode line breaking classes [[!UAX14]] ).
2554+ Unicode line breaking classes [[!UAX14]]
2555+ as <a>typographic letter units</a> for this purpose (only).
25552556 It does not affect rules governing the <a>soft wrap opportunities</a>
25562557 created by [=white space=] (as well as by [=other space separators=] ) and around punctuation.
25572558 (See 'line-break' for controls affecting punctuation and small kana.)
@@ -2654,10 +2655,10 @@ Line Breaking Details</h3>
26542655 <dd> Breaking is allowed within “words”:
26552656 specifically,
26562657 in addition to <a>soft wrap opportunities</a> allowed for ''word-break/normal'' ,
2657- any <a>typographic character units</a> resolving to the
2658+ any <a>typographic letter units</a>
2659+ (and any <a>typographic character units</a> resolving to the
26582660 <code> NU</code> (“numeric”), <code> AL</code> (“alphabetic”), or <code> SA</code> (“Southeast Asian”)
2659- line breaking classes [[!UAX14]]
2660- and all <a>typographic letter units</a> regardless of line breaking class
2661+ line breaking classes [[!UAX14]] )
26612662 are instead treated as <code> ID</code> (“ideographic characters”)
26622663 for the purpose of line-breaking.
26632664 Hyphenation is not applied.
0 commit comments