Re: [csswg-drafts] [css-multicol-2] `column-wrap`, `column-height` and column balancing (#11976)

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:

![Image](https://github.com/user-attachments/assets/ba66a174-2147-4ffc-aa93-4525ea33a484)

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