Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSnot is whereSingle-choice MCQ

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; }