Skip to content

Commit 1955574

Browse files
committed
[css-grid] Add issue about grid-row-gap vs row-gap
1 parent f78938a commit 1955574

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-grid/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,6 +2880,11 @@ Gutters: the 'column-gap', 'row-gap', and 'grid-gap' properties</h3>
28802880

28812881
On <a>grid containers</a>, a value of <dfn for="row-gap,column-gap" dfn-type=value>normal</dfn> computes to zero.
28822882

2883+
Issue: Should we have grid-specific properties for this (e.g. 'grid-row-gap')
2884+
instead of sharing with multicol ('row-gap')?
2885+
Sharing with multi-col could be problematic if we re-use the 'grid-template'
2886+
properties to set up <a href="http://www.w3.org/TR/css-line-grid-1/">grid-snapping</a>.
2887+
28832888
<pre class='propdef'>
28842889
Name: grid-gap
28852890
Value: <<'column-gap'>> <<'row-gap'>>?

0 commit comments

Comments
 (0)