csswg/css3-text Overview.html,1.62,1.63 Overview.src.html,1.157,1.158

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv14738

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Mark text-transform as applying after white-space collapsing due to U+0020 -> U+3000 transformation.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Overview.html	23 Feb 2011 05:34:46 -0000	1.62
+++ Overview.html	23 Feb 2011 05:40:59 -0000	1.63
@@ -90,7 +90,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/02/23 05:19:30 $ (CVS $Revision$)</a> <!--
+     2011/02/23 05:34:46 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110223/">http://www.w3.org/TR/2011/WD-css3-text-20110223/</a></dd>
     -->
      
@@ -705,6 +705,12 @@
       past any starting non-letters (as an example of why UAX29 is not ideal) -->
    
 
+  <p>Text transformation happens after <a href="#white-space-rules">white
+   space processing</a>. (This only matters when &lsquo;<code
+   class=css>fullwidth</code>&rsquo; transforms U+0020 space characters to
+   U+3000.) <span class=issue>This requirement may need to be relaxed during
+   CR, so mark at-risk.</span>
+
   <div class=example>
    <p>The following example converts the ASCII characters in abbreviations in
     Japanese to their fullwidth variants so that they lay out and line break

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- Overview.src.html	23 Feb 2011 05:34:46 -0000	1.157
+++ Overview.src.html	23 Feb 2011 05:40:59 -0000	1.158
@@ -384,6 +384,11 @@
       the UA might want to use UAX29 to split into words, but skip forward
       past any starting non-letters (as an example of why UAX29 is not ideal) -->
 
+    <p>Text transformation happens after <a href="#white-space-rules">white
+      space processing</a>. (This only matters when ''fullwidth'' transforms
+      U+0020 space characters to U+3000.) <span class="issue">This requirement
+      may need to be relaxed during CR, so mark at-risk.</span>
+
     <div class="example">
       <p>The following example converts the ASCII characters in abbreviations
         in Japanese to their fullwidth variants so that they lay out and line

Received on Wednesday, 23 February 2011 05:41:03 UTC