[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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu,
                   |                            |cam@mcc.id.au,
                   |                            |Olli.Pettay@gmail.com

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2011-07-28 21:49:12 UTC ---
In particular, per current spec text this will throw on setting:

  document.body.onclick = 3;

but what actually happens in Gecko is that the expando is just set to 3, and in
Presto and WebKit this sets document.body.onclick to null....

I will probably implement this last in Gecko as well.

-- 
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 Thursday, 28 July 2011 21:49:17 UTC