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

I've stumbled upon this as well. It's worth noting that this can only be a problem with default content because this will pull in text nodes. With explicitly slotted content, you will only get elements because you can only tell element nodes to go into a particular slot.

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

Received on Sunday, 6 November 2016 02:42:38 UTC