Skip to content

Commit 787316d

Browse files
authored
Make command events not composed
Tests: web-platform-tests/wpt#52276. Closes #11148.
1 parent 911f6bb commit 787316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53637,8 +53637,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5363753637
<code>CommandEvent</code>, with its <code data-x="dom-CommandEvent-command">command</code>
5363853638
attribute initialized to <var>command</var>, its <code
5363953639
data-x="dom-CommandEvent-source">source</code> attribute initialized to <var>element</var>,
53640-
and its <code data-x="dom-Event-cancelable">cancelable</code> and <code
53641-
data-x="dom-Event-composed">composed</code> attributes initialized to true.</p>
53640+
and its <code data-x="dom-Event-cancelable">cancelable</code> attribute initialized to
53641+
true.</p>
5364253642

5364353643
<p class="XXX"><a href="https://github.com/whatwg/dom/issues/1328">DOM standard issue
5364453644
#1328</a> tracks how to better standardize associated event data in a way which makes sense on

0 commit comments

Comments
 (0)