Skip to content

Commit eb1b546

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dom.bs

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

71337133
<li><p>If <var>oldAttr</var> is <var>attr</var>, return <var>attr</var>.
71347134

7135+
<li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
7136+
71357137
<li><p>If <var>oldAttr</var> is non-null, then <a lt="replace an attribute">replace</a>
71367138
<var>oldAttr</var> with <var>attr</var>.
71377139

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

7140-
<li><p>Set <var>attr</var>'s <a for=Attr>value</a> to <var>verifiedValue</var>.
7141-
71427142
<li><p>Return <var>oldAttr</var>.
71437143
</ol>
71447144
</div>

0 commit comments

Comments
 (0)