interop
interop copied to clipboard
Unprefixed `text-decoration`
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 https://github.com/web-platform-tests/interop/issues/702#issuecomment-2358173009). 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