@@ -1591,7 +1591,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1591
1591
<dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
1592
1592
<dfn><track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage [0,∞]>> )
1593
1593
<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
1595
1595
<dfn><inflexible-breadth></dfn> = <<length-percentage [0,∞]>> | min-content | max-content | auto
1596
1596
<dfn><fixed-breadth></dfn> = <<length-percentage [0,∞]>>
1597
1597
<dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
@@ -1620,7 +1620,7 @@ Track Sizes</h4>
1620
1620
and then resolve against that resulting <a>grid container</a> size
1621
1621
for the purpose of laying out the <a>grid</a> and its items.
1622
1622
1623
- <dt> <dfn><<fraction [0,∞] >></dfn>
1623
+ <dt> <dfn><<fraction>></dfn>
1624
1624
<dd>
1625
1625
A non-negative dimension with the unit ''fr'' specifying the track's <dfn dfn noexport>flex factor</dfn> .
1626
1626
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>
1959
1959
which is then divided among the flex-sized rows and columns in proportion to their <a>flex factor</a> .
1960
1960
1961
1961
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> .
1963
1963
1964
1964
When the available space is infinite
1965
1965
(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/">
5486
5486
(<a href="https://github.com/w3c/csswg-drafts/issues/3418">Issue 3418</a> )
5487
5487
5488
5488
<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]] ,
5490
5490
as other specs also make use of it.
5491
5491
(<a href="https://github.com/w3c/csswg-drafts/issues/8027">Issue 8027</a> )
5492
5492
</ul>
0 commit comments