Re: [whatwg/dom] Support markers on shadow roots (PR #1456)

foolip left a comment (whatwg/dom#1456)

Here's an example of the kind of thing that should work with PR and changes in https://github.com/whatwg/html/pull/11818 that I'm preparing:

```html
<div>
 <template shadowrootmode="open" marker="x">
  Stuff: <?marker>
  <!-- time passes -->
  <template for="x">Hello World</template>
 </template>
</div>
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1456#issuecomment-4012424328
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1456/c4012424328@github.com>

Received on Friday, 6 March 2026 15:31:28 UTC