@@ -1593,11 +1593,11 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1593
1593
<dfn><explicit-track-list></dfn> = [ <<line-names>> ? <<track-size>> ]+ <<line-names>> ?
1594
1594
1595
1595
<dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
1596
- <dfn><track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage>> )
1596
+ <dfn><track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage [0,∞] >> )
1597
1597
<dfn><fixed-size></dfn> = <<fixed-breadth>> | minmax( <<fixed-breadth>> , <<track-breadth>> ) | minmax( <<inflexible-breadth>> , <<fixed-breadth>> )
1598
- <dfn><track-breadth></dfn> = <<length-percentage>> | <<flex>> | min-content | max-content | auto
1599
- <dfn><inflexible-breadth></dfn> = <<length-percentage>> | min-content | max-content | auto
1600
- <dfn><fixed-breadth></dfn> = <<length-percentage>>
1598
+ <dfn><track-breadth></dfn> = <<length-percentage [0,∞] >> | <<flex [0,∞] >> | min-content | max-content | auto
1599
+ <dfn><inflexible-breadth></dfn> = <<length-percentage [0,∞] >> | min-content | max-content | auto
1600
+ <dfn><fixed-breadth></dfn> = <<length-percentage [0,∞] >>
1601
1601
<dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
1602
1602
</pre>
1603
1603
@@ -1607,7 +1607,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1607
1607
Track Sizes</h4>
1608
1608
1609
1609
<dl dfn-for="grid-template-columns, grid-template-rows" dfn-type=value>
1610
- <dt> <dfn><<length-percentage>></dfn>
1610
+ <dt> <dfn><<length-percentage [0,∞] >></dfn>
1611
1611
<dd>
1612
1612
A non-negative length or percentage, as defined by CSS3 Values. [[!CSS-VALUES-3]]
1613
1613
@@ -1624,7 +1624,7 @@ Track Sizes</h4>
1624
1624
and then resolve against that resulting <a>grid container</a> size
1625
1625
for the purpose of laying out the <a>grid</a> and its items.
1626
1626
1627
- <dt> <dfn><<flex>></dfn>
1627
+ <dt> <dfn><<flex [0,∞] >></dfn>
1628
1628
<dd>
1629
1629
A non-negative dimension with the unit ''fr'' specifying the track's <dfn dfn noexport>flex factor</dfn> .
1630
1630
Each <<flex>> -sized track takes a share of the remaining space in proportion to its <a>flex factor</a> .
0 commit comments