- From: Trey Shugart <notifications@github.com>
- Date: Thu, 31 Mar 2016 16:18:00 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 31 March 2016 23:18:27 UTC
Is there a reason for keeping `getAssignedSlots()` a method? Why not simply a getter `assignedNodes`? I realise that you can specify `{ distributed: true }`, but creating a separate property for that like `distributedNodes` would seem like it creates a similar consistency that `childNodes` has with `children`. It also seems more consistent with the rest of the `Node` / `Element` API. --- 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/451#issuecomment-204168456
Received on Thursday, 31 March 2016 23:18:27 UTC