Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2b0ddc4d60d3932500171cfecd8656f30c380067
https://github.com/WebKit/WebKit/commit/2b0ddc4d60d3932500171cfecd8656f30c380067
Author: Tim Nguyen <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M LayoutTests/fast/forms/select-size-expected.html
M LayoutTests/fast/forms/select-size.html
M Source/WebCore/css/html.css
Log Message:
-----------
Adopt `:-internal-uses-menulist` in UA stylesheet
https://bugs.webkit.org/show_bug.cgi?id=307525
rdar://170124020
Reviewed by Simon Fraser.
This selector is equivalent, minus for cases where the size attribute is
malformed, where we now more accurately select whether the element is rendered
as a menulist or a listbox.
* LayoutTests/fast/forms/select-size-expected.html:
* LayoutTests/fast/forms/select-size.html:
* Source/WebCore/css/html.css:
(select:-internal-uses-menulist):
(select:not(:-internal-uses-menulist)):
(#if !(defined(WTF_PLATFORM_IOS_FAMILY) && WTF_PLATFORM_IOS_FAMILY)): Deleted.
Canonical link: https://commits.webkit.org/307338@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications