[w3c/webcomponents] HTML Modules as a leaf node in the module graph or not? (#805)

As noted by Ashley [in discourse](https://discourse.wicg.io/t/proposal-html-modules/3309/4), one interesting point of view on HTML Modules is whether they should be considered leaf nodes in the module graph or not. As a leaf-node, only the HTML would be parsed and returned as a document without having any other side-effects (e.g., no running of script, loading of any resources, importing of any other content whatsoever).

This has certain simplifying advantages, but also drawbacks in terms of flexibility of the design.

-- 
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/805

Received on Wednesday, 3 April 2019 20:50:35 UTC