I read the latest DOM specification, which is under draft, that the new DOM model provides APIs for checking dynamically added event handlers. I couldn’t find the link to that site and didn’t find it using google. Does anyone has the link?
Share
It sounds like you’re looking for the Document Object Model (DOM) Technical Reports page. That page contains links to all the specifications for DOM levels 1, 2, and 3, plus associated information.
In particular, it sounds like you would be most interested in the Document Object Model (DOM) Level 3 Events Specification.