Skip to content

Commit 2075acd

Browse files
committed
Remove early return when setting an existing attribute value and the attribute moves elements during the TT callback
1 parent 383d39c commit 2075acd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dom.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8059,9 +8059,6 @@ string <var>value</var>, run these steps:
80598059
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is null, then set <var>attribute</var>'s
80608060
<a for=Attr>value</a> to <var>verifiedValue</var>, and return.
80618061

8062-
<li><p>If <var>attribute</var>'s <a for=Attr>element</a> is not <var>element</var>, then
8063-
return.
8064-
80658062
<li><p><a lt="change an attribute">Change</a> <var>attribute</var> to <var>verifiedValue</var>.
80668063
</ol>
80678064
</ol>

0 commit comments

Comments
 (0)