Re: [w3c/webcomponents] Need "slotchange" event (#288)

@rniwa it depends entirely on how you observe whether or not you can recreate the tree. We could just say that for v1 (and maybe for eternity) there's no exposed way to observe everything with regards to slots, but with your own additional bookkeeping you will get the same result.

Having said that, I'm not necessarily opposed to dispatching an event using microtask timing. It sounds like you are not necessarily opposed to that either given that you think synchronous is okay here.

So maybe we should do that. The simplest way to do that would be to simply dispatch these events at the end of https://dom.spec.whatwg.org/#notify-mutation-observers.

@smaug----, thoughts?

---
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/288#issuecomment-203351162

Received on Wednesday, 30 March 2016 09:48:08 UTC