Skip to content

Commit 60f800c

Browse files
committed
Revert changes to setAttributeNode and setAttributeNodeNS method steps
1 parent 2dcfd6f commit 60f800c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: dom.bs

+2-5
Original file line numberDiff line numberDiff line change
@@ -6918,14 +6918,11 @@ method steps are to return the result of
69186918
<a lt="get an attribute by namespace and local name">getting an attribute</a> given
69196919
<var>namespace</var>, <var>localName</var>, and <a>this</a>.
69206920

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

6925-
<p>The <dfn method for=Element><code>setAttributeNodeNS(<var>attr</var>)</code></dfn> methods steps are to
6926-
return the result of <a lt="set an attribute">setting an attribute</a> given <var>attr</var>,
6927-
<a>this</a>.
6928-
69296926
<p>The <dfn method for=Element><code>removeAttributeNode(<var>attr</var>)</code></dfn> method steps
69306927
are:
69316928

0 commit comments

Comments
 (0)