Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
flow-root

3 Articles
{
,

}
Direct link to the article Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs
chrome cookies feature policy firefox flow-root pwa safari web share

Weekly Platform News: Feature Policy, ECMAScript i18n API, Packaged PWAs

In this week's news, a new Feature Policy API in Chrome, Firefox blocks cookies from known trackers, Chrome for Android now allows websites to share images, and more.
Šime Vidas on Jun 7, 2019
Direct link to the article The End of the Clearfix hack?
clearfix floats flow-root

The End of the Clearfix hack?

Rachel Andrew with a clear (get it?!) explanation of display: flow-root;, including demos comparing old and new techniques. Apparently the name is still a little bit still up in the air.

The whole point of it is getting …

Sarah Drasner on Jan 25, 2017
Direct link to the article display: flow-root;
block formatting context flow-root overflow

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: …

Chris Coyier on Dec 30, 2016 Updated on Feb 26, 2017

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top