[webcomponents] Should relatedTargetScoped flag be set on mousedown/mouseup events? (#433)

Do we really want `mousedown` and `mouseup` events to have `relatedTargetScoped` flag set?  The following [definition in the current spec](http://w3c.github.io/webcomponents/spec/shadow/#dfnReturnLink-0) seems to indicate any event that uses [`MouseEvent` interface](https://w3c.github.io/uievents/#mouseevent) to have this flag set:

> A trusted event's relatedTargetScoped flag must be initialized to true if the event has a relatedTarget property

Is this an intentional (that any mousedown/mouseup would not propagate out of a shadow root)?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/433

Received on Friday, 11 March 2016 06:51:55 UTC