- From: Justin Fagnani <notifications@github.com>
- Date: Sun, 14 Aug 2022 19:48:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 August 2022 02:48:36 UTC
Declarative shadow DOM and declarative custom elements have no overlap. You would not use `<template shadowroot>` in a custom element declaration. Declarative shadow DOM describes concrete shadow root _instances_, while any future declarative custom elements proposal would need to templates associated with the declaration that would only describe instances once _cloned_. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/831#issuecomment-1214555992 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/831/1214555992@github.com>
Received on Monday, 15 August 2022 02:48:36 UTC