[Bug 13684] Event handler attributes should reregister each time they are changed (?)

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

--- Comment #13 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-09-21 17:28:04 UTC ---
Setting on* to a function foo does not register a listener for foo. The
listener that is actually registered is an anonymous function that then calls
foo. So there's no conflict with aEL() here.

-- 
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 Wednesday, 21 September 2011 17:28:06 UTC