Re: [webcomponents] Need "slotting changed" event (#288)

Now, I am working on a proof of a concept to support `slotchange` event, a tentative name, in Blink.

I am thinking that `slotchange` event's `scoped` flag must be true in default.
The reason: it does not make much sense that a node in a parent tree receives a `slotchange` event which is dispatched in a slot in a child tree. From the node in the parent tree, the event's target is not a slot element due to event target retargeting.

WDTY?


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

Received on Friday, 12 February 2016 05:02:57 UTC