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

[tokenize] Handle unicode ranges

danburzo opened this issue · comments

These are one of the corner cases of CSS syntax, and is only involved in declaring unicode-range in a @font-face definition. Unicode ranges are currently not implemented in the tokenizer.