Re: [w3c/webcomponents] Please revisit HTML Imports (#677)

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