NEW 132987
All events should be handled on SVGElement; clean up SVGSVGElement
https://bugs.webkit.org/show_bug.cgi?id=132987
Summary All events should be handled on SVGElement; clean up SVGSVGElement
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.