- From: Hayato Ito <notifications@github.com>
- Date: Wed, 25 May 2016 18:39:13 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Thursday, 26 May 2016 01:39:43 UTC
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