@@ -1593,11 +1593,11 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
15931593 <dfn><explicit-track-list></dfn> = [ <<line-names>> ? <<track-size>> ]+ <<line-names>> ?
15941594
15951595 <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,∞] >> )
15971597 <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,∞] >>
16011601 <dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
16021602 </pre>
16031603
@@ -1607,7 +1607,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
16071607Track Sizes</h4>
16081608
16091609 <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>
16111611 <dd>
16121612 A non-negative length or percentage, as defined by CSS3 Values. [[!CSS-VALUES-3]]
16131613
@@ -1624,7 +1624,7 @@ Track Sizes</h4>
16241624 and then resolve against that resulting <a>grid container</a> size
16251625 for the purpose of laying out the <a>grid</a> and its items.
16261626
1627- <dt> <dfn><<flex>></dfn>
1627+ <dt> <dfn><<flex [0,∞] >></dfn>
16281628 <dd>
16291629 A non-negative dimension with the unit ''fr'' specifying the track's <dfn dfn noexport>flex factor</dfn> .
16301630 Each <<flex>> -sized track takes a share of the remaining space in proportion to its <a>flex factor</a> .
0 commit comments