Implement text-decoration-skip-ink
Created attachment 438100 [details] WIP
Failing tests: fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html imported/w3c/web-platform-tests/css/css-pseudo/parsing/marker-supported-properties-in-animation.html imported/w3c/web-platform-tests/css/css-pseudo/parsing/marker-supported-properties.html imported/w3c/web-platform-tests/css/css-text-decor/inheritance.html imported/w3c/web-platform-tests/css/css-text-decor/parsing/text-decoration-skip-ink-computed.html imported/w3c/web-platform-tests/css/css-text-decor/parsing/text-decoration-skip-ink-valid.html imported/w3c/web-platform-tests/css/css-text-decor/text-decoration-skip-ink.html imported/w3c/web-platform-tests/css/cssom/cssstyledeclaration-csstext.html imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html
Created attachment 438109 [details] Patch
Created attachment 438110 [details] Patch
Created attachment 438116 [details] Patch
Comment on attachment 438116 [details] Patch Seems reasonable, r=me
Committed r282397 (241658@main): <https://commits.webkit.org/241658@main>
<rdar://problem/83109958>
Comment on attachment 438116 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438116&action=review > Source/WebCore/css/parser/CSSPropertyParser.cpp:1681 > + if (RefPtr<CSSPrimitiveValue> skip = consumeIdent<CSSValueNone, CSSValueAuto, CSSValueInk>(m_range)) { auto
*** Bug 95848 has been marked as a duplicate of this bug. ***