Skip to content

Commit 82a6bd4

Browse files
committed
[css-grid-1] Clarify that gutters, which are treated as fixed-size tracks, are spanned by any items which span across their corresponding grid line. #2201
1 parent fbc730b commit 82a6bd4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-grid-1/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -3253,7 +3253,10 @@ Gutters: the 'row-gap', 'column-gap', and 'gap' properties</h3>
32533253
the <a>grid track</a> between two <a>grid lines</a>
32543254
is the space between the <a>gutters</a> that represent them.
32553255
For the purpose of [[#algo-track-sizing|track sizing]],
3256-
each <a>gutter</a> is treated as an extra, empty track of the specified size.
3256+
each <a>gutter</a> is treated as
3257+
an extra, empty, fixed-size track of the specified size,
3258+
which is spanned by any <a>grid items</a>
3259+
that span across its corresponding <a>grid line</a>.
32573260

32583261
Note: Additional spacing may be added between tracks
32593262
due to 'justify-content'/'align-content'.

0 commit comments

Comments
 (0)