Skip to content

Commit 04cf962

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-writing-modes-3/Overview.bs

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

13371337
<p><a>Typographic character units</a> which are classified
1338-
as <code>Tr</code> or <code>Tu</code> in [[!UTR50]]
1338+
as <code>Tr</code> or <code>Tu</code> in [[!UAX50]]
13391339
are expected to have alternate glyphs or positioning for typesetting upright in vertical text.
13401340
In the case of <code>Tr</code> <a>characters</a>,
13411341
if such vertical alternate glyphs are missing from the font,
@@ -1360,7 +1360,7 @@ Vertical Typesetting and Font Features</h4>
13601360
Mixed Vertical Orientations</h4>
13611361

13621362
<p>
1363-
[[!UTR50]] defines the <code>Vertical_Orientation</code> property
1363+
[[!UAX50]] defines the <code>Vertical_Orientation</code> property
13641364
for the default glyph orientation of mixed-orientation vertical text.
13651365
When 'text-orientation' is ''mixed'',
13661366
the UA must determine the orientation of each <a>typographic character unit</a>
@@ -1371,7 +1371,7 @@ Mixed Vertical Orientations</h4>
13711371
if its orientation property is <code>R</code>.
13721372

13731373
<p class="note">
1374-
Note that UTR50 does not handle scripts that rotate -90&deg; in vertical contexts,
1374+
Note that UAX50 does not handle scripts that rotate -90&deg; in vertical contexts,
13751375
so they will not be typeset correctly with ''mixed'' orientation.
13761376
The ''sideways-lr'' value in <a href="http://www.w3.org/TR/css-writing-modes-4/">Level 4</a>, however,
13771377
can correctly display such scripts.
@@ -1380,7 +1380,7 @@ Mixed Vertical Orientations</h4>
13801380
The OpenType ''vrt2'' feature, which is intended for mixed-orientation typesetting,
13811381
is not used by CSS.
13821382
It delegates the responsibility for orienting glyphs to the font designer.
1383-
CSS instead dictates the orientation through [[!UTR50]]
1383+
CSS instead dictates the orientation through [[!UAX50]]
13841384
and orients glyphs by typesetting them sideways or upright as appropriate.
13851385

13861386
<!-- random notes

0 commit comments

Comments
 (0)