Skip to content

Commit d00431a

Browse files
author
arottier
committed
fix element refs
1 parent 19960d9 commit d00431a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dom.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3407,10 +3407,10 @@ dictionary MutationObserverInit {
34073407
to the presence of an elements <a>attributes</a>.
34083408

34093409
<dt>{{MutationObserverInit/elementLocalNameFilter}}
3410-
<dd>Set to a list of <a>element</a>
3410+
<dd>Set to a list of <a for=/>element</a>
34113411
<a for=Element>local names</a> (without <a for=Attr>namespace</a>) to observe
34123412
changes to the presence of specific <a>element</a> <a for=Element>local names</a>
3413-
if not all <a>element</a> <a for=Element>local names</a> need to be
3413+
if not all <a for=/>element</a> <a for=Element>local names</a> need to be
34143414
observed and {{MutationObserverInit/attributes}} is true
34153415
or omitted.
34163416
</dl>

0 commit comments

Comments
 (0)