File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2662,7 +2662,8 @@ Placing Grid Items</h2>
26622662 <dt> <dfn export local-lt="span|row span|column span">grid span</dfn>
26632663 <dd>
26642664 How many <a>grid tracks</a> the <a>grid item</a> occupies in each axis.
2665- A <a>grid item</a> ’s <a>grid span</a> is always <dfn export lt="definite grid span|definite row span|definite column span|definite span">definite</dfn> ,
2665+ In Level 1,
2666+ a <a>grid item</a> ’s <a>grid span</a> is always <dfn export lt="definite grid span|definite row span|definite column span|definite span">definite</dfn> ,
26662667 defaulting to 1 in each axis if it can't be otherwise determined for that axis.
26672668 </dl>
26682669
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ Establishing a Subgrid</h3>
119119
120120 The <<line-name-list>> argument allows local naming of the grid lines propagated from the parent grid:
121121 if a <<line-name-list>> is given,
122- the specified <<line-names>> s are assigned to the subgrid’s <a>explicit grid lines</a> ,
122+ the specified <<line-names>> s are assigned to
123+ the lines of the subgrid’s <a>explicit grid</a> ,
123124 one per line, starting with line 1.
124125 Excess <<line-names>> are ignored.
125126
@@ -176,7 +177,7 @@ Characteristics of a Subgrid Item</h3>
176177 (regardless of its 'grid-template-*' properties).
177178
178179 <li>
179- If it has an <a >indefinite grid span</a >
180+ If it has an <dfn >indefinite grid span</dfn >
180181 (i.e. either the '*-start' or '*-end' value
181182 of its <a>grid-placement properties</a> in the subgridded axis
182183 is ''grid-row-start/auto'' )
You can’t perform that action at this time.
0 commit comments