Re: [w3c/webcomponents] Fix some typos, missing formating and erroneous Markdown in Template-Instantiation.md (#699)

rniwa 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

Removing it is fine for now.

-- 
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#discussion_r149140694

Received on Monday, 6 November 2017 17:06:52 UTC