- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Jun 2011 18:01:54 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv14077
Modified Files:
Overview.html Overview.src.html
Log Message:
Add text-transform apply order when multiple values are specified
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Overview.html 17 Jun 2011 14:19:47 -0000 1.143
+++ Overview.html 23 Jun 2011 18:01:51 -0000 1.144
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 June 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 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>
+ 2011/06/17 14:19:47 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110623/">http://www.w3.org/TR/2011/WD-css3-text-20110623/</a></dd>
-->
@@ -721,6 +721,20 @@
href="#mappings-fulllsize-kana">‘<code
class=css>fullsize-kana</code>’ Mappings</a>.
+ <p>When multiple values are specified and therefore multiple
+ transformations need to be applied, they are applied in the following
+ order:
+
+ <ol>
+ <li>‘<code class=css>capitalize</code>’, ‘<code
+ class=css>uppercase</code>’, and ‘<code
+ class=css>lowercase</code>’
+
+ <li>‘<code class=css>fullwidth</code>’
+
+ <li>‘<code class=css>fullsize-kana</code>’
+ </ol>
+
<p>Text transformation happens after <a href="#white-space-rules">white
space processing</a>. (This only matters when ‘<code
class=css>fullwidth</code>’ transforms U+0020 space characters to
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- Overview.src.html 17 Jun 2011 14:19:47 -0000 1.241
+++ Overview.src.html 23 Jun 2011 18:01:52 -0000 1.242
@@ -378,6 +378,15 @@
<p>The mappings for small Kana to normal Kana are defined in
<a href="#mappings-fulllsize-kana">''fullsize-kana'' Mappings</a>.</p>
+ <p>When multiple values are specified and therefore multiple
+ transformations need to be applied, they are applied in the following
+ order:</p>
+ <ol>
+ <li>''capitalize'', ''uppercase'', and ''lowercase''</li>
+ <li>''fullwidth''</li>
+ <li>''fullsize-kana''</li>
+ </ol>
+
<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
Received on Thursday, 23 June 2011 18:02:00 UTC