You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the attributesFilter property is used for a MutationObserver, attributes with namespaces are unconditionally excluded from getting mutation records:
This is by design. We'd have to extend attributeFilter to also support namespaced attributes. For however long this feature has existed there have been no requests for that, but it's certainly possible to add.
What is the issue with the DOM Standard?
When the attributesFilter property is used for a MutationObserver, attributes with namespaces are unconditionally excluded from getting mutation records:
https://dom.spec.whatwg.org/#queueing-a-mutation-record
I don't know any of the history here, but this capability was asked for here: https://issues.chromium.org/issues/392661412
The text was updated successfully, but these errors were encountered: