Skip to content

Commit 1fccf71

Browse files
more validator fixes to change list section
1 parent cf5eee5 commit 1fccf71

2 files changed

Lines changed: 33 additions & 22 deletions

File tree

css3-grid-layout/Overview.html

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,23 @@ <h2 class="no-num no-toc" id=table>Table of contents</h2>
290290

291291
<li class=no-num><a href="#changes-from-previous-version">Changes from
292292
Previous Working Draft</a>
293+
<ul class=toc>
294+
<li class=no-num><a
295+
href="#changes-from-previous-version-22-july-2011">Changes made in 22
296+
July 2011 Editor's Draft</a>
297+
298+
<li class=no-num><a
299+
href="#changes-from-previous-version-21-november-2011">Changes made in
300+
21 November 2011 Editor's Draft</a>
301+
302+
<li class=no-num><a
303+
href="#changes-from-previous-version-2-february-2012">Changes made in 2
304+
February 2012 Editor's Draft</a>
305+
306+
<li class=no-num><a
307+
href="#changes-from-previous-version-6-february-2012">Changes made in 6
308+
February 2012 Editor's Draft</a>
309+
</ul>
293310

294311
<li class=no-num><a href="#acknowledgements">Acknowledgements</a>
295312

@@ -3361,9 +3378,8 @@ <h2 class=no-num id=changes-from-previous-version>Changes from <a
33613378
Working Draft</a></h2>
33623379

33633380
<div>
3364-
<ul></ul>
3365-
3366-
<p>Changes made in 22 July 2011 Editor's Draft:
3381+
<h3 class=no-num id=changes-from-previous-version-22-july-2011>Changes
3382+
made in 22 July 2011 Editor's Draft</h3>
33673383

33683384
<ul>
33693385
<li>Included an algorithm for computing the size of <a
@@ -3390,11 +3406,9 @@ <h2 class=no-num id=changes-from-previous-version>Changes from <a
33903406
and Grid Rows Properties</a> grammar to correct an error and reduce
33913407
ocurrences of &lt;string&gt;
33923408
</ul>
3393-
<br>
3394-
3395-
<ul></ul>
33963409

3397-
<p>Changes made in 21 November 2011 Editor's Draft:
3410+
<h3 class=no-num id=changes-from-previous-version-21-november-2011>Changes
3411+
made in 21 November 2011 Editor's Draft</h3>
33983412

33993413
<ul>
34003414
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of
@@ -3431,11 +3445,9 @@ <h2 class=no-num id=changes-from-previous-version>Changes from <a
34313445
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to
34323446
cover shrink-to-fit Grid Elements
34333447
</ul>
3434-
<br>
34353448

3436-
<ul></ul>
3437-
3438-
<p>Changes made in 2 February 2012 Editor's Draft:
3449+
<h3 class=no-num id=changes-from-previous-version-2-february-2012>Changes
3450+
made in 2 February 2012 Editor's Draft</h3>
34393451

34403452
<ul>
34413453
<li>Section 2.2: Made a minor correction to the markup in Example 1.
@@ -3453,11 +3465,9 @@ <h2 class=no-num id=changes-from-previous-version>Changes from <a
34533465
<li>Section 8.1: Updated the spec to better describe the behavior of box
34543466
model calculations for stretch alignment.
34553467
</ul>
3456-
<br>
3457-
3458-
<ul></ul>
34593468

3460-
<p>Changes made in 6 February 2012 Editor's Draft:
3469+
<h3 class=no-num id=changes-from-previous-version-6-february-2012>Changes
3470+
made in 6 February 2012 Editor's Draft</h3>
34613471

34623472
<ul>
34633473
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall

css3-grid-layout/Overview.src.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,8 @@ <h3>Grid Track Sizing Algorithm</h3>
21532153

21542154
<h2 id="changes-from-previous-version" class="no-num">Changes from <a href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">Previous Working Draft</a></h2>
21552155
<div>
2156-
<ul>Changes made in 22 July 2011 Editor's Draft:
2156+
<h3 id="changes-from-previous-version-22-july-2011" class="no-num">Changes made in 22 July 2011 Editor's Draft</h3>
2157+
<ul>
21572158
<li>Included an algorithm for computing the size of <i>Grid tracks</i> in the spec.</li>
21582159
<li>Removed the property grid-cell-stacking.</li>
21592160
<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
21622163
<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>
21632164
<li>Updated the <a href="#grid-columns-and-rows-properties">Grid Columns and Grid Rows Properties</a> grammar to correct an error and reduce ocurrences of &lt;string&gt;</li>
21642165
</ul>
2165-
<br>
2166-
<ul>Changes made in 21 November 2011 Editor's Draft:
2166+
<h3 id="changes-from-previous-version-21-november-2011" class="no-num">Changes made in 21 November 2011 Editor's Draft</h3>
2167+
<ul>
21672168
<li>Section 2.4, Section 9: Removed the grid-layer property in favor of using <a href="http://www.w3.org/TR/CSS21/visuren.html#z-index">z-index.</a></li>
21682169
<li>Section 6.5: Clarified whitespace rules.</li>
21692170
<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
21762177
<li>Section 10.2: Updated steps 2 and 3 in DistributeSpaceToTracks function to correct use of delta variable</li>
21772178
<li>Section 10.2: Updated step 6 in ComputeUsedBreadthOfGridTracks to cover shrink-to-fit Grid Elements</li>
21782179
</ul>
2179-
<br>
2180-
<ul>Changes made in 2 February 2012 Editor's Draft:
2180+
<h3 id="changes-from-previous-version-2-february-2012" class="no-num">Changes made in 2 February 2012 Editor's Draft</h3>
2181+
<ul>
21812182
<li>Section 2.2: Made a minor correction to the markup in Example 1.</li>
21822183
<li>Section 7: Specified item placement behavior for undefined grid lines.</li>
21832184
<li>Section 7.1: Specified that for the grid-column and grid-row properties, &lsquo;<a href="#start-column-position"><code
21842185
class=css>start</code></a>&rsquo; is only applicable to the starting line position and &lsquo;<a href="#end-column-position"><code
21852186
class=css>end</code></a>&rsquo; is only applicable to the ending line position.</li>
21862187
<li>Section 8.1: Updated the spec to better describe the behavior of box model calculations for stretch alignment.</li>
21872188
</ul>
2188-
<br>
2189-
<ul>Changes made in 6 February 2012 Editor's Draft:
2189+
<h3 id="changes-from-previous-version-6-february-2012" class="no-num">Changes made in 6 February 2012 Editor's Draft</h3>
2190+
<ul>
21902191
<li>Section 10: Combined Sections 10.2 and 10.3, so that the overall algorithm is described in a top-down fashion.</li>
21912192
<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>
21922193
</ul>

0 commit comments

Comments
 (0)