Skip to content

Commit f5628e6

Browse files
committed
[css3-grid-layout] Remove lingering instance of the old repeat syntax.
1 parent c3f9208 commit f5628e6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

css3-grid-layout/Overview.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,6 @@ <h3 id=track-sizing><span class=secno>5.1. </span> Track Sizing: the ‘<a
12691269
/* examples of valid track definitions */
12701270
grid-definition-rows: 1fr minmax(min-content, 1fr);
12711271
grid-definition-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
1272-
grid-definition-rows: (10px);
12731272
grid-definition-rows: calc(4em - 5px)</pre>
12741273
</div>
12751274

css3-grid-layout/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,6 @@ <h3 id='track-sizing'>
911911
/* examples of valid track definitions */
912912
grid-definition-rows: 1fr minmax(min-content, 1fr);
913913
grid-definition-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
914-
grid-definition-rows: (10px);
915914
grid-definition-rows: calc(4em - 5px)</pre>
916915
</div>
917916

@@ -998,7 +997,7 @@ <h4 id='fr-unit'>
998997
Flexible Lengths: the ''fr'' unit</h4>
999998

1000999
<p>
1001-
<dfn id="fraction-values">Fraction values</dfn> are new units applicable to the 'grid-definition-rows' and 'grid-definition-columns' properties:
1000+
<dfn>Fraction values</dfn> are new units applicable to the 'grid-definition-rows' and 'grid-definition-columns' properties:
10021001

10031002
<dl>
10041003
<dt>fr

0 commit comments

Comments
 (0)