File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments