|
89 | 89 | </p> |
90 | 90 | <h1 class="p-name no-ref" id=title>CSS Grid Layout Module Level 1</h1> |
91 | 91 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
92 | | - <span class=dt-updated><span class=value-title title=20140318>18 March 2014</span></span></span></h2> |
| 92 | + <span class=dt-updated><span class=value-title title=20140319>19 March 2014</span></span></span></h2> |
93 | 93 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-grid-1/>http://www.w3.org/TR/css-grid-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-grid/>http://dev.w3.org/csswg/css-grid/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/ rel=previous>http://www.w3.org/TR/2013/WD-css3-grid-layout-20130402/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/ rel=previous>http://www.w3.org/TR/2012/WD-css3-grid-layout-20121106/</a> |
94 | 94 | <dt>Feedback:</dt> |
95 | 95 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-grid%5D%20feedback">www-style@w3.org</a> |
@@ -215,7 +215,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class |
215 | 215 | <ul class=toc> |
216 | 216 | <li><a href=#algo-terms><span class=secno>11.1</span> Definition of Terms for use in Calculating Grid Track Sizes</a> |
217 | 217 | <li><a href=#algo-overview><span class=secno>11.2</span> Overall Sizing Algorithm</a> |
218 | | - <li><a href=#init-track-sizes><span class=secno>11.3</span> Initialize Track Sizes</a> |
| 218 | + <li><a href=#algo-init><span class=secno>11.3</span> Initialize Track Sizes</a> |
219 | 219 | <li><a href=#algo-content><span class=secno>11.4</span> Resolve Content-Based Track Sizing Functions</a> |
220 | 220 | <li><a href=#resolve-intrinsic><span class=secno>11.5</span> Resolve Content-Based Track Sizing Functions: Second Try</a> |
221 | 221 | <li><a href=#algo-grow-tracks><span class=secno>11.6</span> Grow All Tracks To Their Max</a> |
@@ -3056,17 +3056,17 @@ <h3 class="heading settled heading" data-level=11.2 id=algo-overview><span class |
3056 | 3056 | a <a class="production css-code" data-link-type=type href=http://dev.w3.org/csswg/css-values-3/#length-value title="<length>"><length></a> which provides a desired maximum size for the <a data-link-type=dfn href=#base-size title="base size">base size</a>. |
3057 | 3057 | (The <a data-link-type=dfn href=#base-size title="base size">base size</a> might end up being larger than the <a data-link-type=dfn href=#growth-limit title="growth limit">growth limit</a>, |
3058 | 3058 | but the algorithm attempts to avoid this situation.) |
3059 | | - There are ? steps: |
| 3059 | + There are 4 steps: |
3060 | 3060 |
|
3061 | 3061 | <ol> |
3062 | | - <li><a href=#init-sizes>Initializing Used Sizes</a> |
3063 | | - <li><a href=#resolve-intrinsic>Resolving Intrinsic Track Sizes</a> |
3064 | | - <li><a href=#resolve-minmax>Distributing Free Space to <a class=css data-link-type=maybe href=#valuedef-minmax title=minmax()>minmax()</a> Ranges</a> |
3065 | | - <li><a href=#resolve-flex>Distributing Free Space to Flexible Lengths</a> |
| 3062 | + <li><a href=#algo-init>Initialize Tracks Sizes</a> |
| 3063 | + <li><a href=#algo-content>Resolve Content-Based Track Sizing Functions</a> |
| 3064 | + <li><a href=#algo-grow-tracks>Grow All Tracks To Their Max</a> |
| 3065 | + <li><a href=#algo-flex-tracks>Process Flexible Tracks</a> |
3066 | 3066 | </ol> |
3067 | 3067 |
|
3068 | | -<h3 class="heading settled heading" data-level=11.3 id=init-track-sizes><span class=secno>11.3 </span><span class=content> |
3069 | | -Initialize Track Sizes</span><a class=self-link href=#init-track-sizes></a></h3> |
| 3068 | +<h3 class="heading settled heading" data-level=11.3 id=algo-init><span class=secno>11.3 </span><span class=content> |
| 3069 | +Initialize Track Sizes</span><a class=self-link href=#algo-init></a></h3> |
3070 | 3070 |
|
3071 | 3071 | <p> <strong>Initialize each track’s base size and growth limit.</strong> |
3072 | 3072 | For each track, |
|
0 commit comments