Re: [w3c/webcomponents] A proposal to help with testing/SEO/accessibility of closed ShadowDOM (#505)

I'd prefer making `cloneNode` take a dictionary and make add this as an option instead if we can make the first argument polymorphic between `boolean` and a dictionary:
e.g. `element.cloneNode({shadow: true})`, `element.cloneNode({deep: true, shadow:true})`.

---
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/505#issuecomment-221134483

Received on Tuesday, 24 May 2016 00:28:14 UTC