cssselect icon indicating copy to clipboard operation
cssselect copied to clipboard

The implementation of :has() does not support selector lists

Open stof opened this issue 2 years ago • 0 comments

In CSS, :has() supports a relative selector list. But the implementation in this library supports only a single relative selector, not a list, making :has(a, b) unsupported.

stof avatar Feb 20 '23 15:02 stof