Skip to content

Commit f217e79

Browse files
author
Rossen Atanassov
committed
[css-regions] Moving the processing model from the pseudo-elements section
into the visual formatting details section.
2 parents 9c97743 + a3daf86 commit f217e79

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,8 +1357,8 @@ <h4 class="heading settled heading" data-level=5.1.2 id=vertical-orientations><s
13571357
<p>
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.
1360-
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 typeset a <a data-link-type=dfn href=#character title=character>character</a> <a href=#typeset-upright>upright</a>
1360+
To typeset a <a data-link-type=dfn href=#character title=character>character</a> 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 it 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,8 +1299,8 @@ <h4 id='vertical-orientations'>
12991299
<p>
13001300
[[!UTR50]] defines the <code>Vertical_Orientation</code> property
13011301
for the default character orientation of mixed-orientation vertical text.
1302-
When 'text-orientation' is ''mixed'',
1303-
the UA must typeset a <i>character</i> <a href="#typeset-upright">upright</a>
1302+
To typeset a <i>character</i> when 'text-orientation' is ''mixed'',
1303+
the UA must <a href="#typeset-upright">typeset it 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)