universal – not new to css3
** determines what happens to an element’s content when that content is larger
:hidden
:visible
:scroll
:auto
** a box can collapse when the height or width is set to auto (or in some cases left undefined)
=> inline boxes use display:inline-block;
=> float: inherit; (will inherit float behavior from parent element)