- From: Snuggs <notifications@github.com>
- Date: Wed, 14 Mar 2018 23:22:01 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 March 2018 06:22:29 UTC
> 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