- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 01 Sep 2015 13:40:12 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 1 September 2015 20:40:42 UTC
It seems that there is nothing that prevents a comment node, ProcessingInstruction, etc... to be distributed into a slot so I don't think it makes sense to define `assignedSlot` on `Element` and `Text` interface separately. We should just define it on `Node` instead. And make `DocumentFragment`, `Document`, etc... return null by the virtue of them never being distributed to any slot. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/310
Received on Tuesday, 1 September 2015 20:40:42 UTC