An invalid or unsupported selector is placed inside the argument list. How do :is()/:where() and :not() differ in handling it?:is(p, :unsupported-thing) { color: red; } :not(p, :unsupported-thing) { color: blue; }