Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2ad88d98db5a660d5b2b6b1cf322585fac0ff087
https://github.com/WebKit/WebKit/commit/2ad88d98db5a660d5b2b6b1cf322585fac0ff087
Author: Vitor Roriz <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
A
LayoutTests/css3/text-decoration/webkit-text-decorations-in-effect-parsing-expected.txt
A
LayoutTests/css3/text-decoration/webkit-text-decorations-in-effect-parsing.html
M Source/WebCore/css/CSSProperties.json
Log Message:
-----------
Fix -webkit-text-decorations-in-effect grammar: parses 'grammar-error'
https://bugs.webkit.org/show_bug.cgi?id=308267
rdar://170766651
Reviewed by Tim Nguyen.
It is a bit odd that we allow authors to set -webkit-text-decorations-in-effect,
instead of making it an internal property and maybe we should stop doing that,
if retro compatibility allows it.
Either way, since we allow that, we should allow all its values, 'grammar-error'
was missing from the grammar.
Test: css3/text-decoration/webkit-text-decorations-in-effect-parsing.html
*
LayoutTests/css3/text-decoration/webkit-text-decorations-in-effect-parsing-expected.txt:
Added.
*
LayoutTests/css3/text-decoration/webkit-text-decorations-in-effect-parsing.html:
Added.
* Source/WebCore/css/CSSProperties.json:
Canonical link: https://commits.webkit.org/307884@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications