Re: [css-flexbox] Better define the computed value of 'flex-basis'

On 05/07/2014 02:01 PM, Daniel Holbert wrote:
> Perhaps we could specify that the *used* value of flex-basis should have
> the property's "auto" value resolved?

Note: I know this would technically violate the principle of computed
value being resolved up to the point where we need layout information,
and used value involving post-layout resolution.

However, computed value is also "the value that's inherited".  So, if we
think that inheriting "auto" makes more sense than inheriting whatever
"auto" happens to pull from its width/height [which could be the value
'auto'] (as I do), then I'd expect that making an explicit used vs.
computed distinction would be reasonable.

Received on Wednesday, 7 May 2014 21:16:43 UTC