- From: Web Applications Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Wed, 06 Oct 2010 06:49:03 +0000
- To: public-webapps@w3.org
ISSUE-145 (event handler ordering): Ordering event handlers registered by different means [DOM3 Events]
http://www.w3.org/2008/webapps/track/issues/145
Raised by: Doug Schepers
On product: DOM3 Events
Sergey Ilinsky in <http://lists.w3.org/Archives/Public/www-dom/2010JulSep/0192.html>:
[[
Has the issue of ordering execution of handlers added by the following means
been addressed?
a) node.oneventx = f;
b) node.setAttribute("eventx", f)
c) node.addEventListener("eventx", f)
There is a chance DOM Events is not a right place to specify this behaviour
but can the author then make sure this is specified somewhere else so that
the modern browsers would implement same behaviour?
]]
Received on Wednesday, 6 October 2010 06:49:05 UTC