Skip to content

Commit 5b26dfb

Browse files
committed
[css-text-3] Clarify that formatting changes (like text decoration) that do not affect glyph don't break shaping. #698
1 parent e75818d commit 5b26dfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-text-3/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,10 @@ Cursive Scripts</h4>
21182118
2. 'vertical-align' is not ''vertical-align/baseline''.
21192119
3. The boundary is a <a lt="bidi-isolates">bidi isolation boundary</a>.
21202120

2121-
Text shaping <em>must not</em> be broken across inline box boundaries when there is no change in formatting.
2121+
Text shaping <em>must not</em> be broken across inline box boundaries
2122+
when there is no effective change in formatting,
2123+
or if the only formatting changes do not affect the glyphs
2124+
(as in applying <a href="https://www.w3.org/TR/css-text-decoration/">text decoration</a>).
21222125
Text shaping <em>should not</em> be broken across inline box boundaries otherwise,
21232126
if it is reasonable and possible for that case given the limitations of the font technology.
21242127

0 commit comments

Comments
 (0)