- From: Morten Stenshorne via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Mar 2025 10:17:38 +0000
- To: public-css-archive@w3.org
Let's throw a spanner in the works! What about this then? ```html <!DOCTYPE html> <style> .mc { column-count: 2; column-height: 100px; column-wrap: wrap; orphans: 1; widows: 1; background: yellow; } </style> <div class="mc"> <div style="background:cyan;"> Line<br>Line<br>Line<br> <div style="column-span:all; border:solid;">spanner</div> </div> </div> ``` Option 1:  Option 2: -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11976#issuecomment-2750765978 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 25 March 2025 10:17:39 UTC