[csswg-drafts] [css-grid] grid-area propdef doesn't explicitly list longhands (#3492)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid] grid-area propdef doesn't explicitly list longhands ==
https://drafts.csswg.org/css-grid/#propdef-grid-area doesn't explicitly list the longhands of the `grid-area` shorthand.

It's not that bad because they can be guessed from the description and appear in the (informative) table in https://drafts.csswg.org/css-grid/#common-uses

But I think it would be more clear to explicitly list the longhands like https://drafts.csswg.org/css-grid/#propdef-grid-row does, e.g. add

> The `grid-area` property is a shorthand for `grid-row-start`, `grid-column-start`, `grid-row-end` and `grid-column-end`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3492 using your GitHub account

Received on Tuesday, 8 January 2019 18:56:55 UTC