We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5df063 commit aab0168Copy full SHA for aab0168
1 file changed
css-grid/Overview.bs
@@ -442,8 +442,7 @@ Grid Tracks and Cells</h3>
442
Adjacent <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 packed tightly.
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>.
+ A <dfn export>grid cell</dfn> is the intersection of a grid row and a grid column.
447
It is the smallest unit of the grid that can be referenced when positioning <a>grid items</a>.
448
449
<div class="example">
0 commit comments