Re: [csswg-drafts] [css-multicol-2] Should `column-wrap:wrap` alone establish a multicol container? What about `column-height`? (#11975)

So merely specifying `column-height` should enable multicol.

Does this look right?

```html
<div style="width:100px; column-height:100px; background:yellow;">
  <div style="width:50px; height:200px; background:blue;"></div>
</div>
```

![Image](https://github.com/user-attachments/assets/631e828a-3266-4534-a2ba-4ac16815c966)

-- 
GitHub Notification of comment by mstensho
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11975#issuecomment-2774642210 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 April 2025 06:41:24 UTC