csswg/css3-writing-modes Overview.src.html,1.166,1.167

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

Modified Files:
	Overview.src.html 
Log Message:
Fix ordering mistake in vertical typesetting. Note use of ScriptExtensions.txt

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- Overview.src.html	6 Jun 2011 09:29:31 -0000	1.166
+++ Overview.src.html	7 Jun 2011 02:29:50 -0000	1.167
@@ -2296,6 +2296,13 @@
     the following settings are recommended:
 
   <ol>
+    <li>Set any spaces (Zs), dashes (Pd), connectors (Pc), and
+      bracketing punctuation (Ps, Pe, Pi, Pf)
+      either upright using vertical font settings if available
+      or sideways if they are not.
+      <p class="note">Thus a THREE-PER-EM SPACE (U+2004) can be expected
+      to provide a 1/3-em advance in the inline dimension, and brackets
+      can be expected to encase their contents.</p>
     <li>Set East Asian fullwidth (F) and wide (W) characters upright
       (using vertical font settings if available).
     <li>Set East Asian halfwidth (H) characters sideways (using vertical
@@ -2303,17 +2310,10 @@
     <li>Set any other characters that are assigned to a script
       (i.e. do not belong to the Common, Inherited, or Unknown scripts)
       <a href="#vertical-typesetting">as required by 'text-orientation'</a>.
-    <li>Set any other spaces (Zs), dashes (Pd), connectors (Pc), and
-      bracketing punctuation (Ps, Pe, Pi, Pf)
-      either upright using vertical font settings if available
-      or sideways if they are not.
-      <p class="note">Thus a THREE-PER-EM SPACE (U+2004) can be expected
-      to provide a 1/3-em advance in the inline dimension, and brackets
-      can be expected to encase their contents.</p>
   </ol>
 
   <p>When 'text-orientation' is ''vertical-right'', the following settings
-    are recommended for characters not otherwise-specified above.
+    are recommended for characters not otherwise-specified above:
   <ol>
     <li>Set the following characters using vertical font settings if
       available, otherwise set them sideways:
@@ -2385,11 +2385,10 @@
     <dt><a href="http://www.unicode.org/reports/tr44/#General_Category_Values">General Category</a>
     <dd>Defined in [[UAX44]] and given as the General_Category property.
     <dt><a href="http://www.unicode.org/reports/tr24/#Values">Script property</a>
-    <dd>Defined in [[UAX24]] and given as the Script property.
+    <dd>Defined in [[UAX24]] and given as the Script property. (UAs should
+      include any ScriptExtensions.txt assignments in this mapping.)
   </dl>
 
-  <p class="issue">Define whether ScriptExtensions is used.</p>
-
 <h2 id="intrinsic-sizing" class="no-num">Appendix D:
 Intrinsic Dimensions</h2>
 

Received on Tuesday, 7 June 2011 02:29:54 UTC