You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -365,7 +368,7 @@ <h2 id=line-decoration><span class=secno>2. </span> Line Decoration:
365
368
<em>applied</em> to such boxes.
366
369
367
370
<p> By default underlines, overlines, and line-throughs are applied only to
368
-
non-replaced inline boxes, and are drawn over all text (including white
371
+
non-replaced inline boxes, and are drawn across all text (including white
369
372
space, letter spacing, and word spacing). Atomic inlines, such as images,
370
373
are not decorated. The ‘<ahref="#text-decoration-skip"><code
371
374
class=property>text-decoration-skip</code></a>’ property can be used to
@@ -803,9 +806,9 @@ <h3 id=text-decoration-skip-property><span class=secno>2.5. </span> Text
803
806
class=css>ink</code>’</dfn>
804
807
805
808
<dd>Skip over where glyphs are drawn: interrupt the decoration line to let
806
-
text show through where the text decoration would otherwise cross over a
807
-
glyph. The UA may also skip a small distance to either side of the glyph
808
-
outline.
809
+
the shape of the text show through where the text decoration would
810
+
otherwise cross over a glyph. The UA must skip a small distance to either
811
+
side of the glyph outline.
809
812
<divclass=figure>
810
813
<p><img
811
814
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
@@ -1710,9 +1713,45 @@ <h2 id=text-shadow-property><span class=secno>4. </span> Text Shadows: the
1710
1713
property applies to both the <code>::first-line</code> and
<dd>Skip over where glyphs are drawn: interrupt the decoration
501
-
line to let text show through where the text decoration would
502
-
otherwise cross over a glyph. The UA may also skip a small
503
-
distance to either side of the glyph outline.
500
+
<dd>Skip over where glyphs are drawn:
501
+
interrupt the decoration line to let the shape of the text show through
502
+
where the text decoration would otherwise cross over a glyph.
503
+
The UA must skip a small distance to either side of the glyph outline.
504
504
<divclass="figure">
505
505
<p><imgtitle="text-decoration-skip: ink"
506
506
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
0 commit comments