-
Feature Queries Show archive.org snapshot ( Edge 12+ Show archive.org snapshot ): Similar to @media queries, @supports blocks can be scoped to browsers that support a given declaration. There is
CSS.supports()
to do the equivalent in Javascript. -
backdrop-filter
Show archive.org snapshot ( Edge 17+, but not FF Show archive.org snapshot ): Applying filters to what is visible through an element. -
touch-action
Show archive.org snapshot ( IE11+ Show archive.org snapshot ): Limiting default touch behavior (like scrolling) -
background-blend-mode
Show archive.org snapshot ( Edge 79+ Show archive.org snapshot ): Mixing background color and image -
Scroll snapping Show archive.org snapshot ( Edge 79+ Show archive.org snapshot ): Have the browser continue a scroll movement until it reaches the edge of a child element.
-
overscroll-behavior
Show archive.org snapshot ( no Safari Show archive.org snapshot ): Prevent scroll chaining