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 @@ -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
69226923return 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
69306927are:
69316928
You can’t perform that action at this time.
0 commit comments