Skip to content

Commit c2afdd8

Browse files
ericwilligerstabatkins
authored andcommitted
[css-align] gap now consistent with longhands
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
1 parent e048c1c commit c2afdd8

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
@@ -1695,12 +1695,12 @@ Gap Shorthand: the 'gap' property</h3>
16951695
<pre class='propdef'>
16961696
Name: gap
16971697
Value: <<'row-gap'>> <<'column-gap'>>?
1698-
Initial: 0 0
1699-
Applies to: <a>grid containers</a>
1698+
Initial: see individual properties
1699+
Applies to: <a>multi-column elements</a>, <a>flex containers</a>, <a>grid containers</a>
17001700
Inherited: no
17011701
Percentages: refer to corresponding dimension of the content area
17021702
Media: visual
1703-
Computed value: as specified, with <<length>>s made absolute
1703+
Computed value: see individual properties
17041704
Animatable: as length, percentage, or calc
17051705
</pre>
17061706

0 commit comments

Comments
 (0)