- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 31 Aug 2020 03:53:39 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 August 2020 10:53:51 UTC
@annevk commented on this pull request. > @@ -3398,6 +3400,19 @@ dictionary MutationObserverInit { <a>attribute</a> mutations need to be observed and {{MutationObserverInit/attributes}} is true or omitted. + + <dt>{{MutationObserverInit/elementFilterByAttribute}} + <dd>Set to a list of <a>attribute</a> + <a for=Attr>local names</a> (without <a for=Attr>namespace</a>) to observe changes + to the presence of an elements <a>attributes</a>. + + <dt>{{MutationObserverInit/elementLocalNameFilter}} + <dd>Set to a list of <a>element</a> You want `<a for=/>element</a>` since there are multiple element definitions. -- 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-478508563
Received on Monday, 31 August 2020 10:53:51 UTC