[Webkit-unassigned] [Bug 113573] New: Retrieved style property is missing url(=?UTF-8?Q?=E2=80=A6?=)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 29 06:07:45 PDT 2013


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

           Summary: Retrieved style property is missing url(…)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://bl.ocks.org/jasondavies/5270648
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jason.davies at gmail.com
                CC: zimmermann at kde.org


Retrieving a style property value such as fill: url(#fill) returns "#fill", when it should be "url(#fill)".

This occurs when using window.getComputedStyle as well as retrieving the property from the element style directly.

This breaks code that needs to modify such an IRI value, e.g. it can be mistaken for a hex colour.

It also breaks any code that attempts to dump the SVG programmatically, since fill: #fill is invalid.

-- 
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