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

It seems like [V8AbstractEventListener.cpp](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp?q=V8AbstractEventListener::InvokeEventHandler&sq=package:chromium&l=120) saves `window.event` before invoking the listener and then always restores it to the old value on exit. Any change to `window.event` that resulted from the event handler being called would be clobbered.

-- 
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-379285460

Received on Friday, 6 April 2018 15:17:30 UTC