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

Event interface doesn't have relatedTarget property.
When you do let e = new Event('my-event')); e.relatedTarget = y; you just add an expando object to the event instance.
So, 1.

---
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-221826725

Received on Thursday, 26 May 2016 09:47:43 UTC