Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 28550cbe51f253e5f87b52075dd4cb21d60be51b
https://github.com/WebKit/WebKit/commit/28550cbe51f253e5f87b52075dd4cb21d60be51b
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-20 (Tue, 20 Jan 2026)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/css/CSSPseudoSelectors.json
M Source/WebCore/css/CSSSelector.cpp
M Source/WebCore/css/SelectorChecker.cpp
M Source/WebCore/css/parser/CSSParserContext.cpp
M Source/WebCore/css/parser/CSSParserContext.h
M Source/WebCore/css/parser/CSSSelectorParser.cpp
M Source/WebCore/css/parser/CSSSelectorParserContext.cpp
M Source/WebCore/css/parser/CSSSelectorParserContext.h
M Source/WebCore/cssjit/SelectorCompiler.cpp
Log Message:
-----------
Add infrastructure for the ::picker pseudo-element
https://bugs.webkit.org/show_bug.cgi?id=305775
Reviewed by Tim Nguyen.
As user agent parts do not support arguments, we implement this as a
proper pseudo-element. But we reuse userAgentPart() for matching
purposes as that is rather convenient.
This is all behind an HTMLEnhancedSelectPseudoElementsEnabled
preference that is not enabled for testing yet.
Canonical link: https://commits.webkit.org/305885@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications