This content originally appeared on Bram.us and was authored by Bramus!
Get your 90s vibe on, as Pete LePage has took the version number 90 to the next level there ?
Chrome 90 is rolling out now! There’s a new value for the CSS overflow property. The Feature Policy API has been renamed to Permission Policy. And there’s a new way to implement and use Shadow DOM directly in HTML. Plus there’s plenty more.
~
The Declarative Shadow DOM seems like a very nice addition, but will to have to wrap my head around not using for it though — it’s <shadow-root />
<template shadowroot="true" />
we need to use.
~
I’ve tweeted about overflow: clip;
before. It can be compared to overflow: hidden;
, except for the fact that it will never ever create a scrollcontainer (not even one that can be moved programmatically, through JavaScript).
?♂️ `overflow: clip` doesn't differ that much from `overflow: hidden`, except for the fact that `overflow: clip` does not create a scroll container.
Using `overflow-clip-margin` you can define how far outside its bounds the element is allowed to paint before being clipped. https://t.co/PSi4s4ygij pic.twitter.com/AXV1A909di
— Bramus! (@bramus) December 3, 2020
~
This content originally appeared on Bram.us and was authored by Bramus!

Bramus! | Sciencx (2021-04-14T20:56:37+00:00) New in Chrome 90. Retrieved from https://www.scien.cx/2021/04/14/new-in-chrome-90/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.