- From: Dmitry Iv. <notifications@github.com>
- Date: Fri, 14 Jan 2022 16:19:35 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 15 January 2022 00:19:47 UTC
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