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

> This does pretty much everything HTML imports did, and more, since it supports modules. It's also implemented entirely in JavaScript. I think this is evidence that there does not need to be a specification for this. As per the extensible web manifesto, it's better to spec low-level stuff and leave the high-level features to libraries, exactly as done here.

However, doesn't this mean that it is held in memory multiple times instead of only once (in the DOM) as HTML Modules would have been, thus increasing parsing, execution, and allocation costs?

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

Received on Tuesday, 22 May 2018 17:54:54 UTC