[Bug 7626] Spec says: "Note: Removing an event handler content attribute does not reset the corresponding event handler attribute.". In fact browsers will remove or "deactivate" the listener when you remove the HTML attribute. Some browsers reset it to null or undef

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





--- Comment #9 from Ian 'Hixie' Hickson <ian@hixie.ch>  2009-09-29 22:32:39 ---
Yeah, the spec now says that all event handler content attributes, on removal,
clear out there corresponding backing event handlers.


-- 
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, 29 September 2009 22:32:51 UTC