@@ -3672,6 +3672,10 @@ Resolve Intrinsic Track Sizes</h3>
36723672 evenly distributing the extra space across those tracks
36733673 insofar as possible.
36743674
3675+ Note: When this step is complete,
3676+ all intrinsic <a>base sizes</a> and <a>growth limits</a>
3677+ will have been resolved to absolute lengths.
3678+
36753679<!--
36763680 When the <a>grid container</a> is being sized under a <a>min-content constraint</a> ,
36773681 a track with a flexible <a>min track sizing function</a>
@@ -3680,14 +3684,6 @@ Resolve Intrinsic Track Sizes</h3>
36803684 <span class='issue'> This seems correct, but should be checked because it wasn't in the original algorithm.</span>
36813685-->
36823686
3683- Note: There is no single way to satisfy these constraints
3684- when items span across multiple tracks.
3685- This algorithm embodies a number of heuristics
3686- which have been seen to deliver good results on real-world use-cases,
3687- such as the "game" examples earlier in this specification.
3688- This algorithm may be updated in the future
3689- to take into account more advanced heuristics as they are identified.
3690-
36913687 <ol>
36923688 <li>
36933689 <strong> Size tracks to fit non-spanning items:</strong>
@@ -3937,9 +3933,13 @@ Resolve Intrinsic Track Sizes</h3>
39373933 and distributing the shims’ space as if it were
39383934 part of the shimmed items’ original size contribution.</p></ins>
39393935
3940- Note: When this step is complete,
3941- all intrinsic <a>base sizes</a> and <a>growth limits</a>
3942- will have been resolved to absolute lengths.
3936+ Note: There is no single way to satisfy intrinsic sizing constraints
3937+ when items span across multiple tracks.
3938+ This algorithm embodies a number of heuristics
3939+ which have been seen to deliver good results on real-world use-cases,
3940+ such as the "game" examples earlier in this specification.
3941+ This algorithm may be updated in the future
3942+ to take into account more advanced heuristics as they are identified.
39433943
39443944
39453945<h3 id="algo-grow-tracks">
0 commit comments