[webcomponents] Event path trimming should use `scoped` flag and not rely on trustedness (#372)

[5.8 Event Path Trimming](http://w3c.github.io/webcomponents/spec/shadow/#event-path-trimming) says:
"In cases where both `relatedTarget` and `target` of a trusted event are part of the same shadow tree, the conforming UAs **must** *stop* events at the shadow root to avoid the appearance of spurious `mouseover` and `mouseout` events firing from the same node."

Any event dispatched by UA is a [trusted event](https://w3c.github.io/uievents/#trusted-events).  Either this description or inaccurate or we should be using `scoped` for UI events such as `mouseover`, `mouseout` and trimming the path when `scoped` is set to true.


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

Received on Thursday, 28 January 2016 21:20:52 UTC