- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 06 Dec 2016 17:28:16 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 7 December 2016 01:28:49 UTC
We generally moved away from default actions being a thing since the API doesn't see them that way. That is, the event flow works like this: ```js if(target.dispatchEvent(event)) someAction() ``` So _event_ cannot really know about the action that might occur unless we pass that along as state somehow. -- 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/382#issuecomment-265328219
Received on Wednesday, 7 December 2016 01:28:49 UTC