[css3-flexbox] computed flex-basis

Is the computed value of flex-basis the specified keyword or is it the
flex basis used for layout?

(If the latter, probably it would return ''auto'' for normal elements,
and return the value of width/height for flexbox children. Or something.)

Current spec says specified keyword, but I wanted to check that that's
what we prefer.

~fantasai

Received on Wednesday, 2 May 2012 23:35:21 UTC