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

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

The PR does not have an intention to distinguish UI events or not. That is not what we agreed at all.
This PR is just a bug fix which I introduced in upstreaming Shadow DOM into DOM Standard in the past, where whether having relatedTarget or not matters.

Could you file another bug if you have another proposal? We should not discuss this behavior in this PR because it is the new proposal which we have not heard.



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

Received on Monday, 17 October 2016 00:04:47 UTC