- From: Rob Eisenberg <notifications@github.com>
- Date: Mon, 31 Jul 2023 13:41:42 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 31 July 2023 20:41:48 UTC
@EisenbergEffect commented on this pull request. > +``` + +This could be exposed on the imperative API to be consumed in JavaScript by +application logic. + +## Choice of marker + +The `{{}}` and `{{#}}{{/}}` are reasonable DOM part markers, but it could be +something else, or it could even be something that is declared as the +placeholder. + +## Compatability + +It may be challenging to implement `<template>` parsing of `{{}}` for +compatability reasons, so there may need to be restrictions such as only +allowing this template syntax in a new API like `createTemplateWithParts()`. That was my question as well. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/pull/1023#discussion_r1279858811 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/pull/1023/review/1555745651@github.com>
Received on Monday, 31 July 2023 20:41:48 UTC