Skip to content

Commit 4ed8160

Browse files
committed
Set attr's value to verifiedValue before attribute change steps are fired.
1 parent aaaae9c commit 4ed8160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dom.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7015,13 +7015,13 @@ string <var>namespace</var> (default null):</p>
70157015

70167016
<li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.
70177017

7018+
<li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
7019+
70187020
<li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a>
70197021
<var>oldAttr</var> with <var>attr</var>.
70207022

70217023
<li><p>Otherwise, <a lt="append an attribute">append</a> <var>attr</var> to <var>element</var>.
70227024

7023-
<li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
7024-
70257025
<li><p>Return <var>oldAttr</var>.
70267026
</ol>
70277027
</div>

0 commit comments

Comments
 (0)