parsel icon indicating copy to clipboard operation
parsel copied to clipboard

:has(> selector) can't be parsed

Open bgotink opened this issue 2 years ago • 0 comments

The argument to :has() can start with a combinator

:has(> .child)
:has(+ .sibling)
:has(~ .sibling)

Parsel currently fails to parse these selectors.

bgotink avatar Feb 06 '24 21:02 bgotink