- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 11 Oct 2016 07:06:44 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 11 October 2016 14:07:29 UTC
User agents have always had special behavior for synthetic click
events. This is discussed to great extent in
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12230.
This change introduces the hooks to no longer make that magical, but an
understood and integral part of the processing model, ugly as it is.
This changes requires corresponding changes and cleanup in HTML.
Fixes #325.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/dom/pull/342
-- Commit Summary --
* Define special dispatch behavior for click events
-- File Changes --
M dom.bs (16)
M dom.html (10)
-- Patch Links --
https://github.com/whatwg/dom/pull/342.patch
https://github.com/whatwg/dom/pull/342.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/342
Received on Tuesday, 11 October 2016 14:07:29 UTC