- From: Rachel Andrew via GitHub <noreply@w3.org>
- Date: Fri, 20 Jun 2025 12:36:19 +0000
- To: public-css-archive@w3.org
Using *current multicol row* sounds fine, and in terms of spanners overflowing the row I think there are two possibilities: 1. The spanner would fit in the next row without causing overflow. 2. The spanner is too big to fit in any row (so a 120px tall spanner with rows defined as 100px). I think if it's (1) then moving the spanner to the next row would work, though that would leave a gap in the current row (essentially like creating a page break when printing). If it's (2) the options we have are: 1. To end up with a row taller than specified so that the spanner fits. 2. To ignore the instruction to span. I'm leaning to the second option there. If the multicol is inside some other height constrained thing, or has been made as tall as the viewport, cause a row to suddenly become larger seems bad, and it might be better to just not span. -- GitHub Notification of comment by rachelandrew Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11976#issuecomment-2991416060 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 20 June 2025 12:36:20 UTC