Skip to content

Commit 3260848

Browse files
frivoalfantasai
authored andcommitted
[css-text] Shorter variant of the text clarifying the effect of word-break on U+3000
1 parent f859773 commit 3260848

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css-text-3/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Line Breaking Details</h3>
933933
<code>NU</code>, <code>AL</code>, <code>AI</code>, or <code>ID</code>
934934
Unicode line breaking classes [[!UAX14]]).
935935
It does not affect rules governing the <a>soft wrap opportunities</a>
936-
created by spaces and punctuation.
936+
created by spaces (including U+3000 IDEOGRAPHIC SPACE) and punctuation.
937937
(See 'line-break' for controls affecting punctuation.)
938938

939939
<div class="example">
@@ -1000,10 +1000,6 @@ Line Breaking Details</h3>
10001000
<p class=note>This is the other common behavior for Korean (which uses spaces between words),
10011001
and is also useful for mixed-script text where CJK snippets are mixed
10021002
into another language that uses spaces for separation.</dd>
1003-
1004-
Note: Despite its name, U+3000 IDEOGRAPHIC SPACE does not belong to the ID Unicode line breaking class
1005-
(it actually belongs to the BA class),
1006-
and the associated wrapping opportunity is <strong>not</strong> suppressed.
10071003
</dl>
10081004

10091005
<p>Symbols that line-break the same way as letters of a particular category

0 commit comments

Comments
 (0)