Skip to content

Commit bb8076c

Browse files
author
arottier
committed
fix method to get attribute names
1 parent 2e8bd5d commit bb8076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3627,7 +3627,7 @@ run these steps:
36273627
{{MutationObserverInit/elementHasAttributeNameFilter}} is present, then:
36283628

36293629
<ol>
3630-
<li><p>Let <var>nodeAttributesList</var> be <var>nodeAttributesList</var> of the node's attributes, "<code>node.attributes.keys</code>".
3630+
<li><p>Let <var>nodeAttributesList</var> be <var>nodeAttributesList</var> of the node's attributes, "<code>node.getAttributeNames()</code>".
36313631

36323632
<li><p>Let <var>filteredAddedNodes</var> be an empty <a for=/>list</a>.
36333633

0 commit comments

Comments
 (0)