From 74949fe60da1037650350cd533ec2ed668a080f5 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Mon, 25 Nov 2024 16:59:08 +0000 Subject: [PATCH] backlink dom#1328 to the CommandEvent source getter steps --- source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source b/source index 845b333f17a..6f9536ab7e2 100644 --- a/source +++ b/source @@ -79941,6 +79941,11 @@ dictionary CommandEventInit : EventInit { data-x="dom-CommandEvent-source">source against this's currentTarget.

+

Issue #1328 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.

+

Focus