Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fab41f77378211c46d9e37fd61fafd0689f9fe85
https://github.com/WebKit/WebKit/commit/fab41f77378211c46d9e37fd61fafd0689f9fe85
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-picker-animations.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-picker-popover-open-invalid.tentative-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/select-picker-popover-open-invalid.tentative.html
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/customizable-select/switch-picker-appearance.html
M Source/WebCore/css/parser/CSSSelectorParser.cpp
Log Message:
-----------
::picker(select) should not support most pseudo-classes
https://bugs.webkit.org/show_bug.cgi?id=307661
Reviewed by Tim Nguyen.
It was long ago decided to not duplicate pseudo-class API surface,
including with ::picker(select).
Let ::slotted take the default path (which returns false).
Canonical link: https://commits.webkit.org/307375@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications