- From: Morten Stenshorne via GitHub <noreply@w3.org>
- Date: Fri, 12 Sep 2025 08:35:39 +0000
- To: public-css-archive@w3.org
Yeah, not entirely sure. One could argue that, if none of `column-height` or `column-wrap` are specified, and `height` is fixed, the used column height should be that of `height`. Yet, we balance: ```html <!DOCTYPE html> <style> .mc { columns: 3; line-height: 20px; height: 100px; rule: solid; orphans: 1; widows: 1; background:yellow; } </style> <div class="mc"> first column<br> second column<br> third column<br> </div> ``` <img width="519" height="105" alt="Image" src="https://github.com/user-attachments/assets/9ac7734f-4309-4f1d-bd0d-5b485aa5a3d8" /> Why should it be any different if we set `column-height` to 100px? -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11976#issuecomment-3284310944 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 12 September 2025 08:35:40 UTC