- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Oct 2011 06:15:58 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv6138
Modified Files:
Overview.html Overview.src.html
Log Message:
text-transform:fullwidth takes not only <wide> but also <narrow> mappings http://lists.w3.org/Archives/Public/www-style/2011Sep/0469.html
Committed on the Free edition of March Hare Software CVSNT Client.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.html 5 Oct 2011 00:35:01 -0000 1.186
+++ Overview.html 20 Oct 2011 06:15:56 -0000 1.187
@@ -29,14 +29,15 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 October 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 October
+ 2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/04
- 00:56:48 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111005/">http://www.w3.org/TR/2011/WD-css3-text-20111005/</a></dd>
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/10/05
+ 00:35:01 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111020/">http://www.w3.org/TR/2011/WD-css3-text-20111020/</a></dd>
-->
@@ -645,9 +646,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 taking code points with the <wide> tag in their
- Decomposition_Mapping in <a href="#UAX44"
- rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a> and mapping their
+ form is defined by taking code points with the <wide> and the
+ <narrow> tag in their Decomposition_Mapping in <a href="#UAX44"
+ rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>. For the <narrow> tag,
+ the mapping is from the code point to the decomposition (minus
+ <narrow> tag), and for the <wide> tag, the mapping is from the
decomposition (minus the <wide> tag) back to the original code
point.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- Overview.src.html 5 Oct 2011 00:35:01 -0000 1.285
+++ Overview.src.html 20 Oct 2011 06:15:56 -0000 1.286
@@ -302,9 +302,11 @@
<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 taking code points with
- the <wide> tag in their Decomposition_Mapping in [[!UAX44]]
- and mapping their decomposition (minus the <wide> tag)
- back to the original code point.</p>
+ the <wide> or the <narrow> tag in their Decomposition_Mapping
+ in [[!UAX44]]. For the <narrow> tag, the mapping is from the code
+ point to the decomposition (minus <narrow> tag), and for the
+ <wide> tag, the mapping is from the decomposition (minus the
+ <wide> tag) back to the original code point.</p>
<p>The mappings for small Kana to normal Kana are defined in
<a href="#small-kana">Small Kana Mappings</a>.</p>
Received on Thursday, 20 October 2011 06:16:00 UTC