- From: Mason Freed <notifications@github.com>
- Date: Tue, 01 Aug 2023 09:48:22 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 August 2023 16:48:29 UTC
@mfreed7 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()`. +1 that should be enough for an opt-in. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/pull/1023#discussion_r1280904998 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/pull/1023/review/1557431016@github.com>
Received on Tuesday, 1 August 2023 16:48:29 UTC