- From: smaug---- <notifications@github.com>
- Date: Fri, 15 Apr 2016 10:28:53 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 15 April 2016 17:29:23 UTC
no idea. I wasn't asking that. I was just asking what the implementation actually does.
Like, what happens if one does
var e = new Event("foo"); e.cancelBubble = true; target.dispatchEvent(e);
I was asking mainly because AT_TARGET is special. Even though an listener is added to capture phase, listener AT_TARGET is called.
---
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/211#issuecomment-210555552
Received on Friday, 15 April 2016 17:29:23 UTC