Skip to content

Commit 44fc8a9

Browse files
committed
[css-grid] Fix missing percentages line in grid-*-gap
1 parent 6af765b commit 44fc8a9

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css-grid/Overview.bs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,7 +3204,7 @@ Gutters: the 'grid-column-gap', 'grid-row-gap', and 'grid-gap' properties</h3>
32043204
Initial: 0
32053205
Applies to: <a>grid containers</a>
32063206
Inherited: no
3207-
Percentages: n/a
3207+
Percentages: refer to corresponding dimension of the content area
32083208
Media: visual
32093209
Computed value: as specified, with <<length>>s made absolute
32103210
Animatable: as length, percentage, or calc
@@ -3237,12 +3237,13 @@ Gutters: the 'grid-column-gap', 'grid-row-gap', and 'grid-gap' properties</h3>
32373237
<pre class='propdef'>
32383238
Name: grid-gap
32393239
Value: <<'grid-row-gap'>> <<'grid-column-gap'>>?
3240-
Initial: see individual properties
3241-
Applies to: see individual properties
3242-
Inherited: see individual properties
3243-
Percentages: see individual properties
3244-
Media: see individual properties
3245-
Computed value: see individual properties
3240+
Initial: 0 0
3241+
Applies to: <a>grid containers</a>
3242+
Inherited: no
3243+
Percentages: refer to corresponding dimension of the content area
3244+
Media: visual
3245+
Computed value: as specified, with <<length>>s made absolute
3246+
Animatable: as length, percentage, or calc
32463247
</pre>
32473248

32483249
This property is a <a>shorthand</a> that sets 'grid-row-gap' and 'grid-column-gap' in one declaration.

0 commit comments

Comments
 (0)