You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,8 @@ <h3 id='flex-items'>
187
187
<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>
188
188
</div>
189
189
190
+
<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>
0 commit comments