Skip to content

Commit 594ab74

Browse files
committed
[css-grid] Lingering reference to line names being strings in the repeat() grammar.
1 parent 68639b9 commit 594ab74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-grid/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ <h4 data-level=5.1.2 id=repeat-notation><span class=secno>5.1.2 </span><span cla
10101010
This is just a syntactic shorthand that allows writing a large number of columns or rows that exhibit a recurring pattern in a more compact form.
10111011
The syntax of the <a class=css data-link-type=maybe href=#funcdef-repeat>repeat()</a> notation is:
10121012

1013-
<pre class=prod><dfn data-dfn-type=function data-export="" id=funcdef-repeat>repeat()</dfn> = repeat( <a class=production data-link-type=type>&lt;positive-integer&gt;</a> , [ <a class=production data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#string-value>&lt;string&gt;</a>* <a class=production data-link-type=type href=#typedef-track-size>&lt;track-size&gt;</a> ]+ <a class=production data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#string-value>&lt;string&gt;</a>* )</pre>
1013+
<pre class=prod><dfn data-dfn-type=function data-export="" id=funcdef-repeat>repeat()</dfn> = repeat( <a class=production data-link-type=type>&lt;positive-integer&gt;</a> , [ <a class=production data-link-type=type href=#typedef-line-names>&lt;line-names&gt;</a>? <a class=production data-link-type=type href=#typedef-track-size>&lt;track-size&gt;</a> ]+ <a class=production data-link-type=type href=#typedef-line-names>&lt;line-names&gt;</a>? )</pre>
10141014
<p>
10151015
The first argument specifies the number of repetitions.
10161016
The second argument is a <a href=#track-list>track list</a>,

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ <h4 id='repeat-notation'>
939939
This is just a syntactic shorthand that allows writing a large number of columns or rows that exhibit a recurring pattern in a more compact form.
940940
The syntax of the ''repeat()'' notation is:
941941

942-
<pre class='prod'><dfn>repeat()</dfn> = repeat( <<positive-integer>> , [ <<string>>* <<track-size>> ]+ <<string>>* )</pre>
942+
<pre class='prod'><dfn>repeat()</dfn> = repeat( <<positive-integer>> , [ <<line-names>>? <<track-size>> ]+ <<line-names>>? )</pre>
943943

944944
<p>
945945
The first argument specifies the number of repetitions.

0 commit comments

Comments
 (0)