https://issues.apache.org/bugzilla/show_bug.cgi?id=47800

           Summary: CSS scanner does not tokenize correctly CSS properties
                    starting with '-' such as -moz-border-radius
           Product: Batik
           Version: 1.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Nicolas Garnier <[email protected]> 2009-09-08 05:09:12 PDT 
---
Created an attachment (id=24226)
Corrected Scanner.java

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.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to