[WICG/webcomponents] Templates Parts: SVG error with fields (Issue #952)

As mentioned in [github/template-parts#25](https://github.com/github/template-parts/issues/25) and [github/template-parts#26](https://github.com/github/template-parts/issues/26), there are some issues with template fields inserted to SVG.
```html
<svg width="{{w}}"></svg>
<svg><path d="M {{x}} 0"></path></svg>
```
These examples throw error on parse.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/952
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/952@github.com>

Received on Saturday, 15 January 2022 00:19:47 UTC