Re: [csswg-drafts] [css-grid] Automatic minimum sizes should never force grid items to become bigger than the tracks they span (#3705)

Here's the comment summarizing the principles that led to the text handling flexible tracks: https://github.com/w3c/csswg-drafts/issues/2177#issuecomment-365732303
> As far as we can tell, there are two principles here that we want to follow:
>
> - Flexible tracks absorb spanning items' content, leaving auto tracks tightly-wrapped around their contents insofar as possible. (See https://github.com/w3c/csswg-drafts/issues/2177#issuecomment-357793857)
> - Content-sized tracks such as `auto` tracks and flexible tracks with a minimum (e.g. `minmax(min-content, 1fr)` honor their minimum and ensure that no item spanning them causes overflow.

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

Received on Thursday, 6 June 2019 02:59:22 UTC