[1]
[CITE@en[ISSUE-77 - Web APIs - Public View]] ([CODE[2007-03-25 14:48:52 +09:00]] 版) <http://www.w3.org/2006/webapi/track/issues/77>
([[名無しさん]])

[2]
2003年の [[DOM WG]] [[Note]] の [[DOM水準3]] [[事象]]によれば、
[CODE(DOMm)@en[[[removeEventListener]]]] は [CODE(DOMi)@en[[[EventListener]]]]
が登録された[[事象]]の[[局所名]]が一致するいずれかまたは全部を削除する ([[実装依存]])
とされていました。
([[名無しさん]])


[3]
[[Web API WG]] の[[DOM水準3]] [[事象]]によれば、
[CODE(DOMm)@en[[[removeEventListener]]]] は
[CODE(DOM)@en[[[null]]]] [[名前空間]]が指定されたものとして処理します。

[4] [CITE[IRC logs: freenode / #whatwg / 20130724]]
( ([TIME[2013-07-26 16:04:06 +09:00]] 版))
<http://krijnhoetmer.nl/irc-logs/whatwg/20130724#l-613>


[5] [CITE[XML Events 2]]
( ([TIME[2010-12-18 05:25:20 +09:00]] 版))
<http://www.w3.org/TR/xml-events2/#section-removeEventListener-element>

[6] [CITE@en[Fix #84: event listeners can be removed but not added during invocation · whatwg/dom@02710dd]]
([TIME[2015-11-23 17:49:31 +09:00]] 版)
<https://github.com/whatwg/dom/commit/02710dd77e89586ad78b9bce0a3b6fe5f9b2ad19>

[7] [CITE@en[Close #155: change addEventListener()/removeEventListener() for servi… · whatwg/dom@5666670]]
([TIME[2016-02-06 12:40:46 +09:00]] 版)
<https://github.com/whatwg/dom/commit/5666670a6517b870197e8ec64197957f2882f531>

[8] [CITE@en[Proposal: Optimized No-Fetch Service Workers · Issue #718 · slightlyoff/ServiceWorker]]
([TIME[2016-02-06 12:42:35 +09:00]] 版)
<https://github.com/slightlyoff/ServiceWorker/issues/718>

[9] [CITE@en[Add EventListenerOptions and passive event listener feature · whatwg/dom@253a21b]]
([TIME[2016-02-14 23:41:33 +09:00]] 版)
<https://github.com/whatwg/dom/commit/253a21b8e78e37447c47983916a7cf39c4f6a3c5>

[10] [CITE@en[Enable an event listener to be invoked just once · whatwg/dom@e002d78]]
([TIME[2016-04-25 18:35:44 +09:00]] 版)
<https://github.com/whatwg/dom/commit/e002d7811533e276c9927b237748c4e170f4cb10>

[11] [CITE@en[Remove passive as event listener key · whatwg/dom@a13a3c7]]
([TIME[2016-04-25 21:21:33 +09:00]] 版)
<https://github.com/whatwg/dom/commit/a13a3c7fc14732691b50c51316b16de0915a61f2>

[12] [CITE@en[Specify global object references in more detail]]
([[annevk]]著, [TIME[2016-08-17 19:43:59 +09:00]])
<https://github.com/whatwg/dom/commit/fa8adb6cd107cd845feaeb71c9da208971b670ca>

[13] [CITE@en[Editorial: add "add an event listener" hook]]
([[annevk]]著, [TIME[2018-03-14 17:40:36 +09:00]])
<https://github.com/whatwg/dom/commit/2bdabb15de8112d9783cf393a3d6c37911149f77>

[14] [CITE@en[Introduce "remove all event listeners" primitive]]
([[annevk]]著, [TIME[2018-05-01 02:31:59 +09:00]])
<https://github.com/whatwg/dom/commit/21e7ec3570168374c84e44adc5a3b53daa18a9ce>

[15] [CITE@en[Introduce "remove all event listeners" primitive]]
([[annevk]]著, [TIME[2018-05-01 02:31:59 +09:00]])
<https://github.com/whatwg/dom/commit/21e7ec3570168374c84e44adc5a3b53daa18a9ce>

[16] [CITE@en[Introduce "remove all event listeners" primitive by annevk · Pull Request #641 · whatwg/dom]]
([TIME[2018-05-03 10:46:40 +09:00]])
<https://github.com/whatwg/dom/pull/641>

[17] [CITE@en[Clarify document.open() event listener removal]]
([[annevk]]著, [TIME[2018-05-02 18:16:11 +09:00]])
<https://github.com/whatwg/html/commit/d5903c45237223c9b57aca1c4271414232be7209>

[18] [CITE@en[It is unclear whether "Unregister all event listeners registered on the Document node and its descendants." means also nodes in shadow DOM · Issue #2302 · whatwg/html]]
([TIME[2018-05-03 10:50:16 +09:00]])
<https://github.com/whatwg/html/issues/2302>

[19] [CITE@en[Clarify document.open() event listener removal by annevk · Pull Request #3653 · whatwg/html]]
([TIME[2018-05-03 10:51:44 +09:00]])
<https://github.com/whatwg/html/pull/3653>

[20] [CITE@en[Revise event listener removal in document.open()]]
([[TimothyGu]]著, [TIME[2018-08-10 05:50:45 +09:00]])
<https://github.com/whatwg/html/commit/823f4bcb5a4d80b231c81503dbc7c71c209617e5>

[21] [CITE@en[Add a note about duplicate event listeners for removeEventListener()]]
([[LukeZielinski]]著, [TIME[2019-01-11 20:20:11 +09:00]])
<https://github.com/whatwg/dom/commit/f97b360b5b65901cd18e42680dba33f99cce848c>

[22] [CITE@en[Order of "contains" in removeEventListener · Issue #664 · whatwg/dom]]
([TIME[2019-06-01 11:46:30 +09:00]])
<https://github.com/whatwg/dom/issues/664>

[23] [CITE@en[Add a note about duplicate event listeners for removeEventListener by LukeZielinski · Pull Request #722 · whatwg/dom]]
([TIME[2019-06-01 11:46:47 +09:00]])
<https://github.com/whatwg/dom/pull/722>

[24] [CITE@en[Add a note about duplicate event listeners for removeEventListener by LukeZielinski · Pull Request #722 · whatwg/dom]]
([TIME[2019-06-01 11:46:58 +09:00]])
<https://github.com/whatwg/dom/pull/722>

[25] [CITE@en[Change add/remove event listener behavior for service workers]]
([[jungkees]], [TIME[2019-11-04 18:16:02 +09:00]], [TIME[2021-03-06T02:42:26.000Z]])
<https://github.com/whatwg/dom/commit/7a48d64b41c586afc2e57d25eab99e8cfba5de1a>

[26] [CITE@en[Change add/remove event listener behavior for service workers by jungkees · Pull Request #653 · whatwg/dom]]
([TIME[2021-03-06T02:51:13.000Z]])
<https://github.com/whatwg/dom/pull/653>