From c77778512937550889b3fc28c6d037b37d2c3d0d Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Fri, 12 Mar 2021 13:13:15 -0800 Subject: [PATCH] Describe interaction with declarative shadow DOM --- proposals/Scoped-Custom-Element-Registries.md | 46 ++++++++++++++++--- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/proposals/Scoped-Custom-Element-Registries.md b/proposals/Scoped-Custom-Element-Registries.md index b95df32..a2cb76a 100644 --- a/proposals/Scoped-Custom-Element-Registries.md +++ b/proposals/Scoped-Custom-Element-Registries.md @@ -119,6 +119,41 @@ As a result, it must limit constructors by default to only looking up registrati This poses a limitation for authors trying to use the constructor to create new elements associated to scoped registries but not registered as global. More flexibility can be analyzed post MVP, for now, a user-land abstraction can help by keeping track of the constructor and its respective registry. +## Interaction with Declarative Shadow DOM + +[Declarative shadow DOM](https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md) allows HTML to construct shadow roots for elements from `