- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 02 May 2018 14:29:15 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 May 2018 14:29:38 UTC
@cdata Thinking about Level 1, I understand a `TemplatePart` to represent some place in the DOM. In that way it is similar to a `Range`, except a part can be attached to some other tree. Am I right so far? If so, what is it that you will do with a TemplatePart after you've gotten them from cloneWithParts() (ignoring level 2/3). Will you change their values using `part.value = 'new value';`? And doing so will change a TextNode's nodeValue, or an attribute's value. Is this the intended affect of level 1? -- 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/747#issuecomment-385997323
Received on Wednesday, 2 May 2018 14:29:38 UTC