Skip to content

Commit f1c5ac5

Browse files
committed
[css-grid-2] Define resolved value to only represent line names assigned by the subgrid. w3c#4362
1 parent f455727 commit f1c5ac5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-grid-2/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,12 +480,12 @@ Resolved Value of a Track Listing</h3>
480480

481481
When an element generates a [=grid container=] box that is a [=subgrid=],
482482
the [=resolved value=]
483-
of the 'grid-template-rows' and 'grid-template-columns' properties is the <a>used value</a>,
483+
of the 'grid-template-rows' and 'grid-template-columns' properties
484+
represents the [=used value|used=] number of columns,
484485
serialized as the ''subgrid'' keyword
485486
followed by a list representing each of its lines
486-
as a [=line name set=] of all the line's names,
487-
whether the names were explicitly created for the subgrid
488-
or adopted from the parent grid,
487+
as a [=line name set=] of all the line's names
488+
excluding those adopted from the parent grid,
489489
without using the ''repeat()'' notation.
490490

491491
<div class="example">
@@ -839,6 +839,7 @@ Changes</h2>
839839
CSS Grid Layout Level 2 Working Draft</a></h3>
840840

841841
<ul>
842+
<li>Defined [=resolved value=] of 'grid-template-rows' and 'grid-template-columns' for [=subgrids=].
842843
<li>Renamed ''ar'' unit to ''tr''.
843844
</ul>
844845

0 commit comments

Comments
 (0)