Re: [whatwg/dom] Add a fully active check for EventTarget in event listener inner invoke (PR #1085)

@annevk commented on this pull request.

@smaug---- what do you think of this?

Was this tested for various kind of events, including synthetic events?

> @@ -1549,6 +1549,13 @@ and an optional <var>legacyOutputDidListenersThrowFlag</var>, run these steps:
    <!-- Do this before invocation to avoid reentrancy issues. No need to set removed to true since
         each listener in listeners is run once anyway. -->
 
+   <li><p>Let <var>targetGlobal</var> be <var>event</var>'s {{Event/currentTarget}}'s
+   <a>associated Realm</a>'s <a for=Realm>global object</a>.

Nit:
```suggestion
   <a>relevant global object</a>.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1085#pullrequestreview-1004243457
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1085/review/1004243457@github.com>

Received on Monday, 13 June 2022 12:26:31 UTC