Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b8af2b4ded52b7aec889fc1d48736f8eb37c6ae9
https://github.com/WebKit/WebKit/commit/b8af2b4ded52b7aec889fc1d48736f8eb37c6ae9
Author: Said Abou-Hallawa <[email protected]>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M Source/WebCore/css/html.css
Log Message:
-----------
[appearance: base] Remove the duplication of the checkbox and radio button
CSS rules in UA style sheet
https://bugs.webkit.org/show_bug.cgi?id=304163
rdar://166514953
Reviewed by Tim Nguyen.
Also mix the iOS checkbox and radio button CSS rules with the non iOS rules.
* Source/WebCore/css/html.css:
(input:is([type="radio"], [type="checkbox"])):
(input[type="checkbox"]):
(input[type="radio"]):
(input[type="checkbox"]:indeterminate):
(input[type="checkbox"]:indeterminate:disabled):
(input:is([type="checkbox"], [type="radio"]):checked):
(input:is([type="checkbox"], [type="radio"]):disabled):
(input:is([type="checkbox"], [type="radio"]):checked:disabled):
(#endif):
Canonical link: https://commits.webkit.org/304468@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications