Skip to content

Commit 3f1e0b8

Browse files
committed
[css-grid-2] Close out issue about whether local line names combine with or obscure parent line names. #2622
1 parent 7a946b0 commit 3f1e0b8

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

css-grid-2/Overview.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,10 @@ Characteristics of a Subgrid Item</h3>
154154
<li>
155155
Since <a>subgrids</a> can be placed before their contents are placed,
156156
the subgridded lines
157-
automatically receive the line names specified on the parent <a>grid</a>.
158-
159-
ISSUE: If a <<line-name-list>> is provided,
160-
should this hide the names received from the parent
161-
or be in addition to those names?
162-
(<a href="https://github.com/w3c/csswg-drafts/issues/2622">Issue 2622</a>)
157+
automatically receive the line names
158+
specified on the corresponding lines of the parent <a>grid</a>.
159+
These names are in <em>addition</em> to
160+
any line names specified locally on the subgrid.
163161

164162
<li>
165163
The <a>subgrid</a> itself lays out as an ordinary <a>grid item</a> in its parent grid,

0 commit comments

Comments
 (0)