Re: [whatwg/dom] Standardize srcElement, returnValue, and window.event (#334)

An event listener can be a non-function object, but it seems that per https://heycam.github.io/webidl/#call-a-user-objects-operation and https://heycam.github.io/webidl/#dfn-associated-realm we already "monkey patch" ECMAScript to add this concept for all objects...

I guess if we're sure that's not going away and everyone is okay with using that we could, though no implementer does so currently (there's a test for that in the aforementioned PR as well).

-- 
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/334#issuecomment-380119472

Received on Tuesday, 10 April 2018 14:27:08 UTC