We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8bd5d commit bb8076cCopy full SHA for bb8076c
dom.bs
@@ -3627,7 +3627,7 @@ run these steps:
3627
{{MutationObserverInit/elementHasAttributeNameFilter}} is present, then:
3628
3629
<ol>
3630
- <li><p>Let <var>nodeAttributesList</var> be <var>nodeAttributesList</var> of the node's attributes, "<code>node.attributes.keys</code>".
+ <li><p>Let <var>nodeAttributesList</var> be <var>nodeAttributesList</var> of the node's attributes, "<code>node.getAttributeNames()</code>".
3631
3632
<li><p>Let <var>filteredAddedNodes</var> be an empty <a for=/>list</a>.
3633
0 commit comments