Re: [csswg-drafts] [css-grid][css-flex] Indefiniteness when sizing grid tracks in a flexible flex item (#4852)

The core concept of min-width/min-height, per CSS2.1, is that you calculate sizes without it, and then if that constraint is violated, redo the calculation with that value in place of width/height:
https://www.w3.org/TR/CSS2/visudet.html#min-max-widths

It seems to be what authors would expect. So I think we should try to keep to that idea, if we can.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4852#issuecomment-863565825 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 17 June 2021 21:11:24 UTC