Skip to content

Commit 53248c1

Browse files
committed
Revert changes to setAttributeNode and setAttributeNodeNS method steps
1 parent ee9915e commit 53248c1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dom.bs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6915,14 +6915,11 @@ method steps are to return the result of
69156915
<a lt="get an attribute by namespace and local name">getting an attribute</a> given
69166916
<var>namespace</var>, <var>localName</var>, and <a>this</a>.
69176917

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

6922-
<p>The <dfn method for=Element><code>setAttributeNodeNS(<var>attr</var>)</code></dfn> methods steps are to
6923-
return the result of <a lt="set an attribute">setting an attribute</a> given <var>attr</var>,
6924-
<a>this</a>.
6925-
69266923
<p>The <dfn method for=Element><code>removeAttributeNode(<var>attr</var>)</code></dfn> method steps
69276924
are:
69286925

0 commit comments

Comments
 (0)