Skip to content

Commit c83bab2

Browse files
committed
Remove mention of alternate metrics for sideways-set vertical text.
1 parent dec54fd commit c83bab2

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120426/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120426/</a>
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120427/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120427/</a>
4444
-->
4545

4646

@@ -245,7 +245,7 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
245245
property</a>
246246
<ul class=toc>
247247
<li><a href="#vertical-font-features"><span class=secno>5.1.1. </span>
248-
Applying Vertical Font Features</a>
248+
Vertical Typesetting and Font Features</a>
249249
</ul>
250250
</ul>
251251

@@ -1819,8 +1819,8 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
18191819
some guidance on the orientation of characters is given in <a
18201820
href="#vertical-typesetting-details">Appendix C</a>.
18211821

1822-
<h4 id=vertical-font-features><span class=secno>5.1.1. </span> Applying
1823-
Vertical Font Features</h4>
1822+
<h4 id=vertical-font-features><span class=secno>5.1.1. </span> Vertical
1823+
Typesetting and Font Features</h4>
18241824

18251825
<p>Vertical font metrics are used to set upright characters in &lsquo;<a
18261826
href="#mixed-right"><code class=css>mixed-right</code></a>&rsquo; and
@@ -1837,18 +1837,18 @@ <h4 id=vertical-font-features><span class=secno>5.1.1. </span> Applying
18371837
<p>For sideways characters in &lsquo;<a href="#mixed-right"><code
18381838
class=css>mixed-right</code></a>&rsquo; and &lsquo;<a
18391839
href="#upright"><code class=css>upright</code></a>&rsquo; modes, vertical
1840-
typesetting features are not used. However, if the font has features or
1841-
alternate metrics meant to be enabled for sideways text that is typeset in
1842-
vertical lines, those features and tables are used.
1840+
typesetting features are not used. However, if the font has features meant
1841+
to be enabled for sideways text that is typeset in vertical lines, those
1842+
features and tables are used.
18431843

18441844
<p>In the &lsquo;<a href="#sideways"><code
18451845
class=css>sideways</code></a>&rsquo;, &lsquo;<a
18461846
href="#sideways-right"><code class=css>sideways-right</code></a>&rsquo;,
18471847
and &lsquo;<a href="#sideways-left"><code
18481848
class=css>sideways-left</code></a>&rsquo; modes, text is typeset using
18491849
horizontal font metrics and the normal set of features used for horizontal
1850-
text runs. Vertical metrics and vertical glyph variations are <em>not</em>
1851-
used.
1850+
text runs. Vertical metrics, vertical glyph variations, and any other
1851+
features meant for text typeset in vertical lines are <em>not</em> used.
18521852

18531853
<p class=issue>This section needs additional reworking. Suggestions are
18541854
welcome. <!-- random notes

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ <h3 id="text-orientation">
12861286
<a href="#vertical-typesetting-details">Appendix C</a>.
12871287

12881288
<h4 id=vertical-font-features>
1289-
Applying Vertical Font Features</h4>
1289+
Vertical Typesetting and Font Features</h4>
12901290

12911291
<p>Vertical font metrics
12921292
are used to set upright characters in ''mixed-right'' and ''upright'' modes.
@@ -1299,13 +1299,14 @@ <h4 id=vertical-font-features>
12991299
are shaped in their isolated forms when typeset upright.
13001300
<p>For sideways characters in ''mixed-right'' and ''upright'' modes, vertical
13011301
typesetting features are not used.
1302-
However, if the font has features or alternate metrics meant to be enabled
1302+
However, if the font has features meant to be enabled
13031303
for sideways text that is typeset in vertical lines,
13041304
those features and tables are used.
13051305
<p>In the ''sideways'', ''sideways-right'', and ''sideways-left'' modes,
13061306
text is typeset using horizontal font metrics and the normal set of features
13071307
used for horizontal text runs.
1308-
Vertical metrics and vertical glyph variations are <em>not</em> used.
1308+
Vertical metrics, vertical glyph variations, and any other features meant
1309+
for text typeset in vertical lines are <em>not</em> used.
13091310

13101311
<p class=issue>This section needs additional reworking. Suggestions are welcome.
13111312

0 commit comments

Comments
 (0)