Re: [webcomponents] Finalize the slots proposal (#128)

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