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