[Bug 13684] Remove "Note: Event handlers therefore always run before event listeners attached using addEventListener()."

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

--- Comment #5 from Boris Zbarsky <bzbarsky@mit.edu> 2011-08-07 02:19:40 UTC ---
> I couldn't figure out what in the spec leads to "therefore always".

This bit:

  All event handlers on an object, whether an element or some other object, and
  whether set to null or to a Function object, must be registered as event
  listeners on the object when it is created

which means ipso facto that they're registered before any other event listeners
(since those can't be registered before the object is created).

-- 
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 Sunday, 7 August 2011 02:19:44 UTC