Re: [whatwg] hidden attribute useless with display: flex?

> Le 29/04/2014 23:32, David Bruant a écrit :
>>
>> Hi,
>>
>> // CSS:
>> div{
>>   display: flex;
>> }
>>
>> // HTML:
>> <div hidden></div>
>>
>> Per spec, the div should be shown right? I imagine there is no way back on
>> that?

We could change the specification to use display-box instead. That might work.


-- 
http://annevankesteren.nl/

Received on Wednesday, 30 April 2014 11:03:04 UTC