- From: Hayato Ito <notifications@github.com>
- Date: Thu, 07 Apr 2016 23:48:07 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 8 April 2016 06:48:37 UTC
After thinking further, let me close this issue without any action. We still need to support get distributed nodes for a slot, A, in a document tree because such a slot A can be assigned to another slot, B, in a shadow tree, where A's distributed nodes is required to get B's distributed nodes. I thought that we do not need to calculate A's distributed nodes because it is observable only via A.assingedNodes({flatten: true}), but it is observable also via B's distributed nodes (and slotchange event, of course). Then, we do not need to get any benefits by not supporting A.assignedNodes({flatten: true}... Let me close this. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/482#issuecomment-207249643
Received on Friday, 8 April 2016 06:48:37 UTC