Bug 10125

Summary: SVG seems to pass wrong event.target to <svg> onload handler
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://srufaculty.sru.edu/david.dailey/svg/decahedra3.svg

Description Eric Seidel (no email) 2006-07-27 02:26:21 PDT
I believe that because of the way onload is defined for SVG:

http://www.w3.org/TR/SVG/interact.html#EventsLoad

we're supposed to be passing the actual <svg> element as the target of the onload instead of the SVGDocument.
Comment 1 Eric Seidel (no email) 2006-07-27 21:21:35 PDT

*** This bug has been marked as a duplicate of 6010 ***