File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments