display: flow-root;
News to me! There is a spec for it and Firefox says then intend to ship it. It’s just like display: block;
only:
It always establishes a new block formatting context for its contents.
Meaning: you don’t have to use clearfix hacks. There is a bit more to it though. Fiona Chan has a mini-talk all about block formatting context. I think it affects z-index
and transforms
in some cases too. Anybody?
I suspect Nicole Sullivan will approve. She’s been writing and talking about new formatting contexts forever. In 2010 she even wrote:
I wish we had a simple property value pair that would do the same thing in standards-based browsers.
.lastUnit { formatting-context: new; /* please! */ }
Direct Link to Article — Permalink
display: flow-root; is a post from CSS-Tricks