[css-flexbox-1] Should the intrinsic sizing algorithm take min-size into account, too? · Issue #361 · w3c/csswg-drafts (original) (raw)

I think the reason we left that out was because the size, prior to clamping, is guaranteed to be at least the min-size. However, you're right that we need to floor at the min-size: because clamping by the max-size alone, without consideration of the min-size, could result in violating the min-size.