cssselect
cssselect copied to clipboard
The implementation of :has() does not support selector lists
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.