- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 May 2011 02:10:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv30322
Modified Files:
Overview.html Overview.src.html
Log Message:
Rotate fractions, clarify that F/W takes precedence, rotate Arrows
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html 11 May 2011 01:04:36 -0000 1.114
+++ Overview.html 11 May 2011 02:10:30 -0000 1.115
@@ -1702,14 +1702,13 @@
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> of fullwidth (F) or wide
(W).
- <li>All Other Symbols (So) characters <em>except</em> those in Latin-1
- (U+000–U+00FF), Box Drawing (U+2500–U+257F), and Block Elements
- (U+2580–U+259F) blocks.
+ <li>All Other Symbols (So) characters except those defined otherwise
+ <a href="#rotate-drawing">below</a>.
<li>All characters that belong to the Other Number (No) category
- except the superscripts and subscripts. <span class=issue>This
- includes the North Indic Fractions and the Aegean numbers, is this
- correct or should they be sideways?</span>
+ except the superscripts, subscripts, and fractions. <span
+ class=issue>This includes the North Indic Fractions and the Aegean
+ numbers, is this correct or should they be sideways?</span>
</ul>
Set the following characters sideways (i.e. rotated, using horizontal
font settings):
@@ -1721,10 +1720,11 @@
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> of neutral (N) not
otherwise mentioned.
- <li>Currency Symbols (Sc) and Math Symbols (Sm)
+ <li>Currency Symbols (Sc) and Math Symbols (Sm), except those that are
+ fullwidth (F) or wide (W).
- <li>Box Drawing (U+2500–U+257F) and Block Elements (U+2580–U+259F)
-
+ <li id=rotate-drawing>Box Drawing (U+2500–U+257F), Block Elements
+ (U+2580–U+259F), and Arrows (U+2190–U+21FF)
</ul>
Set the following characters using vertical font settings if available,
otherwise set them sideways:
@@ -1735,7 +1735,8 @@
<li>Other Symbols (So) characters from the Latin-1 block
- <li>Superscripts and subscripts from the Other Number (No) category.
+ <li>Superscripts, subscripts, and fractions from the Other Number (No)
+ category.
<li>Private Use characters (Co)
</ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- Overview.src.html 11 May 2011 01:04:36 -0000 1.119
+++ Overview.src.html 11 May 2011 02:10:30 -0000 1.120
@@ -1235,11 +1235,10 @@
<ul>
<li>All characters with an East Asian Width property [[!UAX11]]
of fullwidth (F) or wide (W).
- <li>All Other Symbols (So) characters <em>except</em> those in
- Latin-1 (U+000–U+00FF), Box Drawing (U+2500–U+257F),
- and Block Elements (U+2580–U+259F) blocks.
+ <li>All Other Symbols (So) characters except those defined
+ otherwise <a href="#rotate-drawing">below</a>.
<li>All characters that belong to the Other Number (No) category
- except the superscripts and subscripts.
+ except the superscripts, subscripts, and fractions.
<span class="issue">This includes the North Indic Fractions and
the Aegean numbers, is this correct or should they be sideways?</span>
</ul>
@@ -1250,8 +1249,10 @@
of narrow (Na).
<li>All characters with an East Asian Width property [[!UAX11]]
of neutral (N) not otherwise mentioned.
- <li>Currency Symbols (Sc) and Math Symbols (Sm)
- <li>Box Drawing (U+2500–U+257F) and Block Elements (U+2580–U+259F)
+ <li>Currency Symbols (Sc) and Math Symbols (Sm), except those
+ that are fullwidth (F) or wide (W).
+ <li id="rotate-drawing">Box Drawing (U+2500–U+257F),
+ Block Elements (U+2580–U+259F), and Arrows (U+2190–U+21FF)
</ul>
Set the following characters using vertical font settings if
available, otherwise set them sideways:
@@ -1259,7 +1260,7 @@
<li>Other Punctuation (Po) with an East Asian Width property [[!UAX11]]
of ambiguous (A).
<li>Other Symbols (So) characters from the Latin-1 block
- <li>Superscripts and subscripts from the Other Number (No)
+ <li>Superscripts, subscripts, and fractions from the Other Number (No)
category.
<li>Private Use characters (Co)
</ul>
Received on Wednesday, 11 May 2011 02:10:33 UTC