Re: box-sizing and text in value attribute of input element

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