File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 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>
43904390 using the largest value it can assign to an ''fr''
43914391 without exceeding the <a>available space</a> .
43924392
4393- First, find the used <a>flex fraction</a> :
4393+ First, find the grid's used <a>flex fraction</a> :
43944394
43954395 <dl>
43964396 <dt> If the <a>free space</a> is zero
@@ -4411,12 +4411,15 @@ Expand Flexible Tracks</h3>
44114411
44124412 <ul>
44134413 <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,
44154416 the result of dividing the track's <a>base size</a> by its <a>flex factor</a> ;
44164417 otherwise,
44174418 the track's <a>base size</a> .
44184419
4419- <li> The result of
4420+ <li>
4421+ For each [=grid item=] that crosses a flexible track,
4422+ the result of
44204423 <a href="#algo-find-fr-size">finding the size of an fr</a>
44214424 for each <a>grid item</a> that crosses a flexible track,
44224425 using all the grid tracks that the item crosses
You can’t perform that action at this time.
0 commit comments