@@ -1394,7 +1394,8 @@ Defining the Grid</h2>
13941394The Explicit Grid</h3>
13951395
13961396 The three properties 'grid-template-rows' , 'grid-template-columns' , and 'grid-template-areas'
1397- together define the <dfn export local-lt="explicit">explicit grid</dfn> of a <a>grid container</a> .
1397+ together define the <dfn export local-lt="explicit">explicit grid</dfn> of a <a>grid container</a>
1398+ by specifying its <dfn lt="explicit grid track | explicit grid row | explicit grid column">explicit grid tracks</dfn> .
13981399 The final grid may end up larger due to <a>grid items</a> placed outside the <a>explicit grid</a> ;
13991400 in this case implicit tracks will be created,
14001401 these implicit tracks will be sized by the 'grid-auto-rows' and 'grid-auto-columns' properties.
@@ -5038,13 +5039,13 @@ Clarifications</h4>
50385039 <ul>
50395040 <li id="change-2017-implicitly-sized-explicit-tracks">
50405041 Clarified that 'grid-auto-rows' and 'grid-auto-columns' apply to
5041- [=explicit tracks=] created by 'grid-template-areas'
5042+ [=explicit grid tracks=] created by 'grid-template-areas'
50425043 that are not assigned a size by 'grid-template-rows' or 'grid-template-columns' .
50435044 (<a href="https://github.com/w3c/csswg-drafts/issues/4914">Issue 4914</a> )
50445045 <blockquote>
50455046 <p> … These lines together with the <a>explicit grid</a> form the [=implicit grid=] .
50465047 The 'grid-auto-rows' and 'grid-auto-columns' properties size these [=implicit grid tracks=] <ins> ,
5047- as well as any [=explicit tracks=] created by 'grid-template-areas'
5048+ as well as any [=explicit grid tracks=] created by 'grid-template-areas'
50485049 but not explicitly sized by 'grid-template-rows' or 'grid-template-columns' </ins></p>
50495050 </blockquote>
50505051 <blockquote>
0 commit comments