Skip to content

Commit aab0168

Browse files
committed
[css-grid] Don't even know does this sentence means. Put in an understandable definition instead.
1 parent b5df063 commit aab0168

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ Grid Tracks and Cells</h3>
442442
Adjacent <a>grid tracks</a> can be separated by <a href="#gutters">gutters</a> or <a href="#grid-align">alignment spacing</a>,
443443
but are otherwise packed tightly.
444444

445-
A <dfn export>grid cell</dfn> is the similar term for the full grid&mdash;it
446-
is the space between two adjacent row and two adjacent column <a>grid lines</a>.
445+
A <dfn export>grid cell</dfn> is the intersection of a grid row and a grid column.
447446
It is the smallest unit of the grid that can be referenced when positioning <a>grid items</a>.
448447

449448
<div class="example">

0 commit comments

Comments
 (0)