Re: [WICG/webcomponents] DOM Parts Proposal Additions (PR #1015)

@kenchris commented on this pull request.



> +<div>{{email data="foo"}}</div>
+```
+
+This could be exposed on the imperative API to be consumed in JavaScript by
+application logic.
+
+## Choice of marker
+
+The `{{}}` is a reasonable DOM part marker, 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
+aweb llowing this template syntax in a new API like `createTemplateWithParts()`.

spelling issue "aweb llowing" - should be allowing

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/pull/1015#pullrequestreview-1492619145
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/pull/1015/review/1492619145@github.com>

Received on Thursday, 22 June 2023 08:03:37 UTC