Skip to content

Commit 9357ecc

Browse files
committed
[css-text-decor-4] Mark issue about initial value of text-decoration-skip-spaces
1 parent b4c1be0 commit 9357ecc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ Line Decoration: Underline, Overline, and Strike-Through</h2>
111111
In Level 3 and beyond, by default only the margins, borders, and padding of the <i>decorating box</i> are skipped.
112112
In the future CSS2.1 may be updated to match this new default.
113113

114-
ISSUE: Also, control over decorating leading/trailing spaces is expected in Level 4,
115-
and will be applied by default to the HTML <{ins}> and <{del}> elements.
116-
117114
Relatively positioning a descendant moves all text decorations
118115
applied to it along with the descendant's text; it does not affect
119116
calculation of the decoration's initial position on that line.
@@ -989,6 +986,10 @@ Skipping Spaces: the 'text-decoration-skip-spaces' property</h4>
989986
Animation type: discrete
990987
</pre>
991988

989+
ISSUE: Should the initial value be ''text-decoration-skip-spaces/none'' for Web-compat?
990+
If not, INS and DEL at least should be assigned ''text-decoration-skip-spaces/none'' in the UA default stylesheet.
991+
See also <a href="https://github.com/w3c/csswg-drafts/issues/4653">Issue 4653</a>.
992+
992993
This property specifies whether text decoration skips any spaces.
993994
It controls all text decoration lines drawn by the element
994995
and also any text decoration lines drawn by its ancestors.

0 commit comments

Comments
 (0)