File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4390,7 +4390,7 @@ Expand Flexible Tracks</h3>
4390
4390
using the largest value it can assign to an ''fr''
4391
4391
without exceeding the <a>available space</a> .
4392
4392
4393
- First, find the used <a>flex fraction</a> :
4393
+ First, find the grid's used <a>flex fraction</a> :
4394
4394
4395
4395
<dl>
4396
4396
<dt> If the <a>free space</a> is zero
@@ -4411,12 +4411,15 @@ Expand Flexible Tracks</h3>
4411
4411
4412
4412
<ul>
4413
4413
<li>
4414
- If the flexible track's <a>flex factor</a> is greater than one,
4414
+ For each flexible track,
4415
+ if the flexible track's <a>flex factor</a> is greater than one,
4415
4416
the result of dividing the track's <a>base size</a> by its <a>flex factor</a> ;
4416
4417
otherwise,
4417
4418
the track's <a>base size</a> .
4418
4419
4419
- <li> The result of
4420
+ <li>
4421
+ For each [=grid item=] that crosses a flexible track,
4422
+ the result of
4420
4423
<a href="#algo-find-fr-size">finding the size of an fr</a>
4421
4424
for each <a>grid item</a> that crosses a flexible track,
4422
4425
using all the grid tracks that the item crosses
You can’t perform that action at this time.
0 commit comments