- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 23:48:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv1936 Modified Files: Overview.html Overview.src.html Log Message: Remove visibility:collapse behavior, per ML discussion. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- Overview.html 8 Dec 2011 23:35:38 -0000 1.81 +++ Overview.html 8 Dec 2011 23:48:55 -0000 1.82 @@ -477,13 +477,6 @@ positioned and thus out of flow.</p> </div> - <p>Similar to table cells, flexbox items respond specially to the - ‘<code class=css>collapse</code>’ value of the ‘<code - class=property>visibility</code>’ property. When a flexbox item is - set to ‘<code class=css>visibility: collapse;</code>’, the - item does not generate a box at all (identical to setting ‘<code - class=css>display: none;</code>’). - <h4 id=abspos-flexbox-items><span class=secno>2.2.1. </span> Positioning Absolutely Positioned Flexbox Items</h4> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- Overview.src.html 8 Dec 2011 23:35:38 -0000 1.81 +++ Overview.src.html 8 Dec 2011 23:48:55 -0000 1.82 @@ -191,8 +191,6 @@ <p>Notice that block element "not-an-item6.3" is not a separate flexbox item, because it is contained inside an inline element which is being wrapped into an anonymous flex item. Similarly, the block element "not-an-item1.5" is not a flexbox item, because it's absolutely positioned and thus out of flow.</p> </div> - <p>Similar to table cells, flexbox items respond specially to the ''collapse'' value of the 'visibility' property. When a flexbox item is set to ''visibility: collapse;'', the item does not generate a box at all (identical to setting ''display: none;'').</p> - <h4 id='abspos-flexbox-items'> Positioning Absolutely Positioned Flexbox Items</h4>
Received on Thursday, 8 December 2011 23:49:00 UTC