Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01bebeb407f96c47e911edb2013435fead32a2fa
https://github.com/WebKit/WebKit/commit/01bebeb407f96c47e911edb2013435fead32a2fa
Author: Tim Nguyen <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/WebCore/css/html.css
Log Message:
-----------
Clean-up <select> UA styles
https://bugs.webkit.org/show_bug.cgi?id=307511
rdar://170112281
Reviewed by Aditya Keerthi.
The following clean-ups were made:
- Remove declarations redundant with the `input, textarea, select, button` rule
at the beginning of the file:
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
- Clarify which rules are for menulists vs listboxes
- Avoid the pattern where we set a property to reset it to initial under a
different selector by making good use of the selectors.
No expected behavior changes.
* Source/WebCore/css/html.css:
(select):
(#if !(defined(WTF_PLATFORM_IOS_FAMILY) && WTF_PLATFORM_IOS_FAMILY)):
(select:is([size=""], [size="0"], [size="1"])): Deleted.
Canonical link: https://commits.webkit.org/307311@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications