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

I think a method is preferred if it returns (non-live) `sequence<T>`.

`childNodes` (or `children`) returns a *live* collection, I guess.

BTW, I forgot to mention that  Slot.getAssingedNodes(...) is a method and {Text/Element}.assignedSlot is not a method in 
https://github.com/w3c/webcomponents/issues/451#issuecomment-203894250.

If we prefer *get* prefix for a method, I'm fine with Option A (Preserve the status quo), either.

Thus, unless there is a strong preference, I would like to preserve the status quo.




.

---
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-204272974

Received on Friday, 1 April 2016 06:44:29 UTC