Skip to content

Commit cd79d02

Browse files
committed
[css-writing-modes] UTR50 was upgraded to UAX50, so update references accordingly. Fixes w3c#4160
1 parent f1eb8dc commit cd79d02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-writing-modes-4/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1408,10 +1408,10 @@ Vertical Typesetting and Font Features</h4>
14081408
and East Asian fonts typically lack vertical substitutions for Western codepoints.)
14091409
Unicode published draft data on which characters should appear sideways
14101410
as the SVO property in <a href="http://www.unicode.org/reports/tr50/tr50-6.Orientation.txt">this data file</a>;
1411-
however, this property has been abandoned for the current revision of [[!UTR50]].
1411+
however, this property has been abandoned for the current revision of [[!UAX50]].
14121412

14131413
<p><a>Typographic character units</a> which are classified
1414-
as <code>Tr</code> or <code>Tu</code> in [[!UTR50]]
1414+
as <code>Tr</code> or <code>Tu</code> in [[!UAX50]]
14151415
are expected to have alternate glyphs or positioning for typesetting upright in vertical text.
14161416
In the case of <code>Tr</code> <a>characters</a>,
14171417
if such vertical alternate glyphs are missing from the font,
@@ -1436,7 +1436,7 @@ Vertical Typesetting and Font Features</h4>
14361436
Mixed Vertical Orientations</h4>
14371437

14381438
<p>
1439-
[[!UTR50]] defines the <code>Vertical_Orientation</code> property
1439+
[[!UAX50]] defines the <code>Vertical_Orientation</code> property
14401440
for the default glyph orientation of mixed-orientation vertical text.
14411441
When 'text-orientation' is ''mixed'',
14421442
the UA must determine the orientation of each <a>typographic character unit</a>
@@ -1447,15 +1447,15 @@ Mixed Vertical Orientations</h4>
14471447
if its orientation property is <code>R</code>.
14481448

14491449
<p class="note">
1450-
Note that UTR50 does not handle scripts that rotate -90&deg; in vertical contexts,
1450+
Note that UAX50 does not handle scripts that rotate -90&deg; in vertical contexts,
14511451
so they will not be typeset correctly with ''mixed'' orientation.
14521452
Use ''sideways-lr'' for such scripts.
14531453

14541454
<p class="note">
14551455
The OpenType ''vrt2'' feature, which is intended for mixed-orientation typesetting,
14561456
is not used by CSS.
14571457
It delegates the responsibility for orienting glyphs to the font designer.
1458-
CSS instead dictates the orientation through [[!UTR50]]
1458+
CSS instead dictates the orientation through [[!UAX50]]
14591459
and orients glyphs by typesetting them sideways or upright as appropriate.
14601460

14611461
<!-- random notes

0 commit comments

Comments
 (0)