- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Nov 2011 18:15:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv19653
Modified Files:
Overview.html
Log Message:
Generated. Do not edit!
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html 4 Nov 2011 22:23:56 -0000 1.5
+++ Overview.html 5 Nov 2011 18:15:51 -0000 1.6
@@ -16,13 +16,13 @@
<h1>CSS Template Layout Module</h1>
<h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
- 4 November 2011</h2>
+ 5 November 2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111104/">
- http://www.w3.org/TR/2011/ED-css3-layout-20111104</a>
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-layout-20111105/">
+ http://www.w3.org/TR/2011/ED-css3-layout-20111105</a>
<dt>Latest version:
@@ -206,10 +206,10 @@
<li><a href="#history"><span class=secno>17. </span>History</a>
- <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
-
<li><a href="#changes"><span class=secno>18. </span>Changes</a>
+ <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
+
<li class=no-num><a href="#references">References</a>
<li class=no-num><a href="#index">Index</a>
@@ -2596,6 +2596,35 @@
become wider if all other columns are at their maximum size.
</ol>
+ <h2 id=changes><span class=secno>18. </span>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 ‘<a href="#chains0"><code
+ class=property>chains</code></a>’ 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 ‘<a
+ href="#slot"><code class=css>slot()</code></a>’ 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 ‘<code class=property>gr</code>’ unit is renamed to
+ ‘<code class=property>fr</code>’ (see <a
+ href="#CSS3-GRID-LAYOUT"
+ rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>).
+
+ <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 are
@@ -2627,35 +2656,6 @@
href="http://lists.w3.org/Archives/Public/www-style/2009Apr/0383.html">
third prototype</a> was made by Alexis Deveria.
- <h2 id=changes><span class=secno>18. </span>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 ‘<a href="#chains0"><code
- class=property>chains</code></a>’ 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 ‘<a
- href="#slot"><code class=css>slot()</code></a>’ 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 ‘<code class=property>gr</code>’ unit is renamed to
- ‘<code class=property>fr</code>’ (see <a
- href="#CSS3-GRID-LAYOUT"
- rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a>).
-
- <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: <!--begin-normative-->
Received on Saturday, 5 November 2011 18:18:03 UTC