Re: [css-flexbox] intrinsic sizing

On Wed, May 6, 2015 at 7:41 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> That's how width:auto works by default.  Normal behavior of a block
> with width:auto is the same as width:fill.

Well, for a row flexbox only. For a column flexbox, you need layout
for flex-basis: content, because there it's not just fill.

> Anyway, looking over the algorithm, you're right, it should be flex
> base size, since that's what we use in step 1.

Thanks for confirming!

-christian

Received on Wednesday, 6 May 2015 23:44:51 UTC