Skip to content

Commit 9068c45

Browse files
committed
Note that rendering of characters broken by element boundaries is undefined.
1 parent 7737df5 commit 9068c45

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
3838
<dl>
3939
<dt>This version:
4040

41-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/14
42-
00:51:25 $ (CVS $Revision$)</a> <!--
41+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/16
42+
22:53:54 $ (CVS $Revision$)</a> <!--
4343
<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>
4444
-->
4545

@@ -478,6 +478,12 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
478478
one of the Letter or Number general categories in Unicode. <a
479479
href="#UAX44" rel=biblioentry>[UAX44]<!--{{!UAX44}}--></a>
480480

481+
<p>The rendering characteristics of a <a
482+
href="#character"><i>character</i></a> divided by an element boundary is
483+
undefined: it may be rendered as belonging to either side of the boundary,
484+
or as some approximation of belonging to both. Authors should avoid
485+
dividing grapheme clusters by element boundaries.
486+
481487
<h2 id=transforming><span class=secno>2. </span> Transforming Text</h2>
482488

483489
<h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>

css3-text/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ <h3 id="terms">
196196
is a <i>character</i> belonging to one of the Letter or Number general
197197
categories in Unicode. [[!UAX44]]
198198

199+
<p>The rendering characteristics of a <i>character</i> divided by an
200+
element boundary is undefined: it may be rendered as belonging to
201+
either side of the boundary, or as some approximation of belonging
202+
to both. Authors should avoid dividing grapheme clusters by element
203+
boundaries.
204+
199205
<h2 id="transforming">
200206
Transforming Text</h2>
201207

0 commit comments

Comments
 (0)