Re: [csswg-drafts] [css-grid] Request: an easy way to set adjusted-to-fit repeated track sizes (#3767)

@Loirooriol It depends on how that is spec'd to behave.  The discussion in #2611 doesn't cover how a min value of `1fr` would be interpretted in an auto-fit/fill context, and it doesn't look like any matching text ever made it into [css-grid-2](https://drafts.csswg.org/css-grid-2/).

If the auto-fit basis for `minmax(1fr, <length>)` is treated as the min-content width (the inherent minimum for flex units), squeezing as many columns as possible in, that's not very useful. But if it's treated as "as much space as available, but no more than `<length>`, then it's useful.  It would be different from multi-col, because the specified length would be the maximum instead of the minimum-unless-it-overflows. But it would still address the underlying use case.

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

Received on Wednesday, 27 March 2019 21:00:49 UTC