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

Why does the child combinator in `:where(.a, .b) > span` not raise the rule's specificity above that of a plain element selector?

:where(.a, .b) > span { color: red; }