- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 23 Mar 2018 08:04:41 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 March 2018 08:05:06 UTC
annevk commented on this pull request. > @@ -3321,9 +3322,10 @@ method, when invoked, must run these steps: <a for="registered observer">observer</a> is the <a>context object</a>: <ol> - <li><p>Remove all <a>transient registered observers</a> whose <b>source</b> is - <var>registered</var>. - <!-- XXX remove from where? --> + <li><p><a for=list>For each</a> <var>node</var> of the <a>context object</a>'s + <a for=MutationObserver>node list</a>, <a for=list>remove</a> all + <a>transient registered observers</a> whose <a for="transient registered observers">source</a> is + <var>registered</var> from <var>node</var>'s <a>registered observer list</a>. Can you be more specific? I can't really find anything odd. -- 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/609#discussion_r176661180
Received on Friday, 23 March 2018 08:05:06 UTC