Re: [whatwg/dom] Allow an EventTarget to provide the default value of the AddEventListenerOptions (#365)

The way we need to make that work is by updating DOM and HTML. DOM needs to have an abstract algorithm that `addEventListener()` invokes (and I guess the same for `removeEventListener()`). And HTML needs to start using that algorithm for event handler attributes rather than directly manipulating event listeners.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/365#issuecomment-259726100

Received on Thursday, 10 November 2016 15:53:02 UTC