Re: [whatwg/dom] Declarative Shadow DOM (#831)

@rniwa it's great to see that there is even a small perf benefit to streaming. Even if the perf were the same, the user benefit for being able to incrementally render large documents that have the form:

```html
<my-doc>
  <template shadowroot="open">
    ...
  </template>
<my-doc>
```

will be critical in some cases.

Thanks for prototyping this!

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

Message ID: <whatwg/dom/issues/831/1267260898@github.com>

Received on Tuesday, 4 October 2022 16:28:07 UTC