csswg/css3-writing-modes Overview.html,1.178,1.179 Overview.src.html,1.188,1.189

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv9339

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix error wrt tone marks. (See Unicode 6.0:7.8)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Overview.html	27 Jun 2011 22:34:01 -0000	1.178
+++ Overview.html	30 Jun 2011 22:51:39 -0000	1.179
@@ -32,7 +32,7 @@
 
    <h1>CSS Writing Modes Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2>
 
    <dl>
     <dt>This version:
@@ -40,7 +40,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-20110627">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110627/</a>
+    <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>
 -->
      
 
@@ -3326,7 +3326,7 @@
    <li>Set the following characters sideways (i.e. rotated, using horizontal
     font settings).
     <ul>
-     <li>Currency Symbols (Sc) and Math Symbols (Sm).
+     <li>Currency Symbols (Sc), Math Symbols (Sm), and Modifier Symbols (Sk)
 
      <li><abbr title="U+10107–U+10133">Aegean numbers</abbr> and <abbr
       title="U+A830–U+A835">North Indic fractions</abbr> from the Other
@@ -3338,17 +3338,11 @@
 
      <li>Other Symbols (So) from the Latin-1 Supplement and Letterlike
       Symbols blocks.
-
-     <li>Modifier Symbols (Sk), except the tone marks listed below.
     </ul>
 
    <li>Set the following characters upright (i.e. translated, using vertical
     font settings if available):
     <ul>
-     <li>Modifier Symbols (Sk) in the U+02E5–U+02EB tone marks range and
-      those in the <abbr title="U+A700–U+A716">Modifier Tone Letters</abbr>
-      block.
-
      <li>All Other Symbols (So) characters not otherwise specified above.
 
      <li>All Other Numbers (No) characters not otherwise specified above.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.src.html	27 Jun 2011 22:34:01 -0000	1.188
+++ Overview.src.html	30 Jun 2011 22:51:40 -0000	1.189
@@ -2464,7 +2464,7 @@
     <li>Set the following characters sideways (i.e. rotated,
       using horizontal font settings).
       <ul>
-        <li>Currency Symbols (Sc) and Math Symbols (Sm).
+        <li>Currency Symbols (Sc), Math Symbols (Sm), and Modifier Symbols (Sk)
         <li><abbr title="U+10107–U+10133">Aegean numbers</abbr>
           and <abbr title="U+A830–U+A835">North Indic fractions</abbr>
           from the Other Number (No) category.
@@ -2475,14 +2475,10 @@
         <li>Other Symbols (So) from the
           Latin-1 Supplement and
           Letterlike Symbols blocks.
-        <li>Modifier Symbols (Sk), except the tone marks listed below.
       </ul>
     <li>Set the following characters upright (i.e. translated,
       using vertical font settings if available):
       <ul>
-        <li>Modifier Symbols (Sk) in the U+02E5–U+02EB tone marks range and              
-          those in the <abbr title="U+A700–U+A716">Modifier Tone Letters</abbr>
-          block.
         <li>All Other Symbols (So) characters not otherwise specified above.
         <li>All Other Numbers (No) characters not otherwise specified above.
       </ul>

Received on Thursday, 30 June 2011 22:51:45 UTC