Skip to content

Commit ce9bd4a

Browse files
committed
[css-writing-modes] Cleanup left overs
1 parent 137fcbd commit ce9bd4a

1 file changed

Lines changed: 5 additions & 28 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,16 +1178,12 @@ Introduction to Vertical Text Layout</h2>
11781178
The 'text-orientation' property's ''mixed'' and ''upright'' values
11791179
are provided to specify rotation vs. translation of horizontal-only text.
11801180

1181-
<p class="note">The ''sideways-left'', ''sideways-right'', and ''sideways''
1182-
values of 'text-orientation' are provided for decorative layout effects
1183-
and to work around limitations in CSS support for bottom-to-top scripts.
1184-
11851181
<h3 id="text-orientation">
11861182
Orienting Text: the 'text-orientation' property</h3>
11871183

11881184
<pre class='propdef'>
11891185
Name: text-orientation
1190-
Value: mixed | upright | sideways-right | sideways-left | sideways | use-glyph-orientation
1186+
Value: mixed | upright | sideways-right | sideways | use-glyph-orientation
11911187
Initial: mixed
11921188
Applies to: all elements except table row groups, rows, column groups, and columns
11931189
Inherited: yes
@@ -1265,11 +1261,6 @@ Orienting Text: the 'text-orientation' property</h3>
12651261
alt="text-orientation: upright"
12661262
src="text-orientation-up.png" width="64" height="160" >
12671263
</td>
1268-
<td>
1269-
<img
1270-
alt="text-orientation: sideways-left"
1271-
src="text-orientation-sl.png" width="64" height="160" >
1272-
</td>
12731264
<td>
12741265
<img
12751266
alt="text-orientation: sideways-right"
@@ -1279,7 +1270,6 @@ Orienting Text: the 'text-orientation' property</h3>
12791270
<tr>
12801271
<td>''mixed''</td>
12811272
<td>''upright''</td>
1282-
<td>''sideways-left''</td>
12831273
<td>''sideways-right''</td>
12841274
</tr>
12851275
</table>
@@ -1354,7 +1344,7 @@ Vertical Typesetting and Font Features</h4>
13541344
</dl>
13551345

13561346
<p>
1357-
All text in ''sideways'', ''sideways-right'', and ''sideways-left'' orientations is
1347+
All text in ''sideways'' and ''sideways-right'' orientations is
13581348
typeset using horizontal font metrics and the normal set of features
13591349
used for horizontal text runs.
13601350
Vertical metrics, vertical glyph variations, and any other features meant
@@ -1372,11 +1362,6 @@ Mixed Vertical Orientations</h4>
13721362
or <a href="#typeset-sideways">typeset it sideways</a> (90&deg; clockwise from horizontal)
13731363
if its orientation property is <code>R</code>.
13741364

1375-
<p class="note">
1376-
Note that UTR50 does not handle inherently bottom-to-top scripts,
1377-
so they will not be typeset correctly with ''mixed'' orientation.
1378-
Use ''sideways-left'' for such scripts.
1379-
13801365
<p class="note">
13811366
The OpenType ''vrt2'' feature, which is intended for mixed-orientation typesetting,
13821367
is not used by CSS.
@@ -1609,27 +1594,20 @@ Line-relative Directions</h3>
16091594
<p>See the <a href="#logical-to-physical">table below</a> for the exact
16101595
mappings between physical and line-relative directions.
16111596

1612-
<div class="figure">
1597+
<div class="figurepair">
1598+
<div class="figure">
16131599
<a href="diagrams/line-orient-up.svg">
16141600
<img src="diagrams/line-orient-up.png" class="landscape"
16151601
alt="Line orientation compass"></a>
16161602
<p class="caption">Line orientation compass</p>
1617-
</div>
1603+
</div>
16181604

1619-
<div class="figurepair">
16201605
<div class="figure">
16211606
<a href="diagrams/line-orient-right.svg">
16221607
<img src="diagrams/line-orient-right.png" class="portrait"
16231608
alt="Typical orientation in vertical"></a>
16241609
<p class="caption">Typical orientation in vertical</p>
16251610
</div>
1626-
1627-
<div class="figure">
1628-
<a href="diagrams/line-orient-left.svg">
1629-
<img src="diagrams/line-orient-left.png" class="portrait"
1630-
alt="Line orientation with ‘text-orientation: sideways-left’"></a>
1631-
<p class="caption">Line orientation with ''text-orientation: sideways-left''</p>
1632-
</div>
16331611
</div>
16341612

16351613
<div class="note">
@@ -2729,7 +2707,6 @@ Vertical Scripts in Unicode</h2>
27292707

27302708
<p class="note">
27312709
CSS3 Writing Modes cannot correctly handle either Ogham or Old Turkic.
2732-
It is recommended that ''text-orientation: sideways-left'' be used to typeset these scripts.
27332710
A future version of CSS may define automatic handling of these scripts.
27342711

27352712
<p class="note">Note that for vertical-only characters (such as Mongolian and Phags Pa letters),

0 commit comments

Comments
 (0)