- From: Alan Stearns via GitHub <noreply@w3.org>
- Date: Wed, 17 Dec 2025 01:24:35 +0000
- To: public-css-archive@w3.org
I’m not following how grid-lanes is 1D. We only use one dimension of lanes, but items are placed in two dimensions. Could there be something in a B1a where `grid-auto-flow` does **not** determine the grid-lanes direction? If you set `grid-template-columns` you get waterfall, if you set `grid-template-rows` you get masonry, and if you set both you get waterfall (picking that as the default). Then `grid-auto-flow` would only be used to reverse things. -- GitHub Notification of comment by astearns Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12803#issuecomment-3663162876 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 December 2025 01:24:35 UTC