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

One reason that scoped and relatedTargetScoped exist is to expose the internal property to event consumers.

If it is writable, maybe another use case is that when you create and dispatch your own event (e.g. "myXYZgesture" event), you can specify the behavior by setting these flags (though they are marked "readonly" now).

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

Received on Wednesday, 16 March 2016 01:13:07 UTC