Re: [w3c/webcomponents] Scoped Custom Element Registries (#716)

> And further: `el.innerHTML = '<my-element></my-element>';` @justinfagnani 

If `el.outerHTML = '<my-element></my-element>`;` Would not `el.innerHTML = '<my-element></my-element>';` thus create
```html
<my-element>
  <my-element></my-element>
</my-element>
```

?

Or were those merely adjacent thoughts?

-- 
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/716#issuecomment-373273077

Received on Thursday, 15 March 2018 06:22:29 UTC