@@ -134,9 +134,8 @@ Introduction to Writing Modes</h2>
134134 modes on the same page.
135135 </ul>
136136
137- <p> The 'text-orientation' component of the writing mode determines the
138- <i> line orientation</i> , and controls
139- details of text layout such as the <i> glyph orientation</i> .
137+ <p> The 'text-orientation' component of the writing mode
138+ controls the <i> glyph orientation</i> .
140139
141140 <p class="note"> See Unicode Technical Note #22 [[UTN22]]
142141 (<a href="http://fantasai.inkedblade.net/style/discuss/vertical-text/paper">HTML version</a> )
@@ -1430,8 +1429,8 @@ Abstract Box Terminology</h2>
14301429 <a href="#orthogonal-flows">orthogonal flows</a> .)
14311430 Although they derive from the behavior of text, these abstract
14321431 mappings exist even for boxes that do not contain any line boxes:
1433- they are calculated directly from the values of the 'writing-mode' ,
1434- 'text-orientation' , and 'direction' properties.
1432+ they are calculated directly from the values of the 'writing-mode'
1433+ and 'direction' properties.
14351434
14361435 <p> There are three sets of directional terms in CSS:
14371436
@@ -1531,8 +1530,7 @@ Flow-relative Directions</h3>
15311530 <p class="note"> Note that while determining the <i> block-start</i> and
15321531 <i> block-end</i> sides of a box depends only on the 'writing-mode' property,
15331532 determining the <i> inline-start</i> and <i> inline-end</i> sides of a box depends
1534- not only on the 'writing-mode' property but also the 'direction' <em> and</em>
1535- 'text-orientation' properties.</p>
1533+ not only on the 'writing-mode' property but also the 'direction' property.</p>
15361534
15371535 <div class="example">
15381536 <p> An English (LTR-TB) block:</p>
@@ -1575,8 +1573,9 @@ inline-start side | | | inline-end side |
15751573Line-relative Directions</h3>
15761574
15771575 <p> The <dfn export>line orientation</dfn> determines which side of a line
1578- box is the logical “top” (ascender side). It is given by a combination
1579- of 'text-orientation' and 'writing-mode' . Usually the line-relative “top”
1576+ box is the logical “top” (ascender side).
1577+ It is given by the 'writing-mode' property.
1578+ Usually the line-relative “top”
15801579 corresponds to the <i> block-start</i> side, but this is not always the case:
15811580 in Mongolian typesetting (and thus by default in ''vertical-lr'' writing
15821581 modes), the line-relative “top” corresponds to the <i> block-end</i> side.
0 commit comments