We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fecd8 commit 69b6303Copy full SHA for 69b6303
1 file changed
css-grid/Overview.bs
@@ -439,6 +439,8 @@ Grid Tracks and Cells</h3>
439
Each <a>grid track</a> is assigned a sizing function,
440
which controls how wide or tall the column or row may grow,
441
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.
444
445
A <dfn export>grid cell</dfn> is the similar term for the full grid—it
446
is the space between two adjacent row and two adjacent column <a>grid lines</a>.
0 commit comments