Skip to content

Commit 69b6303

Browse files
committed
[css-grid] Mention gutters up front, since authors care a lot even though its a fairly minor detail in the layout model.
1 parent 09fecd8 commit 69b6303

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ Grid Tracks and Cells</h3>
439439
Each <a>grid track</a> is assigned a sizing function,
440440
which controls how wide or tall the column or row may grow,
441441
and thus how far apart its bounding <a>grid lines</a> are.
442+
Subsequent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
443+
but are otherwise immediately adjacent.
442444

443445
A <dfn export>grid cell</dfn> is the similar term for the full grid&mdash;it
444446
is the space between two adjacent row and two adjacent column <a>grid lines</a>.

0 commit comments

Comments
 (0)