Skip to content

Commit 4f44f70

Browse files
authored
Add connected check after firing command event
Tests: web-platform-tests/wpt#50871. Fixes #11043.
1 parent fc9a349 commit 4f44f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source

+2
Original file line numberDiff line numberDiff line change
@@ -53666,6 +53666,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5366653666

5366753667
<li><p>If <var>continue</var> is false, then return.</p></li>
5366853668

53669+
<li><p>If <var>target</var> is not <span>connected</span>, then return.</p></li>
53670+
5366953671
<li><p>If <var>command</var> is in the <span
5367053672
data-x="attr-button-command-custom-state">Custom</span> state, then return.</p></li>
5367153673

0 commit comments

Comments
 (0)