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

The number one problem I see with this is that this is going after multiple problems at once. While `import * from './template.html` as DocumentFragment` could be nice for JavaScript, at least in the context of Custom Elements and the broader Web Components, I'll quote @TakayoshiKochi here

> What was wrong with HTML Imports?

HTML Imports solve the packaging problems of CE and allow Elements to be bundled individually or grouped together. See:  
https://github.com/Nektro/custom-elements/blob/master/fl/fl-Button.html  
https://github.com/Nektro/custom-elements/blob/master/fl/fl.html

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

Received on Wednesday, 28 June 2017 12:55:21 UTC