- From: Ashley (Scirra) <notifications@github.com>
- Date: Wed, 23 May 2018 10:42:01 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 May 2018 17:42:26 UTC
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