- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Wed, 12 Nov 2025 09:06:42 +0000
- To: public-css-archive@w3.org
> so re-using grid-auto-flow seems fine. It's not fine, because the initial value of `grid-auto-flow` is `row`, which is incompatible with what we want the initial value of Masonry to be. (We want it to care about which of the `grid-template-*` props are used, and default to `column` if we can't infer that way.) We can't use `grid-auto-flow`, as is. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12803#issuecomment-3520834703 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 November 2025 09:06:43 UTC