[csswg-drafts] [css-text-decor] text-decoration-width claims to be a sub-property of text-decoration, but text-decoration disagrees. (#3993)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-text-decor] text-decoration-width claims to be a sub-property of text-decoration, but text-decoration disagrees. ==
https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property says (emphasis mine):

> This property, **which is also a sub-property of the text-decoration** shorthand, sets the stroke thickness of underlines, overlines, and line-throughs.

However that links to https://drafts.csswg.org/css-text-decor-3/#propdef-text-decoration, which makes no mention of this property.

How does the text-decoration shorthand impact this? Does it reset `text-decoration-width` to `auto`? Or does it actually allow parsing `text-decoration-width`?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3993 using your GitHub account

Received on Saturday, 1 June 2019 14:22:24 UTC