- From: Ryosuke Niwa <notifications@github.com>
- Date: Mon, 03 Oct 2016 02:49:00 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 3 October 2016 09:49:29 UTC
This is not a thing the generic event dispatch algorithm should be dealing with, the same way `composed` flag shouldn't be inferred by the type of the event we're firing. Instead, we need to update UI events spec so that we don't fire events when `relatedTarget` is inside a shadow tree of `target`. -- 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/pull/336#issuecomment-251067202
Received on Monday, 3 October 2016 09:49:29 UTC