You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Right now, the caja CSS Lexer only supports actual ranges as a value in the unicode-range property, like "U+0025-00FF".
According to the specification (http://dev.w3.org/csswg/css-fonts-3/#composite-fonts) it is also possible to define a single code point, like "U+A5;"
However, the CSS Lexer expects a "-" in each unicode-range value and throws this exception:
com.google.caja.lexer.ParseException: http://www.example.org:1+165: Expected - not ,
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, the caja CSS Lexer only supports actual ranges as a value in the unicode-range property, like "U+0025-00FF".
According to the specification (http://dev.w3.org/csswg/css-fonts-3/#composite-fonts) it is also possible to define a single code point, like "U+A5;"
However, the CSS Lexer expects a "-" in each unicode-range value and throws this exception:
com.google.caja.lexer.ParseException: http://www.example.org:1+165: Expected - not ,
The text was updated successfully, but these errors were encountered: