Re: [w3c/webcomponents] Should custom elements be adoptable if so, how? (#512)

Changing the example to use `importNode` should work as expected, unless I'm missing something:

```js
this.shadowRoot.appendChild(document.importNode(template.content, 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/512#issuecomment-232423048

Received on Wednesday, 13 July 2016 17:14:05 UTC