@@ -265,7 +265,7 @@ Characteristics of a Subgrid Item</h3>
265
265
A subgrid spanning both tracks would have…
266
266
267
267
<dl>
268
- <dt> … if its 'column-gap' were ''column-gap/normal'' :
268
+ <dt> … if its 'column-gap' were ''column-gap/normal'' (or ''50px'' ) :
269
269
<dd>
270
270
<ul>
271
271
<li> A grid item in its left column
@@ -279,13 +279,15 @@ Characteristics of a Subgrid Item</h3>
279
279
sized and laid out
280
280
(and contributing its size to the parent grid’s sizing calculations)
281
281
without any special adjustment,
282
- thus stretching to 175px wide,
282
+ thus stretching to 150px wide,
283
283
while remaining aligned
284
284
to the subgrid’s right edge.
285
285
<li> An effective visual <a>gutter</a> between the items
286
286
of 50px, exactly matching its parent grid.
287
287
</ul>
288
288
289
+ <img src="images/subgrid-gap-normal.png" alt="">
290
+
289
291
<dt> … if its 'column-gap' were ''0'' :
290
292
<dd>
291
293
<ul>
@@ -338,14 +340,14 @@ Characteristics of a Subgrid Item</h3>
338
340
<li> A grid item in its left column
339
341
sized and laid out
340
342
(and contributing its size to the parent grid’s sizing calculations)
341
- as if it had a -37 .5px right margin,
343
+ as if it had a 12 .5px right margin,
342
344
thus stretching to 87.5px wide
343
345
while remaining aligned
344
346
to the subgrid’s left edge.
345
347
<li> A grid item in its right column
346
348
sized and laid out
347
349
(and contributing its size to the parent grid’s sizing calculations)
348
- as if it had a -37 .5px left margin,
350
+ as if it had a 12 .5px left margin,
349
351
thus stretching to 137.5px wide,
350
352
while remaining aligned
351
353
to the subgrid’s right edge.
0 commit comments