Re: [csswg-drafts] [css-grid-2] No definition of grid: subgrid as used in example by the spec (#4661)

`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