@@ -1591,7 +1591,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
15911591 <dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
15921592 <dfn><track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage [0,∞]>> )
15931593 <dfn><fixed-size></dfn> = <<fixed-breadth>> | minmax( <<fixed-breadth>> , <<track-breadth>> ) | minmax( <<inflexible-breadth>> , <<fixed-breadth>> )
1594- <dfn><track-breadth></dfn> = <<length-percentage [0,∞]>> | <<fraction [0,∞] >> | min-content | max-content | auto
1594+ <dfn><track-breadth></dfn> = <<length-percentage [0,∞]>> | <<fraction>> | min-content | max-content | auto
15951595 <dfn><inflexible-breadth></dfn> = <<length-percentage [0,∞]>> | min-content | max-content | auto
15961596 <dfn><fixed-breadth></dfn> = <<length-percentage [0,∞]>>
15971597 <dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
@@ -1620,7 +1620,7 @@ Track Sizes</h4>
16201620 and then resolve against that resulting <a>grid container</a> size
16211621 for the purpose of laying out the <a>grid</a> and its items.
16221622
1623- <dt> <dfn><<fraction [0,∞] >></dfn>
1623+ <dt> <dfn><<fraction>></dfn>
16241624 <dd>
16251625 A non-negative dimension with the unit ''fr'' specifying the track's <dfn dfn noexport>flex factor</dfn> .
16261626 Each <<fraction>> -sized track takes a share of the remaining space in proportion to its <a>flex factor</a> .
@@ -1959,7 +1959,7 @@ Flexible Tracks</h4>
19591959 which is then divided among the flex-sized rows and columns in proportion to their <a>flex factor</a> .
19601960
19611961 Each column or row's share of the <a>leftover space</a> can be computed as the column or row's
1962- <code> <flex > * <leftover space> / <sum of all <a>flex factors</a> ></code> .
1962+ <code> <fraction > * <leftover space> / <sum of all <a>flex factors</a> ></code> .
19631963
19641964 When the available space is infinite
19651965 (which happens when the <a>grid container</a> ’s width or height is <a>indefinite</a> ),
@@ -5486,7 +5486,7 @@ Changes since the <a href="https://www.w3.org/TR/2020/CRD-css-grid-2-20201218/">
54865486 (<a href="https://github.com/w3c/csswg-drafts/issues/3418">Issue 3418</a> )
54875487
54885488 <li id="change-2020-fr-unit">
5489- Moved the definition of <<fraction>> to [[css-values-4#fractions]] ,
5489+ Renamed <<flex>> to <<fraction>> and moved its definition to [[css-values-4#fractions]] ,
54905490 as other specs also make use of it.
54915491 (<a href="https://github.com/w3c/csswg-drafts/issues/8027">Issue 8027</a> )
54925492 </ul>
0 commit comments