parsel
parsel copied to clipboard
:has(> selector) can't be parsed
The argument to :has() can start with a combinator
:has(> .child)
:has(+ .sibling)
:has(~ .sibling)
Parsel currently fails to parse these selectors.