File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 June 2011</h2>
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/06/28 22:45:27 $ (CVS $Revision$)</ a > <!--
93+ 2011/06/28 23:13:45 $ (CVS $Revision$)</ a > <!--
9494 <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110628/">http://www.w3.org/TR/2011/WD-css3-text-20110628/</a></dd>
9595 -->
9696
@@ -687,11 +687,6 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
687687 href ="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt "> SpecialCasing.txt</ a > )
688688
689689
690- < p > Although limited, the case mapping process has some language
691- dependencies. Some well known examples are Turkish and Greek. If the
692- content language is known then any such language-specific rules must be
693- used.
694-
695690 < p > The definition of "word" used for ‘< code
696691 class =css > capitalize</ code > ’ is UA-dependent; < a href ="#UAX29 "
697692 rel =biblioentry > [UAX29]<!--{{!UAX29}}--> </ a > is suggested (but not
@@ -748,6 +743,11 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
748743 < pre > abbr:lang(ja) { text-transform: fullwidth; }</ pre >
749744 </ div >
750745
746+ < p class =note > A future level of CSS may introduce an ‘< a
747+ href ="#text-transform0 "> < code class =css > @text-transform</ code > </ a > ’
748+ rule similar to ‘< code class =css > @counter-style</ code > ’ from
749+ [[CSS3LISTS]] to create mapping tables for less common text transforms.
750+
751751 < h2 id =white-space-processing > < span class =secno > 4. </ span > White Space
752752 Processing</ h2 >
753753
Original file line number Diff line number Diff line change @@ -354,10 +354,6 @@ <h3 id="text-transform">
354354 < a href ="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt "> SpecialCasing.txt</ a > )
355355 </ p >
356356
357- < p > Although limited, the case mapping process has some language dependencies.
358- Some well known examples are Turkish and Greek. If the content language
359- is known then any such language-specific rules must be used.</ p >
360-
361357 < p > The definition of "word" used for ''capitalize'' is UA-dependent;
362358 [[!UAX29]] is suggested (but not required) for determining such word
363359 boundaries. Authors should not expect ''capitalize'' to follow
@@ -401,6 +397,10 @@ <h3 id="text-transform">
401397 < pre > abbr:lang(ja) { text-transform: fullwidth; }</ pre >
402398 </ div >
403399
400+ < p class ="note "> A future level of CSS may introduce an ''@text-transform''
401+ rule similar to ''@counter-style'' from [[CSS3LISTS]] to create mapping
402+ tables for less common text transforms.
403+
404404< h2 id ="white-space-processing ">
405405 White Space Processing</ h2 >
406406
You can’t perform that action at this time.
0 commit comments