- From: Hayato Ito <notifications@github.com>
- Date: Thu, 31 Mar 2016 04:45:21 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 31 March 2016 11:45:54 UTC
We should make a decision.
Option A: Preserve the status quo
- Slot.getAssingedNodes(...) -> (as is)
- {Text/Element}.assignedSlot() -> (as is)
Option B: Remove `get` for consistency
- Slot.getAssingedNodes(...) -> Slot.assignedNodes(...)
- {Text/Element}.assignedSlot() -> (as is)
Option C: Use `slotted`
- Slot.getAssingedNodes(...) -> Slot.slottedNodes(...)
- {Text/Element}.assignedSlot() -> (as is)
I prefer option B.
---
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-203894250
Received on Thursday, 31 March 2016 11:45:54 UTC