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

I'm having hard time to understand what kind of of "async" event webkit has now.
" it's an asynchronous event that fires at the end of task on each slot when a slot's distributed nodes change". That is contradictory sentence, at least if I read it "at the end of the *current* task", since it means from UA point of view it isn't async.

So, hard to comment when I don't understand what is being proposed.
Anyhow, I'm against "event that fires at the end of the current task". Better to use end of microtask, or just normal task queuing (but that latter leads to issues with rAF).


---
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-203379412

Received on Wednesday, 30 March 2016 11:04:15 UTC