- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Mar 2018 04:24:50 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 March 2018 11:25:16 UTC
annevk commented on this pull request. > </ol> - <li><p>Otherwise, if <var>parent</var> and <var>relatedTarget</var> are identical, then set - <var>parent</var> to null. + <li><p>Otherwise, if <var>relatedTargets</var> <a for=list>contains</a> <var>parent</var>, then + set <var>parent</var> to null. (The alternative option is that we keep one slot but branch on event interface, but that seems a little icky, but let me know if you'd prefer that.) -- 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/585#discussion_r174094856
Received on Tuesday, 13 March 2018 11:25:16 UTC