Re: [css-flexbox] Meaning of "any definite size constraints in the opposite dimension", for resolving min-width:auto/min-height:auto

One more concrete example worth mentioning here:

> EXAMPLES
> ========
> To make things concrete: what candidate min-size would that bullet-point
> generate, in a horizontal single-line flex container, for a flex item
> with...

 (F) ... a 1:1 ratio and with no explicitly-set min-height or height
     (so, min-height:0; height:auto)

> I think the candidate min-width values there (produced by this bullet
> point) would be:

 (F) 0px   (from item's 'min-height')

~Daniel

Received on Thursday, 10 July 2014 16:04:12 UTC