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

> @rniwa what do you suggest we do instead? And how would/do you implement this in WebKit?

I don't think this is a thing that belongs to the DOM specification. It should be specified in https://w3c.github.io/uievents/ which already specifies other conditions under which an event should be dispatched or not dispatched.

Adding this text to the DOM means that any event regardless of whether they're UI event or not would not be dispatched by UA if it happens to have a related target and it's equal to the target.

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

Received on Friday, 14 October 2016 23:00:49 UTC