Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
1.8
-
None
-
Operating System: Linux
Platform: PC
Description
CSS properties such as -moz-border-radius or -webkit-border-radius (all
properties starting with '-') are not tokenized correctly by the CSS scanner.
Instead of being tokenized as LexicalUnits.IDENTIFIER the first character is
tokenized as LexicalUnits.MINUS and the rest of the properties fails to
tokenize.
Corrected version of the Scanner.java file is attached.