csstree / validator

CSS validator based on CSSTree
MIT License
65 stars 14 forks source link

Selectors starting with numerical should fail validation #31

Open silverwind opened 1 year ago

silverwind commented 1 year ago

https://www.w3.org/TR/css-syntax-3/#ident-token-diagram

Currently, no error is raised:

> (await import("csstree-validator")).validate('1n {color: red}')
[]