- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 10 Mar 2016 22:51:26 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 11 March 2016 06:51:55 UTC
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