danburzo / selery

A CSS selector parser and DOM query engine.

Home Page:https://danburzo.ro/selery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[parse] Treat unclosed constructs inside function pseudo-classes as invalid

danburzo opened this issue · comments

The ':is([attr=val)' is currently accepted as valid, although it shouldn't be.