File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
12701270grid-definition-rows: 1fr minmax(min-content, 1fr);
12711271grid-definition-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
1272- grid-definition-rows: (10px);
12731272grid-definition-rows: calc(4em - 5px)</ pre >
12741273 </ div >
12751274
Original file line number Diff line number Diff line change @@ -911,7 +911,6 @@ <h3 id='track-sizing'>
911911/* examples of valid track definitions */
912912grid-definition-rows: 1fr minmax(min-content, 1fr);
913913grid-definition-rows: 10px repeat(2, 1fr auto minmax(30%, 1fr));
914- grid-definition-rows: (10px);
915914grid-definition-rows: calc(4em - 5px)</ pre >
916915 </ div >
917916
@@ -998,7 +997,7 @@ <h4 id='fr-unit'>
998997Flexible 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
You can’t perform that action at this time.
0 commit comments