[w3c/webcomponents] Does relatedTargetScoped make sense (#486)

It seems for all user-agent-dispatched events this will be true. However, its value is false by default. If true is indeed the desired default, should we not name it differently? `unScopedRelatedTarget` or some such.

It's also only relevant for UI events, not DOM events in general. It seems like a pretty bad layering violation, though it's not entirely clear to me if we can solve that. (We have a couple of those already with shadow trees, so it might not be too bad.)

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

Received on Tuesday, 19 April 2016 12:28:29 UTC