Re: [w3c/webcomponents] Add an assignedElements() method (#602)

>From the host element, you already have access to children of any type via classic DOM.

>From the slot element, if you're just assigning text content (so just one text node), `assignedNodes()[0]` will do the job. If you're mixing nodes (text and elements), then it seems normal you have to filter what you want by yourself.

-- 
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/602#issuecomment-272978743

Received on Monday, 16 January 2017 22:44:00 UTC