Who's Rendering Me?
which browser it's in
/* ask about features, not names */
@supports (animation-timeline: scroll()) { … }
@supports not (selector(:has(*))) {
/* graceful fallback */
} which browser it's in
/* ask about features, not names */
@supports (animation-timeline: scroll()) { … }
@supports not (selector(:has(*))) {
/* graceful fallback */
}