:matches() CSS pseudo-class

:matches() CSS pseudo-class

The :matches() (formerly :any()) pseudo-class checks whether the element at its position in the outer selector matches any of the selectors in its selector list. It's useful syntactic sugar that allows you to avoid writing out all the combinations manually as separate selectors. The effect is similar to nesting in Sass and most other CSS preprocessors.

Spec https://www.w3.org/TR/selectors4/#matches
Status W3C Working Draft
IE Edge Firefox Chrome Safari Opera