@@ -5018,6 +5018,32 @@ Minor Changes</h4>
50185018Clarifications</h4>
50195019
50205020 <ul>
5021+ <li id="change-2017-implicitly-sized-explicit-tracks">
5022+ Clarified that 'grid-auto-rows' and 'grid-auto-columns' apply to
5023+ [=explicit tracks=] created by 'grid-template-areas'
5024+ that are not assigned a size by 'grid-template-rows' or 'grid-template-columns' .
5025+ (<a href="https://github.com/w3c/csswg-drafts/issues/4914">Issue 4914</a> )
5026+ <blockquote>
5027+ <p> … These lines together with the <a>explicit grid</a> form the [=implicit grid=] .
5028+ The 'grid-auto-rows' and 'grid-auto-columns' properties size these [=implicit grid tracks=] <ins> ,
5029+ as well as any [=explicit tracks=] created by 'grid-template-areas'
5030+ but not explicitly sized by 'grid-template-rows' or 'grid-template-columns' </ins></p>
5031+ </blockquote>
5032+ <blockquote>
5033+ <p> The 'grid-auto-columns' and 'grid-auto-rows' properties specify
5034+ the size of <del> such implicitly-created tracks</del>
5035+ <ins> tracks not assigned a size
5036+ by 'grid-template-rows' or 'grid-template-columns' .</ins>
5037+ </blockquote>
5038+ <blockquote>
5039+ If multiple track sizes are given, the pattern is repeated as necessary
5040+ to find the size of the <del> implicit</del><ins> affected</ins> tracks.
5041+ The first <del> implicit grid</del> track after the <del> explicit grid</del>
5042+ <ins> last explicitly-sized</ins> track
5043+ receives the first specified size, and so on forwards;
5044+ and the last <a>implicit grid track</a> before the <a>explicit grid</a>
5045+ receives the last specified size, and so on backwards.
5046+ </blockquote>
50215047 <li id="change-2017-gutter-tracks">
50225048 Added reminder to <a>track sizing algorithm</a>
50235049 that gutters are treated as fixed-size tracks;
0 commit comments