Re: [w3c/webcomponents] Does relatedTargetScoped need changes (#486)

One more question: Should we do "relatedTargetScoped" for all kinds of events whenever they have relatedTarget property?

e.g.
1. let e = new MouseEvent('foo', {relatedTarget: y}); x.dispatchEvent(e);
2. let e = new Event('my-event')); e.relatedTarget = y; x.dispatchEvent(e);

- Only for 1
- or for both 1 and 2
?

---
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/486#issuecomment-221755754

Received on Thursday, 26 May 2016 01:39:43 UTC