Skip to content

Commit 86a3ee6

Browse files
committed
[css-grid] Fix markup
1 parent 1955574 commit 86a3ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@ 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')
2883+
Issue: Should we have grid-specific properties for this (e.g. <css>grid-row-gap</css>)
28842884
instead of sharing with multicol ('row-gap')?
28852885
Sharing with multi-col could be problematic if we re-use the 'grid-template'
28862886
properties to set up <a href="http://www.w3.org/TR/css-line-grid-1/">grid-snapping</a>.

0 commit comments

Comments
 (0)