File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1479,6 +1479,7 @@ Sizing Auto-generated Rows and Columns: the 'grid-auto-rows' and 'grid-auto-colu
14791479
14801480 <pre class='propdef'>
14811481 Name : grid-auto-flow
1482+ Value : [ row | column ] || [ dense | stack ]
14821483 Value : [ row | column ] && dense? | stack && [ row | column ]?
14831484 Initial : row
14841485 Applies to : <a>grid containers</a>
@@ -2635,7 +2636,7 @@ Initialize Track Sizes</h3>
26352636 For each track,
26362637 if the track's <a>min track sizing function</a> is:
26372638
2638- <dl>
2639+ <dl class=switch >
26392640 <dt> A <a>fixed sizing function</a>
26402641 <dd>
26412642 Resolve to an absolute length and use that size as the track’s initial <a>base size</a> .
@@ -2652,7 +2653,7 @@ Initialize Track Sizes</h3>
26522653 For each track,
26532654 if the track's <a>max track sizing function</a> is:
26542655
2655- <dl>
2656+ <dl class=switch >
26562657 <dt> A <a>fixed sizing function</a>
26572658 <dd>
26582659 Resolve to an absolute length and use that size as the track’s initial <a>growth limit</a> .
You can’t perform that action at this time.
0 commit comments