- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 18 Sep 2015 13:12:56 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 18 September 2015 20:13:26 UTC
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