- From: Matthew Phillips <notifications@github.com>
- Date: Thu, 19 Oct 2017 19:20:09 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 October 2017 19:20:33 UTC
That conversation has several different threads of ideas so it's hard to follow, but I don't think any of them require that you use JavaScript to import HTML. One idea would make this work: ```html <script type="module" src="./path/to/element.html"> <my-element></my-element> ``` Of course, `element.html` likely contains some JavaScript to do anything useful, but *using* it wouldn't necessarily require JS. -- 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/677#issuecomment-338010024
Received on Thursday, 19 October 2017 19:20:33 UTC