Re: [csswg-drafts] [css-multicol] Do we need column-wrap as well as column-height (#11754)

> auto
If [column-height](https://drafts.csswg.org/css-multicol-2/#propdef-column-height) is not auto behaves as the value wrap otherwise acts as nowrap.

So you're saying that `nowrap` would still cause wrapping here?

```html
<div style="columns:3; column-fill:auto; column-rule:solid; height:100px; line-height:20px; background:yellow;">
  <div style="height:50px;"></div>
  <div style="columns:2; column-wrap:nowrap; column-rule:1px solid; background:cyan;">
    a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i<br>j<br>
  </div>
</div>
```

It currently looks like this:
![Image](https://github.com/user-attachments/assets/4b872553-3082-47c9-b3c1-05d8d2646c68)

So we don't want it to look like this?
![Image](https://github.com/user-attachments/assets/5e537b03-5cb9-4680-8166-fa5a03940896)

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


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

Received on Friday, 4 April 2025 07:05:13 UTC