- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Jan 2020 17:19:11 +0000
- To: public-css-archive@w3.org
`subgrid` is defined (slightly above the linked example) to be a value for `grid-template-rows` and `grid-template-columns`; the `grid` property references these properties in its own definition. But yeah, the current `grid` grammar does require one to specify *both* rows and columns, rather than just one, so the example's syntax needs to be updated to `grid: subgrid / subgrid;`. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4661#issuecomment-573125974 using your GitHub account
Received on Friday, 10 January 2020 17:19:12 UTC