- From: Cyrille Tuzi <notifications@github.com>
- Date: Mon, 16 Jan 2017 14:43:06 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 January 2017 22:44:00 UTC
>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