- From: Tom Wilkinson <notifications@github.com>
- Date: Tue, 01 Aug 2023 15:24:02 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 August 2023 22:24:07 UTC
@tbondwilkinson 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()`.
Updated the above section.
--
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/pull/1023#discussion_r1281208472
You are receiving this because you are subscribed to this thread.
Message ID: <WICG/webcomponents/pull/1023/review/1557918080@github.com>
Received on Tuesday, 1 August 2023 22:24:07 UTC