csswg/css3-text Overview.html,1.212,1.213 Overview.src.html,1.311,1.312

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Note that rendering of characters broken by element boundaries is undefined.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- Overview.html	16 Jan 2012 22:53:54 -0000	1.212
+++ Overview.html	16 Jan 2012 23:15:00 -0000	1.213
@@ -38,8 +38,8 @@
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/14
-     00:51:25 $ (CVS $Revision$)</a> <!--
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/16
+     22:53:54 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120116/">http://www.w3.org/TR/2012/WD-css3-text-20120116/</a></dd>
     -->
      
@@ -478,6 +478,12 @@
    one of the Letter or Number general categories in Unicode. <a
    href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>
 
+  <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.
+
   <h2 id=transforming><span class=secno>2. </span> Transforming Text</h2>
 
   <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- Overview.src.html	16 Jan 2012 22:53:54 -0000	1.311
+++ Overview.src.html	16 Jan 2012 23:15:00 -0000	1.312
@@ -196,6 +196,12 @@
     is a <i>character</i> belonging to one of the Letter or Number general
     categories in Unicode. [[!UAX44]]
 
+  <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.
+
 <h2 id="transforming">
   Transforming Text</h2>
 

Received on Monday, 16 January 2012 23:15:16 UTC