diff --git a/dom.bs b/dom.bs index 2634ad032..4ce5f878a 100644 --- a/dom.bs +++ b/dom.bs @@ -1549,6 +1549,13 @@ and an optional legacyOutputDidListenersThrowFlag, run these steps: +
Let targetGlobal be event's {{Event/currentTarget}}'s + relevant global object. + +
If targetGlobal is a {{Window}} object and targetGlobal's
+ associated Document
is not fully active, then
+ continue.
+
Let global be listener callback's associated Realm's global object.