csswg/css3-text Overview.html,1.142,1.143 Overview.src.html,1.240,1.241

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify the mapping to fullwidth

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- Overview.html	12 Jun 2011 10:04:33 -0000	1.142
+++ Overview.html	17 Jun 2011 14:19:47 -0000	1.143
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/06/08 15:51:24 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110612/">http://www.w3.org/TR/2011/WD-css3-text-20110612/</a></dd>
+     2011/06/12 10:04:34 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110617/">http://www.w3.org/TR/2011/WD-css3-text-20110617/</a></dd>
     -->
      
 
@@ -708,8 +708,11 @@
   <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>. The mapping to fullwidth
-   form is defined by &lt;wide&gt; tag of Character Decomposition Mapping in
-   <a href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>.
+   form is defined by taking code points with the &lt;wide&gt; tag in their
+   Decomposition_Mapping in <a href="#UAX44"
+   rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and mapping their
+   decomposition (minus the &lt;wide&gt; tag) back to the original code
+   point.
 
   <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.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- Overview.src.html	12 Jun 2011 10:04:34 -0000	1.240
+++ Overview.src.html	17 Jun 2011 14:19:47 -0000	1.241
@@ -367,8 +367,10 @@
 
     <p>The definition of fullwidth and halfwidth forms can be found on the
       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>
+      The mapping to fullwidth form is defined by taking code points with
+      the &lt;wide&gt; tag in their Decomposition_Mapping in [[!UAX44]]
+      and mapping their decomposition (minus the &lt;wide&gt; tag)
+      back to the original code point.</p>
 
     <p class="issue">Should all characters be transformed, or only letters
       (i.e. not symbols, punctuation, or white space)</p>

Received on Friday, 17 June 2011 14:19:51 UTC