- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 21:23:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv13574
Modified Files:
Overview.html Overview.src.html
Log Message:
Add issue about display:flexbox-item
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Overview.html 6 Feb 2012 21:18:21 -0000 1.143
+++ Overview.html 6 Feb 2012 21:23:00 -0000 1.144
@@ -507,6 +507,11 @@
<h3 id=flex-items><span class=secno>2.2. </span> Flexbox Items</h3>
+ <p class=issue>Add a ‘<code
+ class=css>display:flexbox-item</code>’ value, so I can do
+ flexbox-fixup (wrapping an anonymous flexbox around children that have
+ declared themselves to be items).
+
<p>Flexbox layout algorithm operates on <a href="#flexbox-item"><i>flexbox
items</i></a>, which are boxes that satisfy at least one of the following
criteria:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.src.html 6 Feb 2012 21:18:21 -0000 1.141
+++ Overview.src.html 6 Feb 2012 21:23:01 -0000 1.142
@@ -179,6 +179,8 @@
<h3 id='flex-items'>
Flexbox Items</h3>
+ <p class='issue'>Add a ''display:flexbox-item'' value, so I can do flexbox-fixup (wrapping an anonymous flexbox around children that have declared themselves to be items).</p>
+
<p>Flexbox layout algorithm operates on <i>flexbox items</i>, which are boxes that satisfy at least one of the following criteria:</p>
<ol>
Received on Monday, 6 February 2012 21:23:17 UTC