- From: Ethan Jimenez via GitHub <sysbot+gh@w3.org>
- Date: Sat, 18 Nov 2023 11:12:54 +0000
- To: public-css-archive@w3.org
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? -- GitHub Notification of comment by ethanjv Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8206#issuecomment-1817479266 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 18 November 2023 11:12:55 UTC