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

On November 5, 2014 6:20:52 PM CET, Brad Kemper <brad.kemper@gmail.com> wrote:
>
>
>> On Nov 5, 2014, at 5:38 AM, Florian Rivoal <florian@rivoal.net>
>wrote:
>> 
>> 
>>> The test case can be minimized further:
>>> http://jsbin.com/mesaqaheto/1/edit
>> 
>> 
>> Oopsie. Sent the wrong link. Here’s the right one:
>> 
>> http://jsbin.com/vuripuweri/1/edit?html,css,output
>
>Seems like some replaced elements (i.e., inputs, but not textareas)
>have an absolute minimum height of their content height, so that they
>won't overflow. 

Agreed. Now, is there (should there be) a spec about that? Whether things have a minimum content height or not could be worth being made interoperable (hence speced), even though the value itself probably needs to be platform/implementation dependent.

-Florian

Received on Wednesday, 5 November 2014 17:28:25 UTC