Bug 5876 - WebKit+SVG should support on* event attributes
Summary: WebKit+SVG should support on* event attributes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 03:51 PST by Eric Seidel (no email)
Modified: 2005-11-29 16:11 PST (History)
0 users

See Also:


Attachments
Adds support for on* event handlers to all svg tags, also adds CSS namespace (2.29 KB, patch)
2005-11-29 03:51 PST, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.