Skip to content

Commit 2f3a468

Browse files
committed
Fix error wrt tone marks. (See Unicode 6.0:7.8)
1 parent e4a2584 commit 2f3a468

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 9 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 27 June 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</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/2011/WD-css3-writing-modes-20110627">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110627/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110630">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110630/</a>
4444
-->
4545

4646

@@ -3326,7 +3326,7 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical
33263326
<li>Set the following characters sideways (i.e. rotated, using horizontal
33273327
font settings).
33283328
<ul>
3329-
<li>Currency Symbols (Sc) and Math Symbols (Sm).
3329+
<li>Currency Symbols (Sc), Math Symbols (Sm), and Modifier Symbols (Sk)
33303330

33313331
<li><abbr title="U+10107–U+10133">Aegean numbers</abbr> and <abbr
33323332
title="U+A830–U+A835">North Indic fractions</abbr> from the Other
@@ -3338,17 +3338,11 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical
33383338

33393339
<li>Other Symbols (So) from the Latin-1 Supplement and Letterlike
33403340
Symbols blocks.
3341-
3342-
<li>Modifier Symbols (Sk), except the tone marks listed below.
33433341
</ul>
33443342

33453343
<li>Set the following characters upright (i.e. translated, using vertical
33463344
font settings if available):
33473345
<ul>
3348-
<li>Modifier Symbols (Sk) in the U+02E5–U+02EB tone marks range and
3349-
those in the <abbr title="U+A700–U+A716">Modifier Tone Letters</abbr>
3350-
block.
3351-
33523346
<li>All Other Symbols (So) characters not otherwise specified above.
33533347

33543348
<li>All Other Numbers (No) characters not otherwise specified above.

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,7 @@ <h2 id="vertical-typesetting-details" class="no-num">Appendix C:
24642464
<li>Set the following characters sideways (i.e. rotated,
24652465
using horizontal font settings).
24662466
<ul>
2467-
<li>Currency Symbols (Sc) and Math Symbols (Sm).
2467+
<li>Currency Symbols (Sc), Math Symbols (Sm), and Modifier Symbols (Sk)
24682468
<li><abbr title="U+10107–U+10133">Aegean numbers</abbr>
24692469
and <abbr title="U+A830–U+A835">North Indic fractions</abbr>
24702470
from the Other Number (No) category.
@@ -2475,14 +2475,10 @@ <h2 id="vertical-typesetting-details" class="no-num">Appendix C:
24752475
<li>Other Symbols (So) from the
24762476
Latin-1 Supplement and
24772477
Letterlike Symbols blocks.
2478-
<li>Modifier Symbols (Sk), except the tone marks listed below.
24792478
</ul>
24802479
<li>Set the following characters upright (i.e. translated,
24812480
using vertical font settings if available):
24822481
<ul>
2483-
<li>Modifier Symbols (Sk) in the U+02E5–U+02EB tone marks range and
2484-
those in the <abbr title="U+A700–U+A716">Modifier Tone Letters</abbr>
2485-
block.
24862482
<li>All Other Symbols (So) characters not otherwise specified above.
24872483
<li>All Other Numbers (No) characters not otherwise specified above.
24882484
</ul>

0 commit comments

Comments
 (0)