- From: Justin Fagnani <notifications@github.com>
- Date: Tue, 30 Jul 2024 13:08:22 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 July 2024 20:08:26 UTC
```html <define name="my-counter" attributes="initial"> <template shadowrootmode="open"> ``` One nit, this `<template>` element shouldn't have a `shadowrootmode` attribute. We want to add a ShadowRoot to the `<define>` element there. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1064#issuecomment-2259122314 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1064/2259122314@github.com>
Received on Tuesday, 30 July 2024 20:08:26 UTC