File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6918,14 +6918,11 @@ method steps are to return the result of
6918
6918
<a lt="get an attribute by namespace and local name">getting an attribute</a> given
6919
6919
<var> namespace</var> , <var> localName</var> , and <a>this</a> .
6920
6920
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
6922
6923
return the result of <a lt="set an attribute">setting an attribute</a> given <var> attr</var> and
6923
6924
<a>this</a> .
6924
6925
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
-
6929
6926
<p> The <dfn method for=Element><code>removeAttributeNode(<var>attr</var>)</code></dfn> method steps
6930
6927
are:
6931
6928
You can’t perform that action at this time.
0 commit comments