csswg/css3-text Overview.html,1.75,1.76 Overview.src.html,1.173,1.174

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
UAX44 for text-transform:fullwidth mapping

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Overview.html	10 Mar 2011 06:56:59 -0000	1.75
+++ Overview.html	15 Mar 2011 22:43:44 -0000	1.76
@@ -83,14 +83,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 March 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 March 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/03/09 06:22:25 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110310/">http://www.w3.org/TR/2011/WD-css3-text-20110310/</a></dd>
+     2011/03/10 06:56:59 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110315/">http://www.w3.org/TR/2011/WD-css3-text-20110315/</a></dd>
     -->
      
 
@@ -716,8 +716,9 @@
 
   <p>The definition of fullwidth and halfwidth forms can be found on the
    Unicode consortium web site at <a href="#UAX11"
-   rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. <span class=issue>Find
-   equivalency tables at Unicode (or make them).</span>
+   rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a>. The mapping to fullwidth
+   form is defined by &lt;wide&gt; tag of Character Decomposition Mapping in
+   [[!UAX44]].
 
   <p class=issue>Should all characters be transformed, or only letters (i.e.
    not symbols, punctuation, or white space)

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.src.html	10 Mar 2011 06:56:59 -0000	1.173
+++ Overview.src.html	15 Mar 2011 22:43:44 -0000	1.174
@@ -390,8 +390,9 @@
       past any starting non-letters (as an example of why UAX29 is not ideal) -->
 
     <p>The definition of fullwidth and halfwidth forms can be found on the
-      Unicode consortium web site at [[!UAX11]]. <span class="issue">Find
-      equivalency tables at Unicode (or make them).</p>
+      Unicode consortium web site at [[!UAX11]].
+      The mapping to fullwidth form is defined by &lt;wide&gt; tag of
+      Character Decomposition Mapping in [[!UAX44]].</p>
 
     <p class="issue">Should all characters be transformed, or only letters
       (i.e. not symbols, punctuation, or white space)</p>

Received on Tuesday, 15 March 2011 22:43:48 UTC