Re: [css3-flexbox] flex-grow initial value should be 0px

On 06/05/2012 03:04 PM, Alex Mogilevsky wrote:
> We should make this decision together with the choice of what
> "flex:<number>" does, and it seems the choice her is between
> "clear" and "clever".
[...]
> CLEAR:
> 	* initial: "flex:auto" == "flex:1 1 auto"
> 	* "flex:X" == "flex:X X"	
[...]
> CLEVER:
> 	* initial: "flex:0 1 auto"
> 	* "flex:X" == "flex:X 1"

These seem like orthogonal issues to me.  Why would accepting proposal C
(initial "flex:0 1 auto") imply that we also want "flex:X" to mean
"flex:X 1"?

~Daniel

Received on Wednesday, 6 June 2012 00:06:54 UTC