22Title : CSS Grid Layout Module Level 2
33Shortname : css-grid
44Level : 2
5+ Delta Spec : yes
56Status : ED
67Group : csswg
78Work Status : exploring
@@ -176,7 +177,7 @@ Characteristics of a Subgrid Item</h3>
176177
177178 <li>
178179 If it has an <a>indefinite grid span</a>
179- (i.e. either the '-start' or '-end' value
180+ (i.e. either the '* -start' or '* -end' value
180181 of its <a>grid-placement properties</a> in the subgridded axis
181182 is ''grid-row-start/auto'' )
182183 then its used <a>grid span</a> is taken
@@ -271,7 +272,7 @@ Characteristics of a Subgrid Item</h3>
271272
272273 Notice that all the explicit names inherit straight through to .inner,
273274 but the implicit names are calculated based on
274- each subgrid's overlap of the original <a>named area</a> .
275+ each subgrid's overlap of the original <a>named grid area</a> .
275276 </div>
276277
277278 <li id="subgrid-implicit">
@@ -281,7 +282,7 @@ Characteristics of a Subgrid Item</h3>
281282 as usual when the <a>explicit grid</a> does not have enough lines;
282283 however
283284 each <a>grid item</a> ’s <a>grid area</a>
284- is <a>clamped</a> to the subgrid’s <a>explicit grid</a>
285+ is <a lt="clamp a grid area" >clamped</a> to the subgrid’s <a>explicit grid</a>
285286 (using the same procedure as for clamping placement in an overly-large grid).
286287
287288 <div class="example">
@@ -488,7 +489,7 @@ Characteristics of a Subgrid Item</h3>
488489 . bbbb cccc .
489490 </pre>
490491
491- Assuming subgrid items <var> a</var> , <var> b</var> , and <var> c</var>
492+ Assuming subgrid items <var> a</var> , <var> b</var> , and <var ignore > c</var>
492493 occupying their corresponding grid areas
493494 and a subgrid padding of 25px,
494495 two hypothetical grid items would be contributed
0 commit comments