Tagged in

CSS

Dev Channel
Dev Channel
Developers Channel - the thoughts, opinions and musings from members of the Chrome team.
More information
Followers
18.5K
Elsewhere
More, on Medium

Flexbox gets new behavior for absolute-positioned children

Author: Joe Medley

A previous version of the CSS Flexible Box Layout specification set the static position of absolute-positioned children as though they were a 0x0 flex item. The latest version of the…


CSS Containment in Chrome 52

Author: Paul Lewis

TL;DR

The new CSS Containment property lets developers limit the scope of the browser’s styles, layout and paint work.


CSS Variables: Why Should You Care?

Author: Rob Dodson

CSS variables, more accurately known as CSS custom properties, are landing in Chrome 49. They can be useful for reducing repetition in CSS, and also for powerful runtime effects like theme switching and potentially…