Re: [csswg-drafts] [css-grid] Implied Minimum Size of Grid Items

> Thinking about this some more, at the very least, the grid's maximum
 track-sizing function should clamp the implied minimum the same way a
 specified size on the item would. I'm pretty sure that's what authors
 would expect.

I always thought that the idea of `min-size: auto` was to avoid 
shrink-to-fit by default.
At least in Flexbox it avoids that the item shrink-to-fit in the flex 
container, when the flex container has a fixed width (like in the 
previous example). Maybe there were other reasons to add it in Flexbox
 that I'm missing.
Are we sure we want something different in Grid Layout? So the items 
will shrink-to-fit in their grid area.

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

Received on Monday, 18 July 2016 21:16:09 UTC