Re: [webcomponents] [Shadow]: Update constraints around stopping events (bugzilla: 20247) (#61)

What we need to do is identify which event dispatching code needs to set this flag. E.g. the code dispatching events for `<img>` will need to set this flag. But the code dispatching events for `XMLHttpRequest` does not. Both dispatch `error` events so that's why it's important to figure out the dispatch sources.

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

Received on Thursday, 11 June 2015 06:37:29 UTC