Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 212ef81a48c627f5abd160801fe271f3b99b13da
https://github.com/WebKit/WebKit/commit/212ef81a48c627f5abd160801fe271f3b99b13da
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/WebCore/css/CSSPseudoSelectors.json
M Source/WebCore/css/scripts/process-css-pseudo-selectors.py
Log Message:
-----------
Allow ::checkmark to be enabled through different flags
https://bugs.webkit.org/show_bug.cgi?id=308654
Reviewed by Tim Nguyen.
308204@main changed the feature flag for ::checkmark, but as pointed
out had the unfortunate side effect that solely enable the
appearance: base flag would not enable ::checkmark.
So we add OR and negation support on top of the AND support added in
307921@main.
(The one caveat is that people need to remember to remove both OR
preferences when one of them is fully removed.)
Canonical link: https://commits.webkit.org/308261@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications