[WICG/webcomponents] Template Parts parsing: nested braces case (Issue #953)

It seems that current [template parts parsing algorithm](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Template-Instantiation.md#43-creating-template-parts) doesn't account for nested double braces case:

```html
<my-element title={{ "Your balance: {{ balance }}" }}></my-element>
```

This can be valid case with expressions processor, like [templize](https://github.com/spectjs/templize#expressions).

@rniwa 

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

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

Received on Saturday, 15 January 2022 00:23:36 UTC