WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
13447
DOM Event Listener doesn't support addEventListener for HTML events on EventTargetNode
https://bugs.webkit.org/show_bug.cgi?id=13447
Summary
DOM Event Listener doesn't support addEventListener for HTML events on EventT...
Andrew Wellington
Reported
2007-04-22 05:43:20 PDT
DOM Level 3 EventTarget requires that all Nodes support even registration:
http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-registration
Acid3 uses document.addEventListener which does not work in WebKit.
Attachments
Add attachment
proposed patch, testcase, etc.
Andrew Wellington
Comment 1
2007-04-22 06:51:11 PDT
Better description to actually describe the problem. We don't support HTML eventTypes.
Alexey Proskuryakov
Comment 2
2008-11-28 13:56:49 PST
Andrew, can this be closed now?
Alexey Shvayka
Comment 3
2020-04-17 15:12:39 PDT
As of
r260290
, WebKit's support of EventTarget & DOM Events is nearly perfect:
https://wpt.fyi/results/dom
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug