csswg/css3-text Overview.html,1.146,1.147 Overview.src.html,1.244,1.245

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv15545

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add note about @text-transform for future CSS

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- Overview.html	28 Jun 2011 23:13:44 -0000	1.146
+++ Overview.html	28 Jun 2011 23:18:37 -0000	1.147
@@ -90,7 +90,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/06/28 22:45:27 $ (CVS $Revision$)</a> <!--
+     2011/06/28 23:13:45 $ (CVS $Revision$)</a> <!--
       <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>
     -->
      
@@ -687,11 +687,6 @@
    href="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt">SpecialCasing.txt</a>)
    
 
-  <p>Although limited, the case mapping process has some language
-   dependencies. Some well known examples are Turkish and Greek. If the
-   content language is known then any such language-specific rules must be
-   used.
-
   <p>The definition of "word" used for &lsquo;<code
    class=css>capitalize</code>&rsquo; is UA-dependent; <a href="#UAX29"
    rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> is suggested (but not
@@ -748,6 +743,11 @@
    <pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
   </div>
 
+  <p class=note>A future level of CSS may introduce an &lsquo;<a
+   href="#text-transform0"><code class=css>@text-transform</code></a>&rsquo;
+   rule similar to &lsquo;<code class=css>@counter-style</code>&rsquo; from
+   [[CSS3LISTS]] to create mapping tables for less common text transforms.
+
   <h2 id=white-space-processing><span class=secno>4. </span> White Space
    Processing</h2>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- Overview.src.html	28 Jun 2011 23:13:45 -0000	1.244
+++ Overview.src.html	28 Jun 2011 23:18:37 -0000	1.245
@@ -354,10 +354,6 @@
       <a href="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt">SpecialCasing.txt</a>)
       </p>
 
-    <p>Although limited, the case mapping process has some language dependencies.
-      Some well known examples are Turkish and Greek. If the content language
-      is known then any such language-specific rules must be used.</p>
-
     <p>The definition of "word" used for ''capitalize'' is UA-dependent;
       [[!UAX29]] is suggested (but not required) for determining such word
       boundaries. Authors should not expect ''capitalize'' to follow
@@ -401,6 +397,10 @@
       <pre>abbr:lang(ja) { text-transform: fullwidth; }</pre>
     </div>
 
+    <p class="note">A future level of CSS may introduce an ''@text-transform''
+      rule similar to ''@counter-style'' from [[CSS3LISTS]] to create mapping
+      tables for less common text transforms.
+
 <h2 id="white-space-processing">
   White Space Processing</h2>
 

Received on Tuesday, 28 June 2011 23:18:40 UTC