From efdd183a1d9b5a9cd7e9cff184a8499b7633930e Mon Sep 17 00:00:00 2001
From: Yoshisato Yanagisawa
a listener, which is either null or an +
a listener, which is either null or an
event listener responsible for running the event handler
processing algorithm. Initially, an event handler's listener must be
@@ -102097,7 +102097,7 @@ import "https://example.com/foo/../module2.mjs";
Each Each
EventTarget object that has one or more event handlers specified
- has an associated event handler map, which is a map
+ has an associated event handler map, which is a map
of strings representing names of event
handlers to event handlers.
EventTarget object that has one or more event handlers specified
- has an associated event handler map, which is a map
- of strings representing names of event
- handlers to event handlers.
When an EventTarget object that has one or more event handlers
specified is created, its event handler map must be initialized such that it contains
From 3442ad8f1224b4bdf1cd0ede54a208c1e4303859 Mon Sep 17 00:00:00 2001
From: Yoshisato Yanagisawa
a listener, which is either null or an - event listener responsible for running the event handler - processing algorithm. Initially, an listener, which is + either null or an event listener responsible for running the + event handler processing algorithm. Initially, an event handler's listener must be set to null.
Each EventTarget object that has one or more event handlers specified
- has an associated event handler map, which is a map of strings representing names of
- event handlers to event handlers.
When an EventTarget object that has one or more event handlers
specified is created, its event handler map must be initialized such that it contains