File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3554,6 +3554,15 @@ Subgrids</h2>
3554
3554
floored at one.
3555
3555
</ul>
3556
3556
3557
+ Note: The explicit grid determined here can be further truncated
3558
+ if the placement of the [=subgrid=] is clamped by its parent grid.
3559
+ See <a href="#subgrid-implicit">the "no implicit tracks" bullet point</a> .
3560
+
3561
+ If the 'grid-template-*' properties specify a <<line-name-list>>
3562
+ in a [=subgridded axis=] ,
3563
+ the used value is truncated
3564
+ to match the used number of explicit tracks.
3565
+
3557
3566
<li id="subgrid-indexing">
3558
3567
The <a>grid-placement properties</a> of the <a>subgrid</a> ’s <a>grid items</a>
3559
3568
and the line numbers they use
@@ -3659,6 +3668,12 @@ Subgrids</h2>
3659
3668
then that item is instead forced into (and limited to) the first (only) track in the subgrid.
3660
3669
</div>
3661
3670
3671
+ Note: This means that a subgrid might have fewer tracks than it expected,
3672
+ if its parent is also a subgrid and therefore has a fixed number of tracks.
3673
+ (A subgrid might likewise have fewer tracks than expected
3674
+ because its parent is hitting the
3675
+ [[#overlarge-grids|UA limit on grid tracks]] .)
3676
+
3662
3677
<li id="subgrid-size-contribution">
3663
3678
The <a>subgrid</a> itself lays out as an ordinary <a>grid item</a> in its [=parent grid=] ,
3664
3679
but acts as if it was completely empty for track sizing purposes
You can’t perform that action at this time.
0 commit comments