Re: [w3c/webcomponents] Discussion: Templates that Don't Destroy Element References (#777)

@mikesamuel in the most basic Template Instantiation proposal, the contents of `{{}}` expressions are just names, un-interpreted, and used in the `update()` API to route values to parts. I don't think they need to be parsed, but safe types could integrate well to prevent untrusted values from flowing there.

-- 
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/777#issuecomment-445960157

Received on Monday, 10 December 2018 20:26:48 UTC