[Bug 14428] Investigate if onfoo properties should be handled in a special way in interface.prototype

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14428

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2011-10-11 16:46:02 UTC ---
Note that Gecko's behavior here has nothing to do with the prototype.  We
simply treat a set as a no-op and return null on get if the |this| of the
getter/setter is not an instance of the right interface.  That includes
invoking the getter or setter on the prototype, but also on any other random
object.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 11 October 2011 16:46:05 UTC