File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484
8585 < h1 > CSS Text Level 3</ h1 >
8686
87- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 17 June 2011</ h2 >
87+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 23 June 2011</ h2 >
8888
8989 < dl >
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/06/12 10:04:34 $ (CVS $Revision$)</ a > <!--
94- <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>
93+ 2011/06/17 14:19:47 $ (CVS $Revision$)</ a > <!--
94+ <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>
9595 -->
9696
9797
@@ -721,6 +721,20 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
721721 href ="#mappings-fulllsize-kana "> ‘< code
722722 class =css > fullsize-kana</ code > ’ Mappings</ a > .
723723
724+ < p > When multiple values are specified and therefore multiple
725+ transformations need to be applied, they are applied in the following
726+ order:
727+
728+ < ol >
729+ < li > ‘< code class =css > capitalize</ code > ’, ‘< code
730+ class =css > uppercase</ code > ’, and ‘< code
731+ class =css > lowercase</ code > ’
732+
733+ < li > ‘< code class =css > fullwidth</ code > ’
734+
735+ < li > ‘< code class =css > fullsize-kana</ code > ’
736+ </ ol >
737+
724738 < p > Text transformation happens after < a href ="#white-space-rules "> white
725739 space processing</ a > . (This only matters when ‘< code
726740 class =css > fullwidth</ code > ’ transforms U+0020 space characters to
Original file line number Diff line number Diff line change @@ -378,6 +378,15 @@ <h3 id="text-transform">
378378 < p > The mappings for small Kana to normal Kana are defined in
379379 < a href ="#mappings-fulllsize-kana "> ''fullsize-kana'' Mappings</ a > .</ p >
380380
381+ < p > When multiple values are specified and therefore multiple
382+ transformations need to be applied, they are applied in the following
383+ order:</ p >
384+ < ol >
385+ < li > ''capitalize'', ''uppercase'', and ''lowercase''</ li >
386+ < li > ''fullwidth''</ li >
387+ < li > ''fullsize-kana''</ li >
388+ </ ol >
389+
381390 < p > Text transformation happens after < a href ="#white-space-rules "> white
382391 space processing</ a > . (This only matters when ''fullwidth'' transforms
383392 U+0020 space characters to U+3000.) < span class ="issue "> This requirement
You can’t perform that action at this time.
0 commit comments