csswg/css3-writing-modes Overview.src.html,1.136,1.137

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

Modified Files:
	Overview.src.html 
Log Message:
Add some <p>s, shift Latin-1 and Letterlike Symbols into sideways category, since other settings can be used to make them upright.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- Overview.src.html	20 May 2011 21:44:17 -0000	1.136
+++ Overview.src.html	20 May 2011 22:04:07 -0000	1.137
@@ -1213,12 +1213,12 @@
     modes:
 
   <ul>
-    <li>If the font and font system support mixed-orientation typesetting, the
+    <li><p>If the font and font system support mixed-orientation typesetting, the
       UA should rely on that feature to set ''vertical-right'' text. Similarly
       if the font and font system support upright typesetting then the UA should
       rely on that feature to set ''upright'' text.
     
-    <li>If the UA needs to synthesize such features (e.g. if an OpenType font
+    <li><p>If the UA needs to synthesize such features (e.g. if an OpenType font
       has only the <code>vert</code> but not the <code>vrt2</code> feature),
       then <strong>for characters belonging to the Common, Inherited, and Unknown
       script categories</strong> the following settings are recommended:
@@ -1250,15 +1250,15 @@
               that are fullwidth (F) or wide (W).
             <li>Aegean numbers (U+10107–U+10133) and North Indic fractions (U+A830–U+A835)
               from the Other Number (No) category.
-            <li id="rotate-drawing">Box Drawing (U+2500–U+257F),
-              Block Elements (U+2580–U+259F), and Arrows (U+2190–U+21FF)
+            <li id="rotate-drawing">All Box Drawing (U+2500–U+257F),
+              Block Element (U+2580–U+259F), and Arrow (U+2190–U+21FF) characters
+            <li>Other Symbols (So) from the Latin-1 and Letterlike Symbols blocks
           </ul>
           Set the following characters using vertical font settings if
           available, otherwise set them sideways:
           <ul>
             <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, subscripts, and remaining fractions from
               the Other Number (No) category.
             <li>Private Use characters (Co)
@@ -1266,7 +1266,7 @@
         <dt>when 'text-orientation' is ''upright''</dt>
         <dd>Set all characters upright unless otherwise specified below.
       </dl>
-      Additionally, spaces (Zs), dashes (Pd), connectors (Pc),
+      <p>Additionally, spaces (Zs), dashes (Pd), connectors (Pc),
       bracketing punctuation (Ps, Pe, Pi, Pf)
       and East Asian Halfwidth (H) symbols (S*) and punctuation (P*)
       should either be set with vertical metrics / alternates if available

Received on Friday, 20 May 2011 22:04:11 UTC