- From: <bugzilla@jessica.w3.org>
- Date: Tue, 02 Aug 2011 13:39:51 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13433
--- Comment #17 from Boris Zbarsky <bzbarsky@mit.edu> 2011-08-02 13:39:49 UTC ---
> I get the same behavior for EventListener.
Tested how? This script:
try {
document.addEventListener(3, "load", false);
} catch (e) {
alert(e);
}
shows a conversion failure exception in Gecko, as expected, and has all along.
So I doubt sites depend on it working, unlike the on* case.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 2 August 2011 13:39:52 UTC