Re: [w3c/webcomponents] "The event relatedTarget retargeting process must occur prior to dispatch of an event." (#485)

Oh. Now I think I understand the issue. 

> The event target retargeting process must occur prior to dispatch of an event. In other words, any DOM mutation occurred in an event listener does not have any affect on the result of retargeting process.

Now we can ignore these sentences. These look obsolete. 

The current spec started to use "get the parent", where we are actually doing *retargeting*.
Thus, the timing of *retargeting* is now strictly defined. We no longer need these sentences.

And we should *store* the tuple of (relative target, relative related target) for each node, to clarify the `event.target` and `event.relatedTarget` return the stored value.







---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/485#issuecomment-212703659

Received on Thursday, 21 April 2016 02:37:25 UTC