- From: Markus Ast <notifications@github.com>
- Date: Mon, 06 Nov 2017 15:26:30 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 November 2017 15:26:53 UTC
rkusa commented on this pull request. > @@ -446,12 +446,9 @@ The `createInstance(optional any state)` method on `HTMLTemplateElement`, when > Note: We run the concepts to _apply attribute template part list_ and _apply node template part list_ immediately to strip away the mustache syntax in the original template as well as whitespaces before & after it to keep the initial template state consistent with the one after running these concepts in a template process callback. Actual implementations can run these algorithm as it clones the tree, and avoid unnecessary churn of text nodes and strings as an optimization. -When there is exactly one `{{~}}` inside a template, we keep Maybe this incomplete sentence should be completed instead of removed -- 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/pull/699#pullrequestreview-74451750
Received on Monday, 6 November 2017 15:26:53 UTC