We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f740 commit e02845dCopy full SHA for e02845d
1 file changed
css-grid/Overview.bs
@@ -1228,7 +1228,9 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
1228
that does not cause the <a>grid</a> to overflow its <a>grid container</a>
1229
(treating each track as its <a>max track sizing function</a> if that is <a>definite</a>
1230
or as its minimum track sizing function otherwise,
1231
- and taking 'grid-gap' into account).
+ and taking 'grid-gap' into account);
1232
+ if any number of repetitions would overflow,
1233
+ then 1 repetition.
1234
Otherwise, if the <a>grid container</a> has a <a>definite</a> min size in the relevant axis,
1235
the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement.
1236
Otherwise, the specified <a>track list</a> repeats only once.
0 commit comments