dperini / nwsapi

Fast CSS Selectors API Engine
MIT License
107 stars 37 forks source link

Throw for invalid pseudo-class that begins with a valid one #17

Closed Zirro closed 6 years ago

Zirro commented 6 years ago

An invalid pseudo-class that begins with one which is valid such as :linkexample will currently be accepted and compile to something unintended. It should throw a unknown pseudo-class selector-error instead.

Zirro commented 6 years ago

This got fixed in version 2.0.8.