From e2d6c6085ac2221fd681b0083564cb6434cc65de Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Mon, 6 May 2019 19:57:44 +0100 Subject: [PATCH 1/2] Make "inner invoke" use "remove an event listener" --- dom.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index b64fdffc..80a58ea4 100644 --- a/dom.bs +++ b/dom.bs @@ -1568,8 +1568,8 @@ run these steps: capture is true, then continue.
  • If listener's once is true, then - remove listener from event's {{Event/currentTarget}} - attribute value's event listener list. + remove an event listener with the event's {{Event/currentTarget}} + and listener. From d20865635cc2bd2b17ad12c5287b4dd76f615bc1 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Sun, 12 May 2019 18:11:27 +0100 Subject: [PATCH 2/2] Justify abstraction use and update Acknowledgments --- dom.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index 80a58ea4..cefee5e0 100644 --- a/dom.bs +++ b/dom.bs @@ -1570,8 +1570,9 @@ run these steps:

  • If listener's once is true, then remove an event listener with the event's {{Event/currentTarget}} and listener. - +

  • Let global be listener callback's associated Realm's global object. @@ -10056,6 +10057,7 @@ Mike Champion, Mike Taylor, Mike West, Ojan Vafai, +Oliver Dunk, Oliver Nightingale, Olli Pettay, Ondřej Žára,