We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd94de commit 26d78afCopy full SHA for 26d78af
css-grid-2/Overview.bs
@@ -136,7 +136,7 @@ Establishing a Subgrid</h3>
136
<pre class="prod">
137
<dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
138
<dfn><line-names></dfn> = '[' <<custom-ident>>* ']'
139
- <dfn><name-repeat></dfn> = repeat( [ <<positive-integer>> | auto-fill ], <<line-names>>+)
+ <dfn><name-repeat></dfn> = repeat( [ <<integer [1, Infinity]>> | auto-fill ], <<line-names>>+)
140
</pre>
141
142
The <<name-repeat>> variant of the ''repeat()'' notation
0 commit comments