- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 04 Oct 2016 06:57:07 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 4 October 2016 13:57:42 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. Is this actually how we would implement this in practice? It seems somewhat weird to use the `isTrusted` attribute. Also in part because I still don't quite know when it's set and when it's not. Does `element.click()` set it? -- 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 Tuesday, 4 October 2016 13:57:42 UTC