Skip to content

Commit 51b09e4

Browse files
committed
Swap value to verifiedValue
1 parent 6b2fff6 commit 51b09e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dom.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7582,7 +7582,7 @@ string <var>value</var>, run these steps:
75827582
given <var>value</var>, <var>attribute</var>, and <a>this</a>.
75837583

75847584
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is null, then set <var>attribute</var>'s
7585-
<a for=Attr>value</a> to <var>value</var>, and return.
7585+
<a for=Attr>value</a> to <var>verifiedValue</var>, and return.
75867586

75877587
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>originalElement</var>, then
75887588
return.

0 commit comments

Comments
 (0)