Skip to content

Commit 7914199

Browse files
committed
rotate Aegean and North Indic No characters
1 parent 9e0e114 commit 7914199

2 files changed

Lines changed: 31 additions & 20 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030

3131
<h1>CSS Writing Modes Module Level 3</h1>
3232

33-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 May 2011</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 May 2011</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

3838
<dd><a
3939
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4040
<!--
41-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110514">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110514/</a>
41+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110517">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110517/</a>
4242
-->
4343

4444

@@ -1688,8 +1688,9 @@ <h4 id=vertical-typesetting><span class=secno>5.1.1. </span> Vertical
16881688

16891689
<li>If the UA needs to synthesize such features (e.g. if an OpenType font
16901690
has only the <code>vert</code> but not the <code>vrt2</code> feature),
1691-
then for characters belonging to the Common, Inherited, and Unknown
1692-
script categories the following settings are recommended:
1691+
then <strong>for characters belonging to the Common, Inherited, and
1692+
Unknown script categories</strong> the following settings are
1693+
recommended:
16931694
<dl>
16941695
<dt>when &lsquo;<a href="#text-orientation0"><code
16951696
class=property>text-orientation</code></a>&rsquo; is &lsquo;<a
@@ -1703,12 +1704,15 @@ <h4 id=vertical-typesetting><span class=secno>5.1.1. </span> Vertical
17031704
(W).
17041705

17051706
<li>All Other Symbols (So) characters except those defined otherwise
1706-
<a href="#rotate-drawing">below</a>.
1707+
below.
17071708

17081709
<li>All characters that belong to the Other Number (No) category
1709-
except the superscripts, subscripts, and fractions. <span
1710-
class=issue>This includes the North Indic Fractions and the Aegean
1711-
numbers, is this correct or should they be sideways?</span>
1710+
except the <abbr title="U+00B2, U+00B3, U+00B9, U+20070,
1711+
U+2074–U+2079">superscripts</abbr>, <abbr
1712+
title="U+2080–U+2089">subscripts</abbr>, <abbr
1713+
title="U+10107–U+10133">Aegean numbers</abbr>, and <abbr
1714+
title="U+00BC–U+00BE, U+2150–U+215F, U+2189,
1715+
U+A830–U+A835">fractions</abbr>.
17121716
</ul>
17131717
Set the following characters sideways (i.e. rotated, using horizontal
17141718
font settings):
@@ -1723,6 +1727,9 @@ <h4 id=vertical-typesetting><span class=secno>5.1.1. </span> Vertical
17231727
<li>Currency Symbols (Sc) and Math Symbols (Sm), except those that are
17241728
fullwidth (F) or wide (W).
17251729

1730+
<li>Aegean numbers (U+10107–U+10133) and North Indic fractions
1731+
(U+A830–U+A835) from the Other Number (No) category.
1732+
17261733
<li id=rotate-drawing>Box Drawing (U+2500–U+257F), Block Elements
17271734
(U+2580–U+259F), and Arrows (U+2190–U+21FF)
17281735
</ul>
@@ -1735,8 +1742,8 @@ <h4 id=vertical-typesetting><span class=secno>5.1.1. </span> Vertical
17351742

17361743
<li>Other Symbols (So) characters from the Latin-1 block
17371744

1738-
<li>Superscripts, subscripts, and fractions from the Other Number (No)
1739-
category.
1745+
<li>Superscripts, subscripts, and remaining fractions from the Other
1746+
Number (No) category.
17401747

17411748
<li>Private Use characters (Co)
17421749
</ul>
@@ -3103,8 +3110,8 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
31033110
<p>Because they are derived from the content of the element, the <a
31043111
href="#min-content"><i>min-content</i></a> and <a
31053112
href="#max-content"><i>max-content</i></a> sizes are considered to be
3106-
types of <dfn id=intrinsic>intrinsic</dfn> sizes. For replaced elements,
3107-
the <a href="#min-content"><i>min-content</i></a> and <a
3113+
types of <dfn id=intrinsic-size>intrinsic size</dfn>. For replaced
3114+
elements, the <a href="#min-content"><i>min-content</i></a> and <a
31083115
href="#max-content"><i>max-content</i></a> sizes are the same and
31093116
correspond to the <a
31103117
href="http://www.w3.org/TR/css3-images/#intrinsic-dimensions">intrinsic

css3-writing-modes/Overview.src.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,8 +1225,8 @@ <h4 id="vertical-typesetting">
12251225

12261226
<li>If the UA needs to synthesize such features (e.g. if an OpenType font
12271227
has only the <code>vert</code> but not the <code>vrt2</code> feature),
1228-
then for characters belonging to the Common, Inherited, and Unknown
1229-
script categories the following settings are recommended:
1228+
then <strong>for characters belonging to the Common, Inherited, and Unknown
1229+
script categories</strong> the following settings are recommended:
12301230
<dl>
12311231
<dt>when 'text-orientation' is ''vertical-right'</dt>
12321232
<dd>
@@ -1236,11 +1236,13 @@ <h4 id="vertical-typesetting">
12361236
<li>All characters with an East Asian Width property [[!UAX11]]
12371237
of fullwidth (F) or wide (W).
12381238
<li>All Other Symbols (So) characters except those defined
1239-
otherwise <a href="#rotate-drawing">below</a>.
1239+
otherwise below.
12401240
<li>All characters that belong to the Other Number (No) category
1241-
except the superscripts, subscripts, and fractions.
1242-
<span class="issue">This includes the North Indic Fractions and
1243-
the Aegean numbers, is this correct or should they be sideways?</span>
1241+
except the
1242+
<abbr title="U+00B2, U+00B3, U+00B9, U+20070, U+2074–U+2079">superscripts</abbr>,
1243+
<abbr title="U+2080–U+2089">subscripts</abbr>,
1244+
<abbr title="U+10107–U+10133">Aegean numbers</abbr>, and
1245+
<abbr title="U+00BC–U+00BE, U+2150–U+215F, U+2189, U+A830–U+A835">fractions</abbr>.
12441246
</ul>
12451247
Set the following characters sideways (i.e. rotated,
12461248
using horizontal font settings):
@@ -1251,6 +1253,8 @@ <h4 id="vertical-typesetting">
12511253
of neutral (N) not otherwise mentioned.
12521254
<li>Currency Symbols (Sc) and Math Symbols (Sm), except those
12531255
that are fullwidth (F) or wide (W).
1256+
<li>Aegean numbers (U+10107–U+10133) and North Indic fractions (U+A830–U+A835)
1257+
from the Other Number (No) category.
12541258
<li id="rotate-drawing">Box Drawing (U+2500–U+257F),
12551259
Block Elements (U+2580–U+259F), and Arrows (U+2190–U+21FF)
12561260
</ul>
@@ -1260,8 +1264,8 @@ <h4 id="vertical-typesetting">
12601264
<li>Other Punctuation (Po) with an East Asian Width property [[!UAX11]]
12611265
of ambiguous (A).
12621266
<li>Other Symbols (So) characters from the Latin-1 block
1263-
<li>Superscripts, subscripts, and fractions from the Other Number (No)
1264-
category.
1267+
<li>Superscripts, subscripts, and remaining fractions from
1268+
the Other Number (No) category.
12651269
<li>Private Use characters (Co)
12661270
</ul>
12671271
<dt>when 'text-orientation' is ''upright''</dt>

0 commit comments

Comments
 (0)