Re: [webcomponents] Rename Distributed Nodes Algorithm to Slot Assignment Algorithm (#323)

I'm fine with `getAssignedNodes()` with a boolean parameter:

```idl
    sequence<Node> getAssignedNodes(optional boolean deep/flatten/oranythingelse);
```

`sequence<Node>` could be FrozenArray[Node], that is another issue.

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

Received on Friday, 15 January 2016 05:58:35 UTC