RESOLVED FIXED Bug 248386
Remove StyleProperties::textDecorationSkipValue()
https://bugs.webkit.org/show_bug.cgi?id=248386
Summary Remove StyleProperties::textDecorationSkipValue()
Tim Nguyen (:ntim)
Reported 2022-11-28 01:08:31 PST
text-decoration-skip can share the serialization handling with other shorthands with single longhands. We don't ever need to serialize `ink` because it gets changed to `auto` anyway at parse-time. We also don't need to take care of implicit property references, since we never add text-decoration-skip-ink as implicit in `consumeTextDecorationSkip()`.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-28 01:08:43 PST
Tim Nguyen (:ntim)
Comment 2 2022-11-28 01:12:09 PST
EWS
Comment 3 2022-11-28 04:44:13 PST
Committed 257067@main (b564ed1fb7d6): <https://commits.webkit.org/257067@main> Reviewed commits have been landed. Closing PR #6851 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.