Back to Serenity

:where() test

Base/res/html/misc/where-selector.html

latest347 B
Original Source

:where() test

Nothing

These should have no background.

.special :where(h2, p)

These should have a green background.

.forgiving :where(&&&fakhsdaskjhd, h2, p)

These should have a green background. :where() takes a "permissive selector list", so even though part of it is invalid, this does not make the whole selector-list invalid.