csswg/css3-layout Overview.src.html,1.4,1.5

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv19438

Modified Files:
	Overview.src.html 
Log Message:
Moved Changes section before Acknowledgments section.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.src.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.src.html	4 Nov 2011 22:22:40 -0000	1.4
+++ Overview.src.html	5 Nov 2011 18:14:13 -0000	1.5
@@ -2158,6 +2158,24 @@
 size.
 </ol>
 
+<h2 id=changes>Changes</h2>
+
+<p>Summary of changes since 
+<a href="/TR/2010/WD-css3-layout-20100429/" >29 April 2010 draft:</a>
+
+<ul class=issue>
+<li>Added the 'chains' property to create sequences of slots.
+<li>Added <a href="#slot-pseudo">region-based styling:</a> properties
+can be set on the part of an element that is inside a slot, different
+from the part that is in a different slot, using the 'slot()'
+pseudo-element.
+<li>Added more properties that apply to a slot itself.
+<li>Digits are now allowed as names for slots (in addition to letters).
+<li>The  'gr' unit is renamed to 'fr' (see [[CSS3-GRID-LAYOUT]]).
+<li>List items and table elements can now also have templates.
+<li>Added some more issues and links to the issue tracker.
+</ul>
+
 <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
 
 <p>The first ideas for describing a template in CSS date from 1996 and
@@ -2191,24 +2209,6 @@
 href="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html">
 third prototype</a> was made by Alexis Deveria.
 
-<h2 id=changes>Changes</h2>
-
-<p>Summary of changes since 
-<a href="/TR/2010/WD-css3-layout-20100429/" >29 April 2010 draft:</a>
-
-<ul class=issue>
-<li>Added the 'chains' property to create sequences of slots.
-<li>Added <a href="#slot-pseudo">region-based styling:</a> properties
-can be set on the part of an element that is inside a slot, different
-from the part that is in a different slot, using the 'slot()'
-pseudo-element.
-<li>Added more properties that apply to a slot itself.
-<li>Digits are now allowed as names for slots (in addition to letters).
-<li>The  'gr' unit is renamed to 'fr' (see [[CSS3-GRID-LAYOUT]]).
-<li>List items and table elements can now also have templates.
-<li>Added some more issues and links to the issue tracker.
-</ul>
-
 <h2 class="no-num" id="references">References</h2>
 
 <p id="normative-references">Normative references:

Received on Saturday, 5 November 2011 18:16:18 UTC