ExtendedCss
ExtendedCss copied to clipboard
Rules with ':where()' do not work
Steps to reproduce
- Add this rule:
example.org#?#div > :where(h1, p)
- Go to - https://example.org/
h1 and p elements should be hidden, but it looks like that rule doesn't work.
Screenshot

If I'm not wrong, it should works similar to :is().