Re: [w3c/webcomponents] Integrate callback invocation with IDL (#186)

> Aren't these supposed to fire on editing operations? The extended attribute doesn't take care of those cases, does it? How would we do it?

Presumably these operations are (will be, more likely, if ever) defined as running these as part of some kind of task. So perhaps the microtask checkpoint also needs to run element callbacks if they haven't been run yet?

As for the rest, IDL needs to be changed to account for this. Whether we enumerate the places for which it matters or leave that up to implementations is less important, but it seems that if everyone needs to do that work anyway, it might help if we did it for everyone.

---
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/186#issuecomment-205644440

Received on Tuesday, 5 April 2016 05:00:32 UTC