Steps to reproduce 1. Add this rule: ```adblock example.org#?#div > :where(h1, p) ``` 2. Go to - https://example.org/ `h1` and `p` elements should be hidden, but it looks like that rule doesn't work. <details><summary>Screenshot</summary>  </details> If I'm not wrong, it should works similar to `:is()`.