[w3c/webcomponents] There should be a declarative way to import HTML modules (#849)

HTML modules promise a new way to structure and re-use HTML content. As such they fill a gap that has long filled by programmatic approaches, wit varying success.

However; without a declarative way to consume HTML modules even the simplest use-case requires to "fall back" on Javascript. There is no inherent reason why this should be necessary. 

Since there are many use cases where HTML modules provide benefit even when no JS is in play, I suggest the addition of a declarative way to import HTML modules in form of an HTML element(s). 

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

Received on Monday, 28 October 2019 13:25:40 UTC