- From: Florian Rivoal via GitHub <noreply@w3.org>
- Date: Thu, 11 Sep 2025 09:01:59 +0000
- To: public-css-archive@w3.org
@mstensho to me, overflow columns are not quite inline overflow: they are indeed placed in the inline direction (css-columns-2 aside), but they are created based on content that would otherwise overflow in the block direction. It only doesn't because we fragment. Since `continue: discard` is a way to deal with content that would fragment in the block direction, that makes this applicable here, regardless of whether this overflowing content would otherwise be placed. -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8721#issuecomment-3279326773 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 11 September 2025 09:02:00 UTC