From d00431a58bacaef61c8d3f0f0362d7d1868c3c75 Mon Sep 17 00:00:00 2001 From: arottier Date: Mon, 31 Aug 2020 11:58:10 -0400 Subject: [PATCH] fix element refs --- dom.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.