- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 21:09:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv12569
Modified Files:
Overview.html Overview.src.html
Log Message:
Add howcome's note.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.html 6 Apr 2011 18:02:37 -0000 1.97
+++ Overview.html 6 Apr 2011 21:09:22 -0000 1.98
@@ -89,7 +89,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/04/06 17:52:10 $ (CVS $Revision$)</a> <!--
+ 2011/04/06 18:02:37 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110406/">http://www.w3.org/TR/2011/WD-css3-text-20110406/</a></dd>
-->
@@ -495,6 +495,11 @@
<p>[document here]
+ <p class=issue>This draft describes features that are specific to certain
+ scripts. There is an ongoing discussion about where these features belong:
+ in existing CSS properties, in new CSS properties, or perhaps in other
+ specifications.
+
<p id=grapheme-cluster>A <dfn id=grapheme-cluster0>grapheme cluster</dfn>
is what a language user considers to be a character or a basic unit of the
script. The term is described in detail in the Unicode Technical Report:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.src.html 6 Apr 2011 18:02:37 -0000 1.196
+++ Overview.src.html 6 Apr 2011 21:09:22 -0000 1.197
@@ -192,7 +192,12 @@
<h2 id="intro">
Introduction</h2>
-<p>[document here]</p>
+ <p>[document here]</p>
+
+ <p class="issue">This draft describes features that are specific to certain scripts.
+ There is an ongoing discussion about where these features belong: in
+ existing CSS properties, in new CSS properties, or perhaps in other
+ specifications.
<p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
a language user considers to be a character or a basic unit of the
Received on Wednesday, 6 April 2011 21:09:25 UTC