Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53722,8 +53722,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
<code>CommandEvent</code>, with its <code data-x="dom-CommandEvent-command">command</code>
attribute initialized to <var>command</var>, its <code
data-x="dom-CommandEvent-source">source</code> attribute initialized to <var>element</var>,
and its <code data-x="dom-Event-cancelable">cancelable</code> and <code
data-x="dom-Event-composed">composed</code> attributes initialized to true.</p>
its <code data-x="dom-Event-cancelable">cancelable</code> attribute initialized to true, and
its <code data-x="dom-Event-composed">composed</code> attribute initialized to false.</p>

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