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

Specifically, if we created two node template parts `a` and `b` for `{{a}} b {{c}}`, should `a.replacementNodes[0]` be identical to `a.replacementNodes[1]`? If that's the desired outcome, it's probably better to use range-like objects than keeping node lists.

-- 
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-341362368

Received on Thursday, 2 November 2017 09:21:48 UTC