display: flow-root;
News to me! There is a spec for it and Firefox says they intend to ship it. It’s just like display: block;
only:
It always establishes a new block formatting context for its contents.
.group {
display: flow-root;
}
Meaning: …