Bug 132987

Summary: All events should be handled on SVGElement; clean up SVGSVGElement
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Dirk Schulze
Reported 2014-05-16 00:36:27 PDT
All events should be handled on SVGElement according to SVG WG resolution. This means, we should be able to remove special casing in SVGSVGElement now.
Attachments
Dirk Schulze
Comment 1 2014-07-12 23:15:11 PDT
So far we have onunload onscroll onresize onzoom As well as onerror onabort Some might not be supported in SVG2 anymore. Not sure how to remove the others. Some are handled by Document in HTML. We probably should do that in SVG as well.
Note You need to log in before you can comment on or make changes to this bug.