- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Sat, 06 Jan 2024 00:19:40 +0000
- To: public-css-archive@w3.org
> `<input>` has non-scrollable overflow per spec, see https://html.spec.whatwg.org/#form-controls Aha, indeed, I misdiagnosed what was going on with the `input` elements there. (I thought we were checking whether a scroll container was/wasn't being generated by `overflow`; but we're in fact just checking the computed value like we're supposed to, per the resolution here.) So I think that means Firefox's rendering of http://wpt.live/css/css-grid/stretch-grid-item-text-input-overflow.html (and my data URI in my previous comment) is correct, because the computed value of `overflow` **is always `clip`** regardless of author-specified styles (via that !important UA stylesheet rule from the HTML spec that emilio linked to). And it looks like we're roughly in agreement on http://wpt.live/css/css-grid/stretch-grid-item-button-overflow.html, if we disregard the column of `overflow:scroll` buttons. I'll file a followup bug on doing that or similar. -- GitHub Notification of comment by dholbert Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7714#issuecomment-1879449912 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 6 January 2024 00:19:42 UTC