We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc88e5b commit f49722eCopy full SHA for f49722e
1 file changed
css-grid/Overview.bs
@@ -2370,6 +2370,11 @@ Establishing Subgrids: the ''subgrid'' 'display' value</h3>
2370
and the <a>grid item's</a> own position.
2371
</div>
2372
2373
+ <li>
2374
+ The 'grid-gap' properties do not apply to subgrids.
2375
+ (Their items are instead spaced by the 'grid-gap' of their parent grid,
2376
+ since they are laid out in the parent grid.)
2377
+
2378
<li>
2379
The <a>subgrid</a> does not have any <a>implicit grid tracks</a>;
2380
every <a>grid area</a> within it is <a>clamped</a> to its <a>explicit grid</a>.
0 commit comments