csswg/css3-text Overview.html,1.217,1.218 Overview.src.html,1.316,1.317

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Downgrade splitting grapheme clusters to a warning.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -d -r1.217 -r1.218
--- Overview.html	18 Jan 2012 01:57:20 -0000	1.217
+++ Overview.html	18 Jan 2012 02:09:42 -0000	1.218
@@ -467,8 +467,9 @@
   <p>The rendering characteristics of a <a
    href="#character"><i>character</i></a> divided by an element boundary is
    undefined: it may be rendered as belonging to either side of the boundary,
-   or as some approximation of belonging to both. Authors should avoid
-   dividing grapheme clusters by element boundaries.
+   or as some approximation of belonging to both. Authors are forewarned that
+   dividing grapheme clusters by element boundaries may give inconsistent
+   results.
 
   <h2 id=transforming><span class=secno>2. </span> Transforming Text</h2>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -d -r1.316 -r1.317
--- Overview.src.html	18 Jan 2012 01:57:20 -0000	1.316
+++ Overview.src.html	18 Jan 2012 02:09:42 -0000	1.317
@@ -189,8 +189,8 @@
   <p>The rendering characteristics of a <i>character</i> divided by an
     element boundary is undefined: it may be rendered as belonging to
     either side of the boundary, or as some approximation of belonging
-    to both. Authors should avoid dividing grapheme clusters by element
-    boundaries.
+    to both. Authors are forewarned that dividing grapheme clusters by
+    element boundaries may give inconsistent results.
 
 <h2 id="transforming">
   Transforming Text</h2>

Received on Wednesday, 18 January 2012 02:09:45 UTC