File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,22 @@ Characteristics of a Subgrid Item</h3>
145
145
rather than by 'grid-template-rows' /'grid-template-columns' .
146
146
The track sizes are governed by the parent grid.
147
147
148
+ The grid lines thus shared between the subgrid and its parent
149
+ form the subgrid’s <a>explicit grid</a> .
150
+
148
151
<li id="subgrid-indexing">
149
152
The <a>grid-placement properties</a> of the <a>subgrid</a> ’s <a>grid items</a>
150
- are scoped to the lines covered by the subgrid.
151
- E.g., numeric indices count starting from the first line of the subgrid
153
+ and the line numbers they use
154
+ are scoped to the lines covered by the subgrid,
155
+ exactly consistent with the lines outside the subgrid
156
+ being excluded from its <a>explicit grid</a> .
157
+ E.g. numeric indices count starting from the first line of the subgrid
152
158
rather than the first line of the parent grid.
153
159
160
+ Line numbering and placement rules
161
+ obey the subgrid’s own <a>writing mode</a> ,
162
+ just as they would for a nested independent grid.
163
+
154
164
<li id="subgrid-line-name-inheritance">
155
165
Since <a>subgrids</a> can be placed before their contents are placed,
156
166
the subgridded lines
You can’t perform that action at this time.
0 commit comments