Skip to content

Commit 4b78442

Browse files
committed
[css-grid] Fix axis ambiguity. #2283
1 parent 4f8341d commit 4b78442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-grid-1/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,8 @@ Automatic Minimum Size of Grid Items</h3>
12401240
also applies an <a>automatic minimum size</a>
12411241
in the specified axis
12421242
to <a>grid items</a> whose 'overflow' is ''overflow/visible''
1243-
and which span at least one <a>track</a> whose <a>min track sizing function</a> is ''grid-template-rows/auto''.
1243+
and which span at least one <a>track</a> in that axis
1244+
whose <a>min track sizing function</a> is ''grid-template-rows/auto''.
12441245

12451246
The <a>automatic minimum size</a> for a <a>grid item</a> in a given dimension is
12461247
its <a spec="css-flexbox">specified size</a> if it exists,

0 commit comments

Comments
 (0)