- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 May 2011 23:56:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv17904
Modified Files:
Overview.html Overview.src.html
Log Message:
Reorder a couple paragraphs
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.html 18 May 2011 08:56:23 -0000 1.135
+++ Overview.html 19 May 2011 23:56:05 -0000 1.136
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 May 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/05/14 15:50:19 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110518/">http://www.w3.org/TR/2011/WD-css3-text-20110518/</a></dd>
+ 2011/05/18 08:56:23 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110519/">http://www.w3.org/TR/2011/WD-css3-text-20110519/</a></dd>
-->
@@ -680,16 +680,16 @@
href="#CSS3FONT" rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a>
</dl>
- <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 case mapping rules for the character repertoire specified by the
Unicode Standard can be found on the Unicode Consortium Web site. <a
href="#UNICODE" rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a> Only
characters belonging to bicameral scripts are affected.
+ <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 ‘<code
class=css>capitalize</code>’ is UA-dependent; <a href="#UAX29"
rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> is suggested (but not
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- Overview.src.html 18 May 2011 08:56:23 -0000 1.233
+++ Overview.src.html 19 May 2011 23:56:05 -0000 1.234
@@ -347,15 +347,15 @@
want to use ''font-variant: ruby''. [[CSS3FONT]]</p></dd>
</dl>
- <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 case mapping rules for the character repertoire specified by the
Unicode Standard can be found on the Unicode Consortium Web site.
[[!UNICODE]] Only characters belonging to bicameral scripts are
affected.</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
Received on Thursday, 19 May 2011 23:56:10 UTC