Skip to content

Commit 5ad8901

Browse files
committed
[css-writing-modes] Fixed a validator issue (nested a tag)
1 parent 6305796 commit 5ad8901

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ <h4 class="heading settled heading" data-level=5.1.2 id=vertical-orientations><s
13581358
<a data-biblio-type=normative data-link-type=biblio href=#utr50 title=utr50>[UTR50]</a> defines the <code>Vertical_Orientation</code> property
13591359
for the default character orientation of mixed-orientation vertical text.
13601360
When <a class=property data-link-type=propdesc href=#propdef-text-orientation title=text-orientation>text-orientation</a> is <a class=css data-link-type=maybe href=#valuedef-mixed title=mixed>mixed</a>,
1361-
the UA must <a href=#typeset-upright>typeset a <a data-link-type=dfn href=#character title=character>character</a> upright</a>
1361+
the UA must typeset a <a data-link-type=dfn href=#character title=character>character</a> <a href=#typeset-upright>upright</a>
13621362
if its orientation property is <code>U</code>, <code>Tu</code>, or <code>Tr</code>;
13631363
or <a href=#typeset-sideways>typeset it sideways</a> (90° clockwise from horizontal)
13641364
if its orientation property is <code>R</code>.

css-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ <h4 id='vertical-orientations'>
13001300
[[!UTR50]] defines the <code>Vertical_Orientation</code> property
13011301
for the default character orientation of mixed-orientation vertical text.
13021302
When 'text-orientation' is ''mixed'',
1303-
the UA must <a href="#typeset-upright">typeset a <i>character</i> upright</a>
1303+
the UA must typeset a <i>character</i> <a href="#typeset-upright">upright</a>
13041304
if its orientation property is <code>U</code>, <code>Tu</code>, or <code>Tr</code>;
13051305
or <a href="#typeset-sideways">typeset it sideways</a> (90&deg; clockwise from horizontal)
13061306
if its orientation property is <code>R</code>.

0 commit comments

Comments
 (0)