cssselect icon indicating copy to clipboard operation
cssselect copied to clipboard

The parsing of :where and :is is not spec compliant

Open stof opened this issue 2 years ago • 0 comments

The parsing for :is and :where currently implements parsing a list of compound selectors while CSS supports any selector lists, i.e. lists of complex selectors.

Side note: the naming is confusing in this package as it uses the name "simple selector" to actually represent what is called "compound selector" in the CSS spec: https://www.w3.org/TR/selectors-4/#structure

stof avatar Jan 04 '23 11:01 stof