- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 12 Aug 2020 16:01:27 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 August 2020 23:01:43 UTC
@rniwa commented on this pull request. > + + <li><p>Let <var>filterRemovedNodes</var> be an empty <a for=/>list</a>. + + <li> + <p>For each <var>node</var> in <var>addedNodes</var></a>. + + <li> + <p>If none of the following are true + + <ul class=brief> + <li>if <var>options</var>'s + {{MutationObserverInit/elementLocalNameFilter}} is present, and + "<code>node.localName</code>" is in {{MutationObserverInit/elementLocalNameFilter}} + + <li><var>options</var>'s {{MutationObserverInit/elementHasAttributeNameFilter}} is + present,and <var>options</var>'s {{MutationObserverInit/elementHasAttributeNameFilter}} Nit: Need a space after ",". -- 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/885#pullrequestreview-466333002
Received on Wednesday, 12 August 2020 23:01:43 UTC