- From: Hayato Ito <notifications@github.com>
- Date: Thu, 13 Oct 2016 18:59:37 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 14 October 2016 02:00:14 UTC
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> is
+ <var>relatedTarget</var>, then terminate these steps.
> Also, this would affect every UI event dispatch beyond just ones inside shadow trees
UA's UI Event which happens in a document tree never meets this condition.
Could you have an example of an UA's event which happens in a document tree which meets this condition?
--
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
Received on Friday, 14 October 2016 02:00:14 UTC