- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jan 2012 22:37:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv20695/css3-text
Modified Files:
Overview.html Overview.src.html
Log Message:
Use florian's text to merge @text-transform issues.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- Overview.html 6 Jan 2012 05:12:54 -0000 1.197
+++ Overview.html 6 Jan 2012 22:37:37 -0000 1.198
@@ -34,8 +34,8 @@
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/05
- 19:38:38 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/06
+ 05:12:54 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd>
-->
@@ -657,15 +657,13 @@
href="http://www.microsoft.com/typography/otspec/features_ae.htm#case">case</a>
feature in OpenType). Should we turn that on by default, as they suggest?
- <p class=note>A future level of CSS may introduce the ability to create
- custom mapping tables for less common text transforms, such as by
- ‘<a href="#text-transform0"><code
- class=css>@text-transform</code></a>’ rule similar to ‘<code
- class=css>@counter-style</code>’ from <a href="#CSS3LIST"
- rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>.
-
- <p class=issue>The ‘<code class=css>full-size-kana</code>’
- value may be replaced by a generic text transform mechanism.
+ <p class=issue>CSS may introduce the ability to create custom mapping
+ tables for less common text transforms, such as by an ‘<a
+ href="#text-transform0"><code class=css>@text-transform</code></a>’
+ rule similar to ‘<code class=css>@counter-style</code>’ from
+ <a href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>, and
+ this mechanism may be used to replace ‘<code
+ class=css>full-size-kana</code>’.
<h2 id=white-space-processing><span class=secno>3. </span> White Space
Processing</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- Overview.src.html 6 Jan 2012 05:12:54 -0000 1.295
+++ Overview.src.html 6 Jan 2012 22:37:37 -0000 1.296
@@ -342,12 +342,10 @@
<a href="http://www.microsoft.com/typography/otspec/features_ae.htm#case">case</a>
feature in OpenType). Should we turn that on by default, as they suggest?</p>
- <p class="note">A future level of CSS may introduce the ability to create
- custom mapping tables for less common text transforms, such as by
- ''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LIST]].
-
- <p class="issue">The ''full-size-kana'' value may be replaced by a
- generic text transform mechanism.
+ <p class="issue">CSS may introduce the ability to create custom mapping
+ tables for less common text transforms, such as by an ''@text-transform''
+ rule similar to ''@counter-style'' from [[CSS3LIST]], and this mechanism
+ may be used to replace ''full-size-kana''.
<h2 id="white-space-processing">
White Space Processing</h2>
Received on Friday, 6 January 2012 22:37:49 UTC