CSS Selectors Level 4 defines `:is` selector. https://www.w3.org/TR/selectors-4/#matches `:matches` is a deprecated alias for it. https://github.com/w3c/csswg-drafts/issues/3258 This is refactoring; it should have no user effects.
Created attachment 397772 [details] Patch
Comment on attachment 397772 [details] Patch r-, as since `:matches` is allowed as an obsolete alias for `:is` there's no need to remove it. We should just prefer using `:is` going forward, and change previous uses as we come across them (same as how we treat usage of `var`).