Skip to content

Commit 5370c78

Browse files
committed
Clarify UA-defined splitting of a prioritization level.
1 parent 63fcf24 commit 5370c78

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css3-text/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,8 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
25192519
characters at a higher priority than Latin characters), word spaces
25202520
traditionally have a higher priority than inter-CJK spacing, and the UA
25212521
may split the 1st-priority level to implement that. However the UA is not
2522-
allowed to drop spaces to the same priority as Latin characters.
2522+
allowed to drop either spaces or CJK characters to the same priority as
2523+
Latin characters.
25232524

25242525
<p id=justify-symbols>The <dfn id=punctuation-symbols>symbols</dfn>
25252526
category represents the expansion opportunities existing at or between any

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,8 +1808,8 @@ <h3 id="text-justify">
18081808
justification (which treats CJK characters at a higher priority than
18091809
Latin characters), word spaces traditionally have a higher priority
18101810
than inter-CJK spacing, and the UA may split the 1st-priority level
1811-
to implement that. However the UA is not allowed to drop spaces to
1812-
the same priority as Latin characters.
1811+
to implement that. However the UA is not allowed to drop either spaces
1812+
or CJK characters to the same priority as Latin characters.
18131813
<p id="justify-symbols">The <dfn id="punctuation-symbols">symbols</dfn>
18141814
category represents the expansion opportunities existing at or between
18151815
any pair of characters from the Unicode Symbols (S*) and Punctuation (P*)

0 commit comments

Comments
 (0)