Skip to content

Commit 91f7a5e

Browse files
committed
[css-text-decor-4] Clarify that text-decoration-skip-ink applies only to decorations originating on the element. #2817
1 parent 1a25cb1 commit 91f7a5e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-text-decor-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: CSS Text Decoration Module Level 4
33
Shortname: css-text-decor
44
Level: 4
5-
Status: ED
5+
Status: WD
66
Work Status: Exploring
77
Group: csswg
88
ED: https://drafts.csswg.org/css-text-decor-4/
@@ -1070,6 +1070,8 @@ Skipping Glyphs: the 'text-decoration-skip-ink' property
10701070

10711071
This property controls how overlines and underlines are drawn
10721072
when they cross over a glyph.
1073+
It affects all decorations originating from this element
1074+
even if descendant boxes specify a different style.
10731075

10741076
When enabled, decoration lines skip over where glyphs are drawn:
10751077
interrupt the decoration line to let the shape of the text show through
@@ -2097,14 +2099,15 @@ Changes
20972099

20982100
Changes since the 6 May 2020 Working Draft
20992101

2100-
21012102
Significant changes since the
21022103
21032104

21042105
    21052106
  • Added spread distance and ''box-shadow/inset'' to 'text-shadow'.
  • 21062107
    21072108
    2109+
  • Clarified that 'text-decoration-skip-ink' affects only decorations initiated by the element.
  • 2110+
    21082111
  • Explicitly noted properties applying to text in “Applies to” line.
  • 21092112
    21102113

    0 commit comments

    Comments
     (0)