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
The text-decoration CSS property still needs a -webkit- prefix in WebKit when specifying multiple values in the shorthand.
There exists an open pull request for WebKit, and the implementation seems to already match the spec pretty well (?). (see bug)
This issue is one of seven issues regarding unprefixing CSS properties/values, originally all in #702 (as per #702 (comment)). The aim is to group the properties together into multiple (but not seven) focus areas.
This specific property is especially annoying because it became a shorthand.
text-decoration: underline also resets text-decoration-color to the initial value, but only in browsers that have been updated. -webkit-text-decoration does behave as a shorthand.
Description
The
text-decoration
CSS property still needs a-webkit-
prefix in WebKit when specifying multiple values in the shorthand.There exists an open pull request for WebKit, and the implementation seems to already match the spec pretty well (?). (see bug)
This issue is one of seven issues regarding unprefixing CSS properties/values, originally all in #702 (as per #702 (comment)). The aim is to group the properties together into multiple (but not seven) focus areas.
Specification
https://drafts.csswg.org/css-text-decor-4/#text-decoration-property
Additional Signals
No response
The text was updated successfully, but these errors were encountered: