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

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

Modified Files:
	new2.src.html 
Log Message:
Minor rearrangement of items.


Index: new2.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.src.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- new2.src.html	28 Feb 2012 00:51:38 -0000	1.5
+++ new2.src.html	1 Mar 2012 20:25:37 -0000	1.6
@@ -3253,8 +3253,9 @@
 <h4>Named vs 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.
+the 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
@@ -3965,6 +3966,10 @@
 'grid-rows' and 'grid-columns', 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 ''fr'' unit as an alternative to * on
 row and column sizes (and an issue about whether these units are
 useful enough).
@@ -3995,10 +4000,6 @@
 level 4. It is only useful in combination with chaining of slots (the
 'chains' 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 ''fit-content'' to ''auto''. The former has a
 specific meaning in [[CSS3BOX]], which is related, but not the same.
 

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