[w3c/webcomponents] Provide a declarative way for customElement/template binding (#850)

There is currently no way to use the `template` element without Javascript. This makes templating only useful for application developers (and since Javascript can already achieve templating without the template tag, the `template` element kinda superfluous).

I propose to add a way to declaratively bind a template element to a custom element.

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

Received on Tuesday, 29 October 2019 17:38:44 UTC