Skip to content

Commit 080401d

Browse files
committed
[css-align] Dfn the older grid-*-gap props.
1 parent 9f43ed9 commit 080401d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-align/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,9 +1732,9 @@ Legacy Gap Properties: the 'grid-row-gap', 'grid-column-gap', and 'grid-gap' pro
17321732
For legacy compatibility,
17331733
those legacy property names must be supported as aliases:
17341734

1735-
* 'grid-row-gap' must be treated as a shorthand for the 'row-gap' property
1736-
* 'grid-column-gap' must be treated as a shorthand for the 'column-gap' property
1737-
* 'grid-gap' must be treated as a shorthand for the 'gap' property
1735+
* <dfn property>grid-row-gap</dfn> must be treated as a shorthand for the 'row-gap' property
1736+
* <dfn property>grid-column-gap</dfn> must be treated as a shorthand for the 'column-gap' property
1737+
* <dfn property>grid-gap</dfn> must be treated as a shorthand for the 'gap' property
17381738

17391739
In all three cases, the legacy properties must take the same grammar as the property they are aliasing,
17401740
and just "forward" the value to their aliased property.

0 commit comments

Comments
 (0)