[Webkit-unassigned] [Bug 52542] New: SVG CSS property of type <length> don't support exponents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 16 12:39:03 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52542

           Summary: SVG CSS property of type <length> don't support
                    exponents
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://dev.w3.org/SVG/profiles/1.1F2/test/harness/html
                    Object/types-basic-01-f.html
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: krit at webkit.org
                CC: zimmermann at kde.org


In SVG the type <length> can have exponents: integer ([e|E] interger)? see http://www.w3.org/TR/SVG/types.html#DataTypeNumber
We support this for SVG attributes, but not for SVG CSS properties like 'stroke-width', because we use the CSS parser and that parser doesn't support this.
See attached link for an example.

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



More information about the webkit-unassigned mailing list