- From: Alison Maher via GitHub <noreply@w3.org>
- Date: Tue, 18 Nov 2025 21:49:56 +0000
- To: public-css-archive@w3.org
Interesting, I'll need to play with that example along with the proposal to see how it plays out. I suspect since we would force everything to min-content, you'd still have items (outside of the third one) end up being three chars wide, so you'd end up with a wide enough container to hold it. At layout time, in your case, I think the items would happen to underflow since no item ended up getting laid out in that way. Unless I misunderstand, and you're saying that we could end up with a case where forcing these orthogonal items to their max-content instead of min-content would actually produce a "wider" result in the perspective of the container. -- GitHub Notification of comment by alisonmaher Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13116#issuecomment-3549572974 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 18 November 2025 21:49:57 UTC