@@ -2193,14 +2193,11 @@ Legacy Gap Properties: the 'grid-row-gap', 'grid-column-gap', and 'grid-gap' pro
2193
2193
The Grid Layout module was originally written with its own set of [=gutter=] properties,
2194
2194
before all such properties were unified into the existing 'row-gap' /'column-gap' naming.
2195
2195
For compatibility with legacy content,
2196
- those legacy property names must be supported as aliases :
2196
+ these grid-prefixed names must be supported as follows :
2197
2197
2198
- * <dfn property>grid-row-gap</dfn> must be treated as a shorthand for the 'row-gap' property
2199
- * <dfn property>grid-column-gap</dfn> must be treated as a shorthand for the 'column-gap' property
2200
- * <dfn property>grid-gap</dfn> must be treated as a shorthand for the 'gap' property
2201
-
2202
- In all three cases, the legacy properties must take the same grammar as the property they are aliasing,
2203
- and just "forward" the value to their aliased property.
2198
+ * <dfn property>grid-row-gap</dfn> as a [=legacy name alias=] of the 'row-gap' property
2199
+ * <dfn property>grid-column-gap</dfn> as a [=legacy name alias=] of the 'column-gap' property
2200
+ * <dfn property>grid-gap</dfn> as a [=legacy name alias=] of the 'gap' property
2204
2201
2205
2202
<!--
2206
2203
████████ ███ ██████ ████████ ██ ████ ██ ██ ████████
@@ -2529,6 +2526,8 @@ Changes</h2>
2529
2526
(<a href="https://github.com/w3c/csswg-drafts/issues/8214">Issue 8214</a> )
2530
2527
<li> Made [=block containers=] default to ''safe'' alignment.
2531
2528
(<a href="https://github.com/w3c/csswg-drafts/issues/8992">Issue 8992</a> )
2529
+ <li> Define the 'grid-gap' properties as [=legacy name aliases=] of the 'gap' properties.
2530
+ (<a href="https://github.com/w3c/csswg-drafts/issues/8014">Issue 8014</a> )
2532
2531
</ul>
2533
2532
2534
2533
Changes since the <a href="https://www.w3.org/TR/2021/WD-css-align-3-20211224/">24 December 2021 Working Draft</a> include:
0 commit comments