Skip to content

Commit

Permalink
fix method to get attribute names
Browse files Browse the repository at this point in the history
  • Loading branch information
arottier committed Aug 12, 2020
1 parent 2e8bd5d commit bb8076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ run these steps:
{{MutationObserverInit/elementHasAttributeNameFilter}} is present, then:

<ol>
<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>".

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

Expand Down

0 comments on commit bb8076c

Please sign in to comment.