The
:where()
CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list.
:where(:valid, :unsupported) {
/* … */
}
The
:where()
CSS pseudo-class function takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list.
:where(:valid, :unsupported) {
/* … */
}