Re: [w3c/webcomponents] [templates] Maybe each {{ ~ }} should be its own text node? (#683)

Currently we don't have anything that distinguishes between `append(new Text("ab"));` and `append(new Text("a"), new Text("b"));`. I'm not sure if that's worth breaking for this.

-- 
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/683#issuecomment-341358809

Received on Thursday, 2 November 2017 09:07:35 UTC