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
Copy file name to clipboardExpand all lines: css-text-decor-4/Overview.bs
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1031,7 +1031,7 @@ Skipping Glyphs: the 'text-decoration-skip-ink' property</h4>
1031
1031
1032
1032
<pre class="propdef">
1033
1033
Name: text-decoration-skip-ink
1034
-
Value: auto | none
1034
+
Value: auto | none | always
1035
1035
Initial: ''auto''
1036
1036
Applies to: all elements
1037
1037
Inherited: yes
@@ -1049,10 +1049,10 @@ Skipping Glyphs: the 'text-decoration-skip-ink' property</h4>
1049
1049
The UA must also skip a small distance to either side of the glyph outline.
1050
1050
1051
1051
<div class="figure">
1052
-
<p><img title="text-decoration-skip-ink: auto"
1053
-
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
<img title="Skipping Descenders When Drawing an Underline"
1053
+
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
1054
+
src="images/decoration-skip-ink.png">
1055
+
<p class="caption">Skipping Glyph Ink
1056
1056
</div>
1057
1057
1058
1058
<div class="issue">
@@ -1075,18 +1075,16 @@ Skipping Glyphs: the 'text-decoration-skip-ink' property</h4>
1075
1075
UAs <em>may</em> interrupt underlines and overlines
1076
1076
where the line would cross glyph ink
1077
1077
and to some distance to either side of the glyph outline.
1078
-
Line-throughs must remain continuous, however.
1079
1078
1080
-
<div class="figure">
1081
-
<img title="Skipping Descenders When Drawing an Underline"
1082
-
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
1083
-
src="images/decoration-skip-ink.png">
1084
-
<p class="caption">Skipping Glyph Ink
1085
-
</div>
1079
+
<dt><dfn value for="text-decoration-skip-ink">always</dfn></dt>
1080
+
<dd>
1081
+
UAs <em>must</em> interrupt underlines and overlines
1082
+
where the line would cross glyph ink
1083
+
and to some distance to either side of the glyph outline.
1086
1084
1087
1085
<dt><dfn value for="text-decoration-skip-ink">none</dfn></dt>
1088
1086
<dd>
1089
-
UA must draw continuous lines,
1087
+
UA must draw continuous underlines and overlines,
1090
1088
without interruptions when they cross over a glyph.
0 commit comments