csswg/css3-flexbox Overview.html,1.143,1.144 Overview.src.html,1.141,1.142

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 &lsquo;<code
+   class=css>display:flexbox-item</code>&rsquo; 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