Re: [w3c/webcomponents] Rename getAssignedNodes()? (#451)

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