- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 18 Nov 2014 12:02:46 -0800
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: Florian Rivoal <florian@rivoal.net>, Karl Dubost <kdubost@mozilla.com>, www-style list <www-style@w3.org>
On Tue, Nov 18, 2014 at 11:38 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote: > On 11/18/14, 2:23 PM, Tab Atkins Jr. wrote: >> I don't think Brad's is correct in its details, but right in that this >> is probably a result of some incredibly hacky shadow-ish >> implementation stuff. The same is likely true of Firefox's, just with >> a different result (unless they have overflow:hidden on the contents >> of their <input> for some reason). > > The text in Gecko is inside a shadow div which inherits the overflow value > of the <input>, except if the input has overflow:visible or > overflow:-moz-hidden-unscrollable. In that case, it ends up with > overflow:auto. > > There's some overflow-clip-box styling in there too. What's overflow-clip-box from? ~TJ
Received on Tuesday, 18 November 2014 20:03:33 UTC