ExtendedCss icon indicating copy to clipboard operation
ExtendedCss copied to clipboard

Rules with ':where()' do not work

Open AdamWr opened this issue 2 years ago • 0 comments

Steps to reproduce

  1. Add this rule:
example.org#?#div > :where(h1, p)
  1. Go to - https://example.org/

h1 and p elements should be hidden, but it looks like that rule doesn't work.

Screenshot

image

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

AdamWr avatar May 04 '23 09:05 AdamWr