[whatwg/dom] Define special dispatch behavior for click events (#342)

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