Skip to content

HTML Modules as a leaf node in the module graph or not? #805

@travisleithead

Description

@travisleithead

As noted by Ashley in discourse, 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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions