Re: [w3c/webcomponents] HTML Modules (#645)

An interesting idea for a fallback: if there is a client-side include mechanism, you could fall back to a simple include of HTML if JavaScript is disabled. e.g.

```html
<link rel="html-module" href="module.html">
<noscript><include href="module.html"></noscript>
```

-- 
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/645#issuecomment-391436411

Received on Wednesday, 23 May 2018 17:42:26 UTC