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

The only way I can imagine HTML modules being useful with script disabled is if they basically inserted their full DOM content at the place they were included. So to use HTML imports as an example, `<link rel="import" href="import.html">` would be equivalent to copy-pasting the contents of import.html in place of that tag. Is that really a significant use case? Perhaps there could be an extra mode to do that, but would anyone use it?

-- 
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-310228789

Received on Wednesday, 21 June 2017 23:02:05 UTC