- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 18:20:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv20699
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.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html 1 Dec 2011 14:48:29 -0000 1.10
+++ Overview.html 1 Dec 2011 18:20:08 -0000 1.11
@@ -1352,6 +1352,21 @@
class=css>position: a -my-product</code>’ or ‘<code
class=css>position: -my-product(a)</code>’.
+ <p class=issue><a
+ href="http://www.w3.org/Style/CSS/Tracker/issues/201">ISSUE-201:</a> Terra
+ Informatica's <a
+ href="http://www.terrainformatica.com/htmlayout/">HTMLayout</a> program
+ proposes an interesting shortcut: if a slot's name is a number (instead of
+ a letter), it refers directly to the child with that number. That child is
+ positioned in the slot and doesn't need a ‘<a
+ href="#position0"><code class=property>position</code></a>’
+ property. See <a
+ href="http://www.terrainformatica.com/w3/flex-layout/flex-layout.htm">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.)
+
<table class=propdef-extra>
<tbody>
<tr>
Received on Thursday, 1 December 2011 18:20:12 UTC