Re: [w3c/webcomponents] Use Case: Would like multiple use of slot by same name (#778)

I think you'd need to clone the node or set the value in an attribute and create nodes yourself. Fundamentally, a single DOM node can't rendered at two different locations simultaneously. That's a fundamental limitation of all major browser engines.

-- 
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/778#issuecomment-445355700

Received on Friday, 7 December 2018 20:27:56 UTC