Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
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.
Avatar of Šime Vidas
Š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?

Direct Link

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 …

Avatar of Sarah Drasner
Shared by Sarah Drasner on Jan 25, 2017
block formatting context flow-root overflow

display: flow-root;

Direct Link

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

Avatar of Chris Coyier
Shared by 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
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top