- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 18 Apr 2016 07:24:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 18 April 2016 14:24:52 UTC
Chrome sets the default prevented flag (`m_defaultPrevented`) to false in `initEvent()`, and if one sets `event.returnValue = true`. I guess it would make sense to reset that flag at the beginning of dispatch for the same reasons. --- 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/219#issuecomment-211402486
Received on Monday, 18 April 2016 14:24:52 UTC