Re: [webcomponents] Changes to Dispatching Events (#274)

The way this works in JavaScript
```js
ev = new Event("yay", {scoped: true})
element.dispatchEvent(ev)
```
is how the specifications should work as well. There should not be a magic list.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/274#issuecomment-119978502

Received on Thursday, 9 July 2015 13:54:32 UTC