- From: Sergey Ilinsky <sergey@ilinsky.com>
- Date: Fri, 24 Sep 2010 21:09:39 +0200
- To: www-dom@w3.org
Received on Friday, 24 September 2010 20:36:29 UTC
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?
Sergey/
Received on Friday, 24 September 2010 20:36:29 UTC