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

https://w3c.github.io/uievents/#trusted-events
https://w3c.github.io/uievents/#default-action

If one starts reading at https://dom.spec.whatwg.org/#dom-eventtarget-dispatchevent there is no way to discover that click events are special. Probably it should be handled in the dispatch algorithm itself, or perhaps there should be an explicit extension point that UI Events could use.

Related to https://github.com/w3c/uievents/issues/104 and https://github.com/w3c/uievents/issues/106

@travisleithead @garykac @dtapuska @RByers

-- 
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

Received on Friday, 2 September 2016 09:38:51 UTC