- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 14 Mar 2018 00:56:49 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 March 2018 07:57:41 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. I was thinking that since those lists are all immutable, a flattened list backing them is fine, but that only works if retargeting is consistent regardless of which list. -- 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_r174375641
Received on Wednesday, 14 March 2018 07:57:41 UTC