We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2bccd commit eb1b546Copy full SHA for eb1b546
dom.bs
@@ -7132,13 +7132,13 @@ string <var>namespace</var> (default null):</p>
7132
7133
<li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.
7134
7135
+ <li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
7136
+
7137
<li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a>
7138
<var>oldAttr</var> with <var>attr</var>.
7139
7140
<li><p>Otherwise, <a lt="append an attribute">append</a> <var>attr</var> to <var>element</var>.
7141
- <li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
-
7142
<li><p>Return <var>oldAttr</var>.
7143
</ol>
7144
</div>
0 commit comments