You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2id="changes-from-previous-version" class="no-num">Changes from <ahref="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">Previous Working Draft</a></h2>
2155
2155
<div>
2156
-
<ul>Changes made in 22 July 2011 Editor's Draft:
2156
+
<h3id="changes-from-previous-version-22-july-2011" class="no-num">Changes made in 22 July 2011 Editor's Draft</h3>
2157
+
<ul>
2157
2158
<li>Included an algorithm for computing the size of <i>Grid tracks</i> in the spec.</li>
2158
2159
<li>Removed the property grid-cell-stacking.</li>
2159
2160
<li>Removed the pseudo-element selector ::grid-cell.</li>
@@ -2162,8 +2163,8 @@ <h2 id="changes-from-previous-version" class="no-num">Changes from <a href="http
2162
2163
<li>Corrected an error in the automatic placement example. All children of the form should be display:block to ensure they are valid <i>Grid items</i>.</li>
2163
2164
<li>Updated the <ahref="#grid-columns-and-rows-properties">Grid Columns and Grid Rows Properties</a> grammar to correct an error and reduce ocurrences of <string></li>
2164
2165
</ul>
2165
-
<br>
2166
-
<ul>Changes made in 21 November 2011 Editor's Draft:
2166
+
<h3id="changes-from-previous-version-21-november-2011" class="no-num">Changes made in 21 November 2011 Editor's Draft</h3>
2167
+
<ul>
2167
2168
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of using <ahref="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a></li>
2168
2169
<li>Section 6.5: Clarified whitespace rules.</li>
2169
2170
<li>Section 6.5: Changed "positive-number" to "positive-integer".</li>
@@ -2176,17 +2177,17 @@ <h2 id="changes-from-previous-version" class="no-num">Changes from <a href="http
2176
2177
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks function to correct use of delta variable</li>
2177
2178
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to cover shrink-to-fit Grid Elements</li>
2178
2179
</ul>
2179
-
<br>
2180
-
<ul>Changes made in 2 February 2012 Editor's Draft:
2180
+
<h3id="changes-from-previous-version-2-february-2012" class="no-num">Changes made in 2 February 2012 Editor's Draft</h3>
2181
+
<ul>
2181
2182
<li>Section 2.2: Made a minor correction to the markup in Example 1.</li>
2182
2183
<li>Section 7: Specified item placement behavior for undefined grid lines.</li>
2183
2184
<li>Section 7.1: Specified that for the grid-column and grid-row properties, ‘<ahref="#start-column-position"><code
2184
2185
class=css>start</code></a>’ is only applicable to the starting line position and ‘<ahref="#end-column-position"><code
2185
2186
class=css>end</code></a>’ is only applicable to the ending line position.</li>
2186
2187
<li>Section 8.1: Updated the spec to better describe the behavior of box model calculations for stretch alignment.</li>
2187
2188
</ul>
2188
-
<br>
2189
-
<ul>Changes made in 6 February 2012 Editor's Draft:
2189
+
<h3id="changes-from-previous-version-6-february-2012" class="no-num">Changes made in 6 February 2012 Editor's Draft</h3>
2190
+
<ul>
2190
2191
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall algorithm is described in a top-down fashion.</li>
2191
2192
<li>Section 10.2: Removed the function DistributeSpaceToTracksBySpanCount, and added new functions ResolveContentBasedTrackSizingFunctions and ResolveContentBasedTrackSizingFunctionsForItems. The updates to the algorithm change the way in which Grid Items that span multiple tracks resolve their min-content and max-content contributions to those tracks such that "tighter" grids are produced.</li>
0 commit comments