Bug 43113 - SVGMaskElement/SVGForeignObjectElement should not inherit from SVGURIReference
Summary: SVGMaskElement/SVGForeignObjectElement should not inherit from SVGURIReference
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 04:03 PDT by Nikolas Zimmermann
Modified: 2010-07-28 04:09 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.76 KB, patch)
2010-07-28 04:05 PDT, Nikolas Zimmermann
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2010-07-28 04:03:15 PDT
SVGMaskElement/SVGForeignObjectElement inherit from SVGURIReference, and handle the xlink:href attribute, this is not specified and wrong.
Comment 1 Nikolas Zimmermann 2010-07-28 04:05:05 PDT
Created attachment 62809 [details]
Patch
Comment 2 Dirk Schulze 2010-07-28 04:06:21 PDT
Comment on attachment 62809 [details]
Patch

r=me
Comment 3 Nikolas Zimmermann 2010-07-28 04:09:44 PDT
Landed in r64197.