- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 May 2011 01:02:17 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv23439
Modified Files:
Overview.html Overview.src.html
Log Message:
Except box-drawing characters and make them rotated
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Overview.html 10 May 2011 23:12:09 -0000 1.112
+++ Overview.html 11 May 2011 01:02:15 -0000 1.113
@@ -30,7 +30,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 May 2011</h2>
<dl>
<dt>This version:
@@ -38,7 +38,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
<!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110510">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110510/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110511">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110511/</a>
-->
@@ -1702,8 +1702,9 @@
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> of fullwidth (F) or wide
(W).
- <li>All characters outside the Latin-1 block (U+000–U+00FF) that
- belong to the Other Symbols (So) category.
+ <li>All Other Symbols (So) characters outside the Latin-1
+ (U+000–U+00FF), Box Drawing (U+2500–U+257F), and Block Elements
+ (U+2580–U+259F) blocks.
<li>All characters that belong to the Other Number (No) category
except the superscripts and subscripts. <span class=issue>This
@@ -1721,6 +1722,9 @@
otherwise mentioned.
<li>Currency Symbols (Sc) and Math Symbols (Sm)
+
+ <li>Box Drawing (U+2500–U+257F) and Block Elements (U+2580–U+259F)
+
</ul>
Set the following characters using vertical font settings if available,
otherwise set them sideways:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.src.html 10 May 2011 23:12:03 -0000 1.117
+++ Overview.src.html 11 May 2011 01:02:15 -0000 1.118
@@ -1235,8 +1235,9 @@
<ul>
<li>All characters with an East Asian Width property [[!UAX11]]
of fullwidth (F) or wide (W).
- <li>All characters outside the Latin-1 block (U+000–U+00FF)
- that belong to the Other Symbols (So) category.
+ <li>All Other Symbols (So) characters outside the
+ Latin-1 (U+000–U+00FF), Box Drawing (U+2500–U+257F),
+ and Block Elements (U+2580–U+259F) blocks.
<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
@@ -1250,6 +1251,7 @@
<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)
</ul>
Set the following characters using vertical font settings if
available, otherwise set them sideways:
Received on Wednesday, 11 May 2011 01:02:19 UTC