Bug 5876

Summary: WebKit+SVG should support on* event attributes
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Adds support for on* event handlers to all svg tags, also adds CSS namespace darin: review+

Description Eric Seidel (no email) 2005-11-29 03:51:03 PST
WebKit+SVG should support on* event attributes

This adds support for event handlers to all SVG tags.
Comment 1 Eric Seidel (no email) 2005-11-29 03:51:45 PST
Created attachment 4846 [details]
Adds support for on* event handlers to all svg tags, also adds CSS namespace
Comment 2 Eric Seidel (no email) 2005-11-29 03:52:21 PST
Comment on attachment 4846 [details]
Adds support for on* event handlers to all svg tags, also adds CSS namespace

This simple patch adds on* support for all SVG tags, and also adds a namespace
to the SVG user agent css file per hyatt's request.
Comment 3 Darin Adler 2005-11-29 07:30:30 PST
Comment on attachment 4846 [details]
Adds support for on* event handlers to all svg tags, also adds CSS namespace

But I think the calls to createHTMLEventListener here are not good. See bug
5874 for details.