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

Text nodes don't represent the anchor. It's the result of running the algorithm to apply node template part list. It doesn't really matter what the implementation.

The question is whether it's desirable for the final DOM to have two distinct `Text` nodes for each part, or they could share a a single `Text` node.

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

Received on Saturday, 4 November 2017 00:42:04 UTC