NEW316308
Use CSS to clip <input type=image> overflow
https://bugs.webkit.org/show_bug.cgi?id=316308
Summary Use CSS to clip <input type=image> overflow
Emilio Cobos Álvarez (:emilio)
Reported 2026-06-04 08:29:08 PDT
See https://github.com/whatwg/html/pull/12491 This matches existing behavior, see: ``` data:text/html,<input type=image src="https://wpt.live/images/green.png" style="width: 50px; height: 50px; padding: 10px; overflow: visible"> ``` But expressed via UA sheet rather than magic.
Attachments
Note You need to log in before you can comment on or make changes to this bug.