Skip to content

Commit 8886b02

Browse files
committed
Remove visibility:collapse behavior, per ML discussion.
1 parent 6c24bc6 commit 8886b02

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,6 @@ <h3 id=flex-items><span class=secno>2.2. </span> Flexbox Items</h3>
477477
positioned and thus out of flow.</p>
478478
</div>
479479

480-
<p>Similar to table cells, flexbox items respond specially to the
481-
&lsquo;<code class=css>collapse</code>&rsquo; value of the &lsquo;<code
482-
class=property>visibility</code>&rsquo; property. When a flexbox item is
483-
set to &lsquo;<code class=css>visibility: collapse;</code>&rsquo;, the
484-
item does not generate a box at all (identical to setting &lsquo;<code
485-
class=css>display: none;</code>&rsquo;).
486-
487480
<h4 id=abspos-flexbox-items><span class=secno>2.2.1. </span> Positioning
488481
Absolutely Positioned Flexbox Items</h4>
489482

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ <h3 id='flex-items'>
191191
<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>
192192
</div>
193193

194-
<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>
195-
196194
<h4 id='abspos-flexbox-items'>
197195
Positioning Absolutely Positioned Flexbox Items</h4>
198196

0 commit comments

Comments
 (0)