Web features explorer

:where()

Widely available since 2023-07-21
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.

Learning resources on MDN

Browser support