Skip to content

Commit

Permalink
backlink dom#1328 to the CommandEvent source getter steps
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 25, 2024
1 parent 0790c33 commit 74949fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79941,6 +79941,11 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
data-x="dom-CommandEvent-source">source</code> against <var>this</var>'s <code
data-x="dom-Event-currentTarget">currentTarget</code>.</p>

<p class="XXX"><a href="https://github.com/whatwg/dom/issues/1328">Issue #1328</a> tracks how to
better standardize associated event data in a way which makes sense on Events. Currently an event
attribute initialized to a value cannot also have a getter, and so an internal slot (or map of
additional fields) is required to properly specify this.</p>

<h3>Focus</h3>

<!-- https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2807 -->
Expand Down

0 comments on commit 74949fe

Please sign in to comment.