- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 05 Oct 2016 02:11:07 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 5 October 2016 09:11:44 UTC
annevk 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.
That is not a normative description of `isTrusted` though. That's just sort of what it does. We don't really have a normative description anywhere. It's currently left to those dispatching events in various specifications.
I thought maybe the ECMAScript stack being empty would be it, but `postMessage()` results in untrusted events, so that's not it either.
--
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 Wednesday, 5 October 2016 09:11:44 UTC