Skip to content

Commit 9610756

Browse files
authored
[css-text-4] Be explicit that we're using the script property and its extension (#14333)
This is otherwise easy to overlook. As raised in https://github.com/w3c/csswg-drafts/pull/9503/changes#r1374127095
1 parent 4e4398b commit 9610756

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-text-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9509,7 +9509,7 @@ Handling Symbols and Punctuation</h4>
95099509
a [=typographic character unit=]
95109510
from the Unicode Symbols (S*) and Punctuation (P*) classes
95119511
is generally treated the same as a [=typographic letter unit=] of the same script
9512-
(or, if the character’s script property is Common,
9512+
(or, if the character’s [=extended script property=] is Common,
95139513
then as a [=typographic letter unit=] of the dominant script).
95149514

95159515
However, by typographic tradition
@@ -10669,7 +10669,7 @@ Inter-script Spacing</h4>
1066910669
except those that belong to Unicode Punctuation [P*] [=general category=].
1067010670
<li>CJK Strokes (U+31C0 to U+31EF).
1067110671
<li>Katakana Phonetic Extensions (U+31F0 to U+31FF).
10672-
<li>All characters that have the Han [=script property=].
10672+
<li>All characters that have the Han [=extended script property=].
1067310673
</ul>
1067410674

1067510675
<dt><dfn>non-ideographic letters</dfn>
@@ -12373,12 +12373,12 @@ Characters and Properties</h2>
1237312373
in the <a href="https://www.unicode.org/reports/tr44/"><cite>Unicode Character Database</cite></a>
1237412374
[[!UAX44]].
1237512375

12376-
<dt><dfn lt="Unicode Script|Script property">script property</dfn>
12376+
<dt><dfn lt="Unicode Script|Extended script property">extended script property</dfn>
1237712377
<dd>
1237812378
Defined in <a href="http://www.unicode.org/reports/tr24/#Values">Unicode Standard Annex #24</a> [[!UAX24]] and given as the <code>Script</code> property
1237912379
in the <a href="https://www.unicode.org/reports/tr44/"><cite>Unicode Character Database</cite></a>
1238012380
[[!UAX44]].
12381-
(UAs must include any ScriptExtensions.txt assignments in this mapping.)
12381+
UAs must also include any ScriptExtensions.txt assignments in this mapping.
1238212382

1238312383
<dt><dfn lt="Unicode Vertical Orientation|Vertical Orientation">Vertical Orientation</dfn>
1238412384
<dd>

0 commit comments

Comments
 (0)