@@ -3703,7 +3703,7 @@ Resolve Intrinsic Track Sizes</h3>
3703
3703
-->
3704
3704
3705
3705
<ol>
3706
- <li>
3706
+ <li id="algo-baseline-shims" >
3707
3707
<strong> Shim baseline-aligned items
3708
3708
so their intrinsic size contributions reflect their baseline alignment.</strong>
3709
3709
For the items in each <a>baseline-sharing group</a> ,
@@ -3739,7 +3739,7 @@ Resolve Intrinsic Track Sizes</h3>
3739
3739
<a href="#row-align">do not participate in baseline alignment</a> ,
3740
3740
they are not shimmed.
3741
3741
3742
- <li>
3742
+ <li id="algo-single-span-items" >
3743
3743
<strong> Size tracks to fit non-spanning items:</strong>
3744
3744
For each track with an intrinsic <a>track sizing function</a> ,
3745
3745
consider the items in it with a span of 1:
@@ -3798,7 +3798,7 @@ Resolve Intrinsic Track Sizes</h3>
3798
3798
In all cases, if a track’s <a>growth limit</a> is now less than its <a>base size</a> ,
3799
3799
increase the <a>growth limit</a> to match the <a>base size</a> .
3800
3800
3801
- <li>
3801
+ <li id="algo-spanning-items" >
3802
3802
<strong> Increase sizes to accommodate spanning items:</strong>
3803
3803
Next, consider the items with a span of 2
3804
3804
that do not span a track with a <a>flexible sizing function</a> ,
@@ -3891,7 +3891,7 @@ Resolve Intrinsic Track Sizes</h3>
3891
3891
3892
3892
Repeat incrementally for items with greater spans until all items have been considered.
3893
3893
3894
- <li>
3894
+ <li id="algo-finite-growth" >
3895
3895
If any track still has an infinite <a>growth limit</a>
3896
3896
(because, for example, it had no items placed in it),
3897
3897
set its <a>growth limit</a> to its <a>base size</a> .
0 commit comments