- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Dec 2011 20:59:39 +0000
- To: public-css-commits@w3.org
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><ul style="display: '2 1'"><li>one <li>two
</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