csswg/css3-layout new2.html,1.5,1.6

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

Modified Files:
	new2.html 
Log Message:
Generated. Do not edit!

Index: new2.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- new2.html	28 Feb 2012 00:51:50 -0000	1.5
+++ new2.html	1 Mar 2012 20:25:50 -0000	1.6
@@ -50,13 +50,13 @@
    <h1>CSS Grid Template Layout Module</h1>
    <!--=================================================================-->
    <h2 class="no-num no-toc" id=longstatus-date-3-august-2004>Editor's Draft
-    28 February 2012</h2>
+    29 February 2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-layout-20120228/">http://www.w3.org/TR/2012/ED-css3-layout-20120228/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-layout-20120229/">http://www.w3.org/TR/2012/ED-css3-layout-20120229/</a>
      
 
     <dt>Latest version:
@@ -3919,8 +3919,8 @@
    numbered slots</h4>
 
   <p>Named slots are very easy to understand and use. Experience with the
-   draft showed the everybody who sees an example immediately understand what
-   it means. There is no need to use numbers or to count.
+   draft showed that everybody who sees an example immediately understands
+   what it means. Moreover, there is no need to use numbers or to count.
 
   <p>But it is different for absolutely positioned elements that use the
    grid. Those elements do not belong to a slot, they are merely placed on
@@ -4726,6 +4726,10 @@
     class=property>grid-columns</code></a>&rsquo;, which makes animations
     easier to specify.
 
+   <li>Replaced @ by * to indicate the default slot. The asterisk looks
+    better and may also be easier to remember, because of its association
+    with the notion of “wild card.”
+
    <li>Added dimensions with the &lsquo;<code class=css>fr</code>&rsquo; unit
     as an alternative to * on row and column sizes (and an issue about
     whether these units are useful enough).
@@ -4766,10 +4770,6 @@
     href="#chains0"><code class=property>chains</code></a>&rsquo; property)
     or page-based templates.
 
-   <li>Replaced @ by * to indicate the default slot. The asterisk looks
-    better and may also be easier to remember, because of its association
-    with the notion of “wild card.”
-
    <li>Renamed the keyword &lsquo;<code class=css>fit-content</code>&rsquo;
     to &lsquo;<code class=css>auto</code>&rsquo;. The former has a specific
     meaning in <a href="#CSS3BOX"

Received on Thursday, 1 March 2012 20:25:54 UTC