[webcomponents] importNode and adoptNode should throw with passed a ShadowRoot (#125)

Given that cloneNode throws with a shadow root, importNode should also throw because one of the steps in the import algorithm it to clone the node. Also, adoptNode should also throw because the host and shadow root shouldn't have different node documents.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/125

Received on Wednesday, 24 June 2015 21:35:40 UTC