Re: [w3c/webcomponents] Make Slot.assingedNodes({flatten: true}) return an empty array if the slot is in a document tree (#482)

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