|
744 | 744 | <h1 class="p-name no-ref" id="title">CSS Grid Layout Module Level 1</h1> |
745 | 745 |
|
746 | 746 | <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> |
748 | 748 |
|
749 | 749 | <div data-fill-with="spec-metadata"> |
750 | 750 | <dl> |
@@ -5012,7 +5012,7 @@ <h3 class="heading settled" data-level="11.5" id="algo-content"><span class="sec |
5012 | 5012 | <li> |
5013 | 5013 | <strong>Find the space to distribute:</strong> |
5014 | 5014 | 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. |
5016 | 5016 | (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>.) |
5017 | 5017 | This is the space to distribute. Floor it at zero. |
5018 | 5018 |
|
@@ -5316,12 +5316,15 @@ <h2 class="no-num heading settled" id="changes"><span class="content"> |
5316 | 5316 | </li> |
5317 | 5317 | <li>Ported special handling of fractional flex values from Flex Layout to Grid Layout. |
5318 | 5318 | </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. |
5320 | 5321 | </li> |
5321 | 5322 | <li>Defined error handling for too-large grids, placement conflicts, and missing named lines. |
5322 | 5323 | </li> |
5323 | 5324 | <li>Clarified handling of orthogonal flows, sizing of grid containers, and sizing of grid items |
5324 | 5325 | </li> |
| 5326 | + <li>Fixed error in resolution of intrinsic track sizes that resulted in infinite growth limits. |
| 5327 | + </li> |
5325 | 5328 | <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>. |
5326 | 5329 | </li> |
5327 | 5330 | <li>Various other layout clarifications and fixes. |
|
0 commit comments