Re: [css-display] Refactoring 'display', got a crazy idea

> On 08 May 2015, at 14:52, Mats Palmgren <mats@mozilla.com> wrote:
> 
> On 05/07/2015 11:37 PM, fantasai wrote:
>> To summarize what Tab was saying, the proposal is to have the 'display'
>> shorthand take the following syntax:
>> 
>>  display: none | [ <inside> || <outside> ] | <internal>
>> 
>> where
>> 
>>   <outside>  = block | inline | run-in ;
>>   <inside>   = flow | flow-root | table | flex | grid | ruby ;
>>   <internal> = table-row-group | etc.
> 
> So what happens to display:contents in this proposal?

Hopefully it stays as it currently is, and was not discussed
in this proposal because it's not affected by the change.
That's what I'd vote for, anyway.

 - Florian

Received on Friday, 8 May 2015 15:55:28 UTC