Re: [webcomponents] scoped and relatedTargetScoped attributes are useless in Event, so remove then from Event interface (#442)

I am okay to close this issue.

Just for clarification, even if we remove `scoped` and `relatedTargetScoped` properties from Event interface, developers still can dispatch an event that is scoped unless we remove these from EventInit dictionary.

One more thing:
Since these properties in Event interface is readonly, developers can not change the behavior *dynamically* while the event is being dispatched.

---
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/442#issuecomment-197692710

Received on Thursday, 17 March 2016 04:29:20 UTC