Re: [csswg-drafts] [css-grid] Unclear how to limit track growth by fit-content() argument (#4549)

> We very purposely do not want to apply fit-content() clamping to base sizes

Sure, fit-content is supposed to respect its minimum size. But this should happen in step "3. Distribute space beyond growth limits", not in "2. Distribute space to base sizes up to growth limits".

Because `fit-content(100px)` is like the minimum between `minmax(auto, 100px)` and `minmax(auto, max-content)`, and for the former one, step 2 won't go beyond 100px. It will try to distribute among other tracks first.


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

Received on Wednesday, 22 July 2020 22:14:57 UTC