Re: [whatwg/dom] Define how script-created click events are special during dispatch (#325)

This basically means refactoring HTML too, for its "run post-click activation steps". I noticed HTML has "run pre-click activation steps" too, which are defined for `<input type=checkbox>` and `<input type=radio>`.

And per http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4567 it seems these are run for all synthetic `click` events (as long as they implement the `MouseEvent` interface).

So maybe I should just integrate what HTML already defines, pre-click activation steps and activation behavior, and then update HTML to remove some of the redundancy. That seems like the easy way out here.

-- 
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/issues/325#issuecomment-252894061

Received on Tuesday, 11 October 2016 11:40:56 UTC