- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Thu, 13 Nov 2025 05:57:15 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-grid-3][masonry] item overflow in a row masonry`, and agreed to the following: * `RESOLVED: Have the min-content size of the stacking axis of a masonry container be the same as its max-content size (same as the "stacking axis" of block layout).` * `ACTION: Open an issue for orthogonal items` <details><summary>The full IRC log of that discussion</summary> <emilio> alisonmaher: if you size the container to min-content in row masonry, we'd run layout for each of the items with the min-content size. When items are actually laid out, they use fit-content, so they end up with two items overflowing the container<br> <emilio> ... doesn't happen in grid because tracks constrain the items<br> <emilio> ... so fantasai proposed that masonry min-content and max-content size would be the same<br> <emilio> ... seems reasonable to me. Only tricky is orthogonal items,<br> <emilio> ... the max-content from the perspective of the container is smaller than the min-content<br> <oriol> q+<br> <emilio> ... proposal would be that orthogonal items would be min-content size rather than max-content<br> <emilio> ... so that we get the max width to avoid overflow<br> <astearns> ack oriol<br> <emilio> oriol: I'm not following the orthogonal item bit<br> <emilio> ... why do you say that min-content > max-content<br> <emilio> alisonmaher: I have an example but it's pretty large<br> <emilio> astearns: maybe we can resolve on the non-orthogonal behavior?<br> <astearns> PROPOSAL: Have the min-content size of the stacking axis of a masonry container be the same as its max-content size (same as the "stacking axis" of block layout).<br> <emilio> RESOLVED: Have the min-content size of the stacking axis of a masonry container be the same as its max-content size (same as the "stacking axis" of block layout).<br> <emilio> ACTION: Open an issue for orthogonal items<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12843#issuecomment-3525601475 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 13 November 2025 05:57:16 UTC