[Webkit-unassigned] [Bug 263968] Remove SwitchThumbElement and SwitchTrackElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 9 08:31:13 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=263968
--- Comment #4 from Tim Nguyen (:ntim) <ntim at apple.com> ---
(In reply to Anne van Kesteren from comment #3)
> Note that I'm not entirely sure it's possible to remove these. We probably
> need resolveCustomStyle() to set
>
> grid-area: 1/1;
>
> conditionally.
The problem here is that WebKit is using display: inline-grid for a form control in the first place. Changing the display value should not break the form control layout. (Fwiw, WebKit has a similar issue with date inputs and display: inline-flex)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231209/d21f45c9/attachment.htm>
More information about the webkit-unassigned
mailing list