- From: Morten Stenshorne via GitHub <noreply@w3.org>
- Date: Tue, 16 Sep 2025 09:23:14 +0000
- To: public-css-archive@w3.org
If you want to create a vertical carousel using column wrapping on a scrollable container, and there is no `column-wrap` property, and you don't want to specify a fixed `column-height` (which you don't want to if all you want is to use available space), then how can we get multiple rows? The initial value of `column-height` is `auto`, and this does not enable multicol (nor wrapping). We could add another keyword value for `column-height` and let that value enable multicol and wrapping to solve this. Or, we can keep `column-wrap`? -- GitHub Notification of comment by mstensho Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11754#issuecomment-3296996224 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 September 2025 09:23:14 UTC