Skip to content

Commit 8c24b3a

Browse files
committed
Add note about @text-transform for future CSS
1 parent af5883a commit 8c24b3a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 &lsquo;<code
696691
class=css>capitalize</code>&rsquo; 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 &lsquo;<a
747+
href="#text-transform0"><code class=css>@text-transform</code></a>&rsquo;
748+
rule similar to &lsquo;<code class=css>@counter-style</code>&rsquo; 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

css3-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)