Re: [whatwg/dom] Shadow: Update the behavior of event dispatch when target and related… (#336)

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