Skip to content

[css-align] gap inconsistent with longhands #1784

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

Closed
ewilligers opened this issue Sep 7, 2017 · 0 comments · Fixed by #1787
Closed

[css-align] gap inconsistent with longhands #1784

ewilligers opened this issue Sep 7, 2017 · 0 comments · Fixed by #1787

Comments

@ewilligers
Copy link
Contributor

The initial value 'normal' for row-gap and column-gap is not consistent with the initial value '0 0' for gap.

The longhands row-gap and column-gap apply to 'multi-column elements, flex containers, grid containers', but the gap shorthand applies to 'grid containers'.

The computed value is similarly inconsistent.

The animatable wording is consistent, but it is redundant for the shorthand: 'see individual properties' would be better. This would also be appropriate for initial value and computed value.

ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Sep 7, 2017
We refer to the longhands for the initial value and computed
value of 'gap'.

The longhands row-gap and column-gap apply to 'multi-column elements,
flex containers, grid containers', and the gap shorthand now applies
to these same elements, instead of only 'grid containers'.

resolves w3c#1784
ewilligers pushed a commit to ewilligers/csswg-drafts that referenced this issue Sep 7, 2017
We refer to the longhands for the initial value and computed
value of 'gap'.

The longhands row-gap and column-gap apply to 'multi-column elements,
flex containers, grid containers', and the gap shorthand now applies
to these same elements, instead of only 'grid containers'.

resolves w3c#1784
tabatkins pushed a commit that referenced this issue Sep 7, 2017
We refer to the longhands for the initial value and computed
value of 'gap'.

The longhands row-gap and column-gap apply to 'multi-column elements,
flex containers, grid containers', and the gap shorthand now applies
to these same elements, instead of only 'grid containers'.

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

Successfully merging a pull request may close this issue.

1 participant