[Bug 13433] Using "Function?" for the on* IDL attribute type doesn't seem to match implementations on setting

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