@@ -4253,6 +4253,37 @@ Changes</h2>
42534253
42544254 This section documents the changes since previous publications.
42554255
4256+ <h3 id="changes-2017">
4257+ Changes since the <a href="https://www.w3.org/TR/2017/CR-css-grid-1-20171215/">15 December 2017 CR</a></h3>
4258+
4259+ <h4 id="clarify-2017">
4260+ Clarifications</h4>
4261+
4262+ <ul>
4263+ <li id="change-2017-gutter-tracks">
4264+ Added reminder to <a>track sizing algorithm</a>
4265+ that gutters are treated as fixed-size tracks;
4266+ clarified their relationship to spanning items
4267+ (they are spanned by the same items as their lines, of course).
4268+ (<a href="https://github.com/w3c/csswg-drafts/issues/2201">Issue 2201</a> )
4269+ <blockquote>
4270+ <p> For the purpose of [[#algo-track-sizing|track sizing]] ,
4271+ each <a>gutter</a> is treated as
4272+ an extra, empty<ins> , fixed-size</ins> track of the specified size<ins> ,
4273+ which is spanned by any <a>grid items</a>
4274+ that span across its corresponding <a>grid line</a> </ins> .
4275+ </blockquote>
4276+ <blockquote>
4277+ <h3>Track Sizing Terminology</h3>
4278+
4279+ <p class="note"><ins> Note: Remember that <a href="#gutters">gutters</a> are treated as fixed-size tracks--
4280+ tracks with their min and max sizing functions both set to the gutter’s used size--
4281+ for the purpose of the grid sizing algorithm.
4282+ Their widths need to be incorporated into
4283+ the <a>track sizing algorithm</a> ’s calculations accordingly.</ins>
4284+ </blockquote>
4285+ </ul>
4286+
42564287<h3 id="changes-2016">
42574288Changes since the <a href="https://www.w3.org/TR/2016/CR-css-grid-1-20160929/">29 September 2016 CR</a></h3>
42584289
@@ -4593,7 +4624,7 @@ Significant Adjustments and Fixes</h4>
45934624<h4 id="clarify-2016">
45944625Clarifications</h4>
45954626
4596- <ul id="change-2016-auto-min-editorial" >
4627+ <ul>
45974628 <li id="change-2016-fit-content-stretch">
45984629 Clarified that ''fit-content()'' is not affected by ''align-content/stretch'' 'align-content' /'justify-content' .
45994630 (<a href="https://github.com/w3c/csswg-drafts/issues/1732">Issue 1732</a> )
@@ -4605,7 +4636,7 @@ Clarifications</h4>
46054636 if it is greater than the ''auto'' minimum.
46064637 </blockquote>
46074638
4608- <li>
4639+ <li id="change-2016-auto-min-editorial" >
46094640 Clarified definition of <a>min-size contribution</a> .
46104641 (<a href="https://github.com/w3c/csswg-drafts/issues/507">Issue #507</a> )
46114642 <blockquote>
0 commit comments