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

hayatoito commented on this pull request.



> @@ -1201,6 +1201,9 @@ for discussion).
  <a>relatedTarget</a> against <var>target</var> if <var>event</var>'s <a>relatedTarget</a> is
  non-null, and null otherwise.
 
+ <li><p>If <var>event</var>'s {{Event/isTrusted}} attribute is true and <var>target</var> and
+ <var>relatedTarget</var> are identical, terminate these steps.

Is that okay to terminate these steps without a return value?
That would be no difference in practice, but I am not sure what is the best.

-- 
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#pullrequestreview-2648799

Received on Tuesday, 4 October 2016 04:54:47 UTC