Skip to content

Commit 61aa0d5

Browse files
committed
[css-fonts-4] Add range notation
1 parent 122d114 commit 61aa0d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-grid-2/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,11 +1593,11 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
15931593
<dfn>&lt;explicit-track-list></dfn> = [ <<line-names>>? <<track-size>> ]+ <<line-names>>?
15941594
15951595
<dfn>&lt;line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
1596-
<dfn>&lt;track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage>> )
1596+
<dfn>&lt;track-size></dfn> = <<track-breadth>> | minmax( <<inflexible-breadth>> , <<track-breadth>> ) | fit-content( <<length-percentage [0,∞]>> )
15971597
<dfn>&lt;fixed-size></dfn> = <<fixed-breadth>> | minmax( <<fixed-breadth>> , <<track-breadth>> ) | minmax( <<inflexible-breadth>> , <<fixed-breadth>> )
1598-
<dfn>&lt;track-breadth></dfn> = <<length-percentage>> | <<flex>> | min-content | max-content | auto
1599-
<dfn>&lt;inflexible-breadth></dfn> = <<length-percentage>> | min-content | max-content | auto
1600-
<dfn>&lt;fixed-breadth></dfn> = <<length-percentage>>
1598+
<dfn>&lt;track-breadth></dfn> = <<length-percentage [0,∞]>> | <<flex [0,∞]>> | min-content | max-content | auto
1599+
<dfn>&lt;inflexible-breadth></dfn> = <<length-percentage [0,∞]>> | min-content | max-content | auto
1600+
<dfn>&lt;fixed-breadth></dfn> = <<length-percentage [0,∞]>>
16011601
<dfn>&lt;line-names></dfn> = '[' <<custom-ident>>* ']'
16021602
</pre>
16031603

@@ -1607,7 +1607,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
16071607
Track 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

Comments
 (0)