- From: Luke Warlow <notifications@github.com>
- Date: Fri, 04 Jul 2025 13:41:53 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 4 July 2025 20:41:57 UTC
@lukewarlow commented on this pull request. > @@ -908,9 +908,14 @@ for historical reasons. <h3 id=interface-eventtarget>Interface {{EventTarget}}</h3> <pre class=idl> +[Exposed=*] +interface EventTargetInternals { + attribute EventTarget parent; +}; + > I think as long as the capability is only granted to whoever constructed the EventTarget object l'm okay, so alternative proposals welcome. Out of interest, why? Dom nodes can have their parent changed by someone other than the creator (by just moving the node in the Dom), so why does event target need to be protected? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1230#discussion_r2186092448 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1230/review/2988308437@github.com>
Received on Friday, 4 July 2025 20:41:57 UTC