Re: [WICG/webcomponents] Simplified custom element definition (Issue #1064)

```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