Re: [css-sizing][css-flexbox] intrinsic min/max-width/height values and percentage children

On 12/1/15 4:38 PM, Tab Atkins Jr. wrote:
> Assuming you either (a) don't use percentages in the children, or (b)
> don't violate the min-width/height constraint, no additional work is
> done.  It's only when you have a % child *and* violate
> min-width/height that you have do to a second layout pass, because the
> % children will change size.

In general, pretty much anything that requires a second layout pass, 
even in rare circumstances, is a bad idea, because it means that nesting 
leads to exponential time growth, no?

-Boris

Received on Tuesday, 1 December 2015 23:24:13 UTC