January 2021 web platform update
Newly available on the web platform
Newly available
-
clip-path: The
clip-path
CSS property and SVG attribute set the visible area of an element. Everything outside the area will be hidden. Learn more. -
:is(): The
:is()
CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list. Learn more. -
:not: The
:not()
functional pseudo-class matches elements that do not match the selectors in its argument. Learn more. -
:where(): The
:where()
CSS functional pseudo-class takes a selector list as its argument, and matches any element that can be selected by one of the selectors in that list. It is functionally equivalent to the selectors in the list, but doesn't affect the CSS rule specificity. Learn more.