Skip to content

Commit ad9265c

Browse files
committed
[css-grid-2] Clarify that implicit named lines (implied via grid-template-areas) are passed through, but the infinite names of implicit grid lines (used to resolve placement against named lines that don't exist) are not. w3c#2564
1 parent bfba9a7 commit ad9265c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css-grid-2/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ Characteristics of a Subgrid Item</h3>
156156
the subgridded lines
157157
automatically receive the line names
158158
specified on the corresponding lines of the parent <a>grid</a>.
159+
This includes any <a lt="implicit named lines">implicit names</a>
160+
added by the 'grid-template-areas' property of the parent grid
161+
(but does not include the infinite unspecified names
162+
assumed on its <a>implicit grid lines</a>
163+
to resolve placement against named lines
164+
that don't exist in the <a>explicit grid</a>).
165+
159166
These names are in <em>addition</em> to
160167
any line names specified locally on the subgrid.
161168

0 commit comments

Comments
 (0)