Re: [webcomponents] Replace getDistributedNodes with getAssignedNodes (#322)

The problem is that WebIDL doesn't allow [`sequence<T>`](http://www.w3.org/TR/WebIDL/#idl-sequence) to be used on an attribute so we'd have to use `NodeList` or `HTMLCollection` to add `assignedNodes` as a property as things stand.

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

Received on Friday, 18 September 2015 20:13:26 UTC