[csswg-drafts] [css-align] gap inconsistent with longhands

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

== [css-align] gap inconsistent with longhands ==
The initial value 'normal' for [row-gap and column-gap](https://drafts.csswg.org/css-align-3/#propdef-row-gap) is not consistent with the initial value '0 0' for [gap.](https://drafts.csswg.org/css-align-3/#propdef-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.


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

Received on Thursday, 7 September 2017 09:50:07 UTC