- From: Morten Stenshorne via GitHub <noreply@w3.org>
- Date: Thu, 21 Aug 2025 07:09:18 +0000
- To: public-css-archive@w3.org
And what if a spanner is fragmented in an outer fragmentation context, and the model is that a multicol fragment has row children, and a row has columns and / or spanners? How, then, can a spanner be split across multiple outer fragmentainers, if rows cannot be split?
Example:
```html
<!DOCTYPE html>
<div style="columns:3; column-fill:auto; line-height:20px; column-rule:solid; height:100px; background:yellow;">
<div style="columns:2; column-fill:auto; column-rule:solid thin; background:cyan;">
a<br>a<br>a<br>a<br>a<br>
<div style="column-span:all; background:hotpink;">
squirrel<br>
squirrel<br>
squirrel<br>
squirrel<br>
</div>
b<br>b<br>b<br>b<br>b<br>
</div>
</div>
```
<img width="395" height="107" alt="Image" src="https://github.com/user-attachments/assets/4a14a93f-f0c8-43a1-9f73-e8313b85daaa" />
--
GitHub Notification of comment by mstensho
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11977#issuecomment-3209294779 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 21 August 2025 07:09:19 UTC