Re: [whatwg/dom] Add new mutation observer init options elementHasAttributeNameFilter and elementLocalNameFilter (#885)

@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