csswg/css3-layout Overview.src.html,1.13,1.14

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

Modified Files:
	Overview.src.html 
Log Message:
Added Andrew Fedoniouk's remark that templates with numbers are also a
shortcut for 'flex-order'.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html	2 Dec 2011 10:11:36 -0000	1.13
+++ Overview.src.html	7 Dec 2011 20:59:37 -0000	1.14
@@ -1080,7 +1080,9 @@
 >the documentation by Andrew Fedoniouk and Ivan Goroun.</a> E.g.,
 <code>&lt;ul style="display: '2 1'">&lt;li>one &lt;li>two
 &lt;/ul></code> puts “two” on the left and “one” on the right. (Note
-that this requires that the names of slots are separated by spaces.)
+that this requires that the names of slots are separated by spaces.) 
+It is thus also a shortcut for some applications of <a
+href="http://www.w3.org/TR/css3-flexbox/#flex-order">'flex-order'.</a>
 
 <table class=propdef-extra>
     <tr>

Received on Wednesday, 7 December 2011 20:59:45 UTC