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

> 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.

Right, that sentence says "essentially" because it's editorial and not precise. `fit-content(100px)` is *very purposely* **not** exactly like `minmax(auto, 100px)`, because we *don't* want it to clamp the minimum size to a max of 100px.

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

Received on Wednesday, 22 July 2020 22:34:31 UTC