Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-grid] grid-area propdef doesn't explicitly list longhands #3492

Closed
Loirooriol opened this issue Jan 8, 2019 · 0 comments
Closed

[css-grid] grid-area propdef doesn't explicitly list longhands #3492

Loirooriol opened this issue Jan 8, 2019 · 0 comments

Comments

@Loirooriol
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants