diff --git a/dom.bs b/dom.bs index 5a6b2a662..2df09cd8d 100644 --- a/dom.bs +++ b/dom.bs @@ -3407,10 +3407,10 @@ dictionary MutationObserverInit { to the presence of an elements attributes.
{{MutationObserverInit/elementLocalNameFilter}} -
Set to a list of element +
Set to a list of element local names (without namespace) to observe changes to the presence of specific element local names - if not all element local names need to be + if not all element local names need to be observed and {{MutationObserverInit/attributes}} is true or omitted.