Re: [whatwg/dom] Do not dispatch a trusted event when target and reletedTarget are identical (#336)

@smaug---- I don't really understand what you're proposing. I'd think we want to make the specification match how this is actually implemented in practice. When implementation and specification diverge, there's often room for bugs.

@hayatoito we can't say "dispatched by the user agent" since that is too vague. It sounds like what @smaug---- is saying there is that `click()` is no different from dispatching a synthetic `MouseEvent` object whose name is `click`. If that is the case making sure that is defined correctly depends on #325 I think.

-- 
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/336#issuecomment-252895220

Received on Tuesday, 11 October 2016 11:47:25 UTC