Skip to content

Commit 8a59aa2

Browse files
committed
Downgrade splitting grapheme clusters to a warning.
1 parent 6e95d85 commit 8a59aa2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,9 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
467467
<p>The rendering characteristics of a <a
468468
href="#character"><i>character</i></a> divided by an element boundary is
469469
undefined: it may be rendered as belonging to either side of the boundary,
470-
or as some approximation of belonging to both. Authors should avoid
471-
dividing grapheme clusters by element boundaries.
470+
or as some approximation of belonging to both. Authors are forewarned that
471+
dividing grapheme clusters by element boundaries may give inconsistent
472+
results.
472473

473474
<h2 id=transforming><span class=secno>2. </span> Transforming Text</h2>
474475

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ <h3 id="terms">
189189
<p>The rendering characteristics of a <i>character</i> divided by an
190190
element boundary is undefined: it may be rendered as belonging to
191191
either side of the boundary, or as some approximation of belonging
192-
to both. Authors should avoid dividing grapheme clusters by element
193-
boundaries.
192+
to both. Authors are forewarned that dividing grapheme clusters by
193+
element boundaries may give inconsistent results.
194194

195195
<h2 id="transforming">
196196
Transforming Text</h2>

0 commit comments

Comments
 (0)