- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 10 Sep 2020 03:16:06 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 September 2020 10:16:18 UTC
@annevk commented on this pull request. > @@ -3320,6 +3320,8 @@ dictionary MutationObserverInit { boolean attributeOldValue; boolean characterDataOldValue; sequence<DOMString> attributeFilter; + sequence<DOMString> elementFilterByAttribute; + sequence<DOMString> elementLocalNameFilter; Also, @smaug---- suggested that maybe all filters should end with `Filter`, which seems reasonable. That would suggest `elementByAttributeFilter` and `elementFilter` to me. -- 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#discussion_r486225314
Received on Thursday, 10 September 2020 10:16:18 UTC