Web features explorer

:where()

Widely available
Tags: css Groups: CSS > Selectors

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. To learn more, see :where() at MDN.

Compatibility