Skip to content

Commit

Permalink
fix element refs
Browse files Browse the repository at this point in the history
  • Loading branch information
arottier committed Aug 31, 2020
1 parent 19960d9 commit d00431a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3407,10 +3407,10 @@ dictionary MutationObserverInit {
to the presence of an elements <a>attributes</a>.

<dt>{{MutationObserverInit/elementLocalNameFilter}}
<dd>Set to a list of <a>element</a>
<dd>Set to a list of <a for=/>element</a>
<a for=Element>local names</a> (without <a for=Attr>namespace</a>) to observe
changes to the presence of specific <a>element</a> <a for=Element>local names</a>
if not all <a>element</a> <a for=Element>local names</a> need to be
if not all <a for=/>element</a> <a for=Element>local names</a> need to be
observed and {{MutationObserverInit/attributes}} is true
or omitted.
</dl>
Expand Down

0 comments on commit d00431a

Please sign in to comment.