- From: Hayato Ito <notifications@github.com>
- Date: Wed, 29 Jul 2015 17:00:21 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 30 July 2015 00:00:48 UTC
Yeah. Instead of the current `getDistinationInsertionPoints()`, I have a plan to add:
```
partial interface Node {
[nullable] Element assignedSlot; // a tentative name
}
```
I haven't decided whether `assignedSlot` returns a directly assigned slot or the *final destination slot*, in the case of *re-distribution*.
Note that the latter can be implemented on the top of the former, by recursively calling it.
---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/128#issuecomment-126132407
Received on Thursday, 30 July 2015 00:00:48 UTC