Re: [webcomponents] The algorithm "invoke callbacks" must halt as soon as one of callbacks throw an exception (#421)

I'm not sure that makes sense. E.g., when setting `innerHTML` the operation will have succeeded by the time you propose we throw an exception from the setter. It makes more sense to me to handle these callbacks similar to event listener callbacks and use the "report the error" mechanism. And therefore not failing when a callback throws an exception either.

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

Received on Monday, 7 March 2016 08:56:23 UTC