- From: smaug---- <notifications@github.com>
- Date: Tue, 13 Dec 2022 15:02:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 December 2022 23:02:40 UTC
@smaug---- commented on this pull request. > + <p>If none of the following are true + + <ul class=brief> + <li><var>options</var>'s {{MutationObserverInit/elementFilter}} is present, and the + <a>node</a>'s <var>localName</var> is in {{MutationObserverInit/elementFilter}} + + <li><var>options</var>'s {{MutationObserverInit/elementByAttributeFilter}} is present, and + <var>options</var>'s {{MutationObserverInit/elementByAttributeFilter}} contains any of the + attribute names in <var>nodeAttributesList</var> + </ul> + + <p>then <a for=list>append</a> <var>node</var> to <var>filterRemovedNodes</var>. + </ol> + + <li><p>Assert: either <var>filteredAddedNodes</var> or <var>filteredRemovedNodes</var> + <a for=set>is not empty</a>. How can we assert this? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/885#pullrequestreview-1216543541 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/885/review/1216543541@github.com>
Received on Tuesday, 13 December 2022 23:02:40 UTC