:is() 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. This is useful for writing large selectors in a more compact form.
All though it is not yet supported by all versions of browsers.
fact :matches() renamed as :is()
Top comments (0)