Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 47091bb06128c1d45728ab19db7a94227dc104dc
https://github.com/WebKit/WebKit/commit/47091bb06128c1d45728ab19db7a94227dc104dc
Author: Tim Nguyen <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/WebCore/css/CSSPseudoSelectors.json
Log Message:
-----------
::checkmark pseudo-element is behind incorrect feature flag
https://bugs.webkit.org/show_bug.cgi?id=308627
rdar://171153275
Reviewed by Anne van Kesteren.
After noticing that author styles were not applying, I realized the parsing for
::checkmark author styles was off.
Correct ::checkmark to use the HTMLEnhancedSelectEnabled feature flag instead
of the CSSAppearanceBaseEnabled one, which is more experimental.
* Source/WebCore/css/CSSPseudoSelectors.json:
Canonical link: https://commits.webkit.org/308204@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications