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
@@ -274,24 +277,6 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
274
277
Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]],
275
278
plus any adjacent 'letter-spacing' or 'word-spacing'.
276
279
277
-
<dt><dfn value for="text-decoration-skip">ink</dfn></dt>
278
-
<dd>
279
-
Skip over where glyphs are drawn:
280
-
interrupt the decoration line to let the shape of the text show through
281
-
where the text decoration would otherwise cross over a glyph.
282
-
The UA must also skip a small distance to either side of the glyph outline.
283
-
284
-
<div class="figure">
285
-
<p><img title="text-decoration-skip: ink"
286
-
alt="An alphabetic underline through Myanmar text skips around descenders and the vertical strokes of combining characters that drop below the alphabetic baseline."
This value only applies to overlines and underlines;
293
-
line-throughs are unaffected.
294
-
295
280
<dt><dfn value for="text-decoration-skip">edges</dfn></dt>
296
281
<dd>
297
282
The UA should place the start and end of the line inwards slightly
@@ -344,6 +329,61 @@ Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
344
329
''spelling-error'' or ''grammar-error'',
345
330
the UA may ignore the value of 'text-decoration-skip'.
346
331
332
+
<h4 id="text-decoration-skip-ink-property">
333
+
Text Decoration Line Continuity: the 'text-decoration-skip-ink' property</h4>
334
+
335
+
<pre class="propdef">
336
+
Name: text-decoration-skip-ink
337
+
Value: ''auto'' | ''none''
338
+
Initial: 'auto'
339
+
Applies to: all elements
340
+
Inherited: yes
341
+
Percentages: N/A
342
+
Media: visual
343
+
Computed value: as specified
344
+
Animatable: no
345
+
</pre>
346
+
347
+
This property controls how overlines and underlines are drawn
348
+
when they cross over a glyph.
349
+
350
+
When enabled, decoration lines skip over where glyphs are drawn:
351
+
interrupt the decoration line to let the shape of the text show through
352
+
where the text decoration would otherwise cross over a glyph.
353
+
The UA must also skip a small distance to either side of the glyph outline.
354
+
355
+
<div class="figure">
356
+
<p><img title="text-decoration-skip: ink"
357
+
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