@@ -4304,13 +4304,6 @@ Grid Sizing Algorithm</h3>
43044304 including [=subgrids=] and their sub-items,
43054305 occurs before sizing.
43064306
4307- Note: Track sizing in a [=subgridded=] dimension
4308- treats each item in a given track in that axis
4309- as members of the parent grid.
4310- This interlacing requires that grid sizing
4311- drill down per axis into [=subgrids=] ,
4312- rather than completing both axes as it recurses.
4313-
43144307 <ol>
43154308 <li>
43164309 First, the <a>track sizing algorithm</a> is used to resolve the sizes of the <a>grid columns</a> .
@@ -4429,6 +4422,15 @@ Grid Sizing Algorithm</h3>
44294422 beyond the space allotted to during track sizing.
44304423 </ol>
44314424
4425+ Note: Track sizing in a [=subgridded=] dimension
4426+ treats each item in a given track in that axis
4427+ as members of the parent grid.
4428+ This interlacing requires that grid sizing
4429+ drill down per axis into [=subgrids=] ,
4430+ rather than completing both axes as it recurses.
4431+ Note this means that a [=subgrid=] establishing an [=orthogonal flow=]
4432+ would have the order of its track sizing inverted compared to a nested grid.
4433+
44324434 Once the size of each <a>grid area</a> is thus established,
44334435 the <a>grid items</a> are laid out into their respective containing blocks.
44344436 The <a>grid area’s</a> width and height are considered <a>definite</a> for this purpose.
@@ -4439,11 +4441,6 @@ Grid Sizing Algorithm</h3>
44394441 the size of a grid item which is stretched
44404442 is also considered definite.
44414443
4442- Issue: Note, this means that a subgrid establishing an orthogonal flow
4443- would have the order of its track sizing inverted compared to a nested grid.
4444- We could simplify this by saying that an orthogonal flow
4445- cannot establish a subgrid; it can only be a nested grid.
4446-
44474444 <div class="example">
44484445 The following example illustrates how per-axis subgrids are sized:
44494446
0 commit comments