Skip to content

Commit

Permalink
Revert changes to setAttributeNode and setAttributeNodeNS method steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Apr 22, 2024
1 parent ee9915e commit 53248c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6915,14 +6915,11 @@ method steps are to return the result of
<a lt="get an attribute by namespace and local name">getting an attribute</a> given
<var>namespace</var>, <var>localName</var>, and <a>this</a>.

<p>The <dfn method for=Element><code>setAttributeNode(<var>attr</var>)</code></dfn> methods steps are to
<p>The <dfn method for=Element><code>setAttributeNode(<var>attr</var>)</code></dfn> and
<dfn method for=Element><code>setAttributeNodeNS(<var>attr</var>)</code></dfn> methods steps are to
return the result of <a lt="set an attribute">setting an attribute</a> given <var>attr</var> and
<a>this</a>.

<p>The <dfn method for=Element><code>setAttributeNodeNS(<var>attr</var>)</code></dfn> methods steps are to
return the result of <a lt="set an attribute">setting an attribute</a> given <var>attr</var>,
<a>this</a>.

<p>The <dfn method for=Element><code>removeAttributeNode(<var>attr</var>)</code></dfn> method steps
are:

Expand Down

0 comments on commit 53248c1

Please sign in to comment.