Skip to content

Commit 1a67198

Browse files
committed
[css-grid] Update Changes list.
1 parent 9150011 commit 1a67198

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2881,7 +2881,7 @@ Resolve Intrinsic Track Sizes</h3>
28812881
<li>
28822882
<strong>Find the space to distribute:</strong>
28832883
Subtract the corresponding size (<a>base size</a> or <a>growth limit</a>) of <em>every</em> spanned track
2884-
from the item's size contribution to find the the item's remaining size contribution.
2884+
from the item's size contribution to find the item's remaining size contribution.
28852885
(For infinite <a>growth limits</a>, substitute the track's <a>base size</a>.)
28862886
This is the space to distribute. Floor it at zero.
28872887
<pre><var>extra-space</var> = max(0, <var>size-contribution</var> - ∑<var>track-sizes</var>)</pre>
@@ -3136,9 +3136,11 @@ Changes</h2>
31363136
<li>Added ''auto'' keyword to ''repeat()'' function for auto-filled tracks.
31373137
<li>Fixed handling of row-locked auto-placed items to correctly place sparsely.
31383138
<li>Ported special handling of fractional flex values from Flex Layout to Grid Layout.
3139-
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
3139+
<li>Changed definition of ''auto'' track sizes to look at the 'min-width'/'max-width' properties
3140+
instead of always using the min-content size.
31403141
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
31413142
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items
3143+
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
31423144
<li>Enforced <a>growth limit</a> >= <a>base size</a> throughout the <a>track sizing algorithm</a>.
31433145
<li>Various other layout clarifications and fixes.
31443146
</ul>

css-grid/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
<h1 class="p-name no-ref" id="title">CSS Grid Layout Module Level 1</h1>
745745

746746
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
747-
<time class="dt-updated" datetime="2015-01-08">8 January 2015</time></span></h2>
747+
<time class="dt-updated" datetime="2015-01-12">12 January 2015</time></span></h2>
748748

749749
<div data-fill-with="spec-metadata">
750750
<dl>
@@ -5012,7 +5012,7 @@ <h3 class="heading settled" data-level="11.5" id="algo-content"><span class="sec
50125012
<li>
50135013
<strong>Find the space to distribute:</strong>
50145014
Subtract the corresponding size (<a data-link-type="dfn" href="#base-size">base size</a> or <a data-link-type="dfn" href="#growth-limit">growth limit</a>) of <em>every</em> spanned track
5015-
from the item’s size contribution to find the the item’s remaining size contribution.
5015+
from the item’s size contribution to find the item’s remaining size contribution.
50165016
(For infinite <a data-link-type="dfn" href="#growth-limit">growth limits</a>, substitute the track’s <a data-link-type="dfn" href="#base-size">base size</a>.)
50175017
This is the space to distribute. Floor it at zero.
50185018

@@ -5316,12 +5316,15 @@ <h2 class="no-num heading settled" id="changes"><span class="content">
53165316
</li>
53175317
<li>Ported special handling of fractional flex values from Flex Layout to Grid Layout.
53185318
</li>
5319-
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
5319+
<li>Changed definition of <a class="css" data-link-type="maybe" href="#valdef-grid-template-columns-grid-template-rows-auto">auto</a> track sizes to look at the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-min-width">min-width</a>/<a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-max-width">max-width</a> properties
5320+
instead of always using the min-content size.
53205321
</li>
53215322
<li>Defined error handling for too-large grids, placement conflicts, and missing named lines.
53225323
</li>
53235324
<li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items
53245325
</li>
5326+
<li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits.
5327+
</li>
53255328
<li>Enforced <a data-link-type="dfn" href="#growth-limit">growth limit</a> >= <a data-link-type="dfn" href="#base-size">base size</a> throughout the <a data-link-type="dfn" href="#track-sizing-algorithm">track sizing algorithm</a>.
53265329
</li>
53275330
<li>Various other layout clarifications and fixes.

0 commit comments

Comments
 (0)