[csswg-drafts] [css-grid-3][masonry] Prioritize tracks that don't create overflow (#10088)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-3][masonry] Prioritize tracks that don't create overflow ==
Pulling out @ethanjv's [comment](https://github.com/w3c/csswg-drafts/issues/8206#issuecomment-1817479266):

> Btw we might want to consider that, in the current draft of masonry, having definite tracks mixed with intrinsic tracks might result in some items overflowing the spanning tracks in the grid axis. E.g., if we have a `grid-template-columns: 50px auto` definition, if we have two auto placed items, the first one with a min-content size of `100px` and the other with `50px`, the first will be placed in the first column and overflow it, then the second would be placed in the `auto` track.
>
> Maybe we want to prioritize placing a grid item in a track that won't overflow?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10088 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 14 March 2024 23:07:30 UTC