[css-flexbox] min size of flex items: specified size has superfluous requirement? #3669
Labels
Closed Rejected as Wontfix by Editor Discretion
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-flexbox-1
Current Work
https://drafts.csswg.org/css-flexbox-1/#min-size-auto says
Then both content size suggestion and specified size suggestion are clamped by the max main size property if that is definite.
I think specified size doesn't need to be clamped by its max main size property if content size is, because min(min(specified, max), min(content, max)) == min(specified, min(content, max))
If that's right, then the parenthetical can be removed from https://drafts.csswg.org/css-flexbox-1/#specified-size-suggestion
If that's wrong, and there's a case where clamping matters, please let me know so I can implement it in Blink! :)
/cc @cbiesinger
The text was updated successfully, but these errors were encountered: