Re: [csswg-drafts] [css-overflow-4] Unexpected behavior of `continue: discard` on multicolumn containers with spanners (#8721)

@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