Re: [WICG/webcomponents] Scoped Custom Element Registries (#716)

Just a quick note that a very basic prototype of scoped registries is available in Chrome Canary behind the experimental web platform features flag  (about:flags/#enable-experimental-web-platform-features). All feedback is welcome!

Currently it supports creating elements with existing scoped definitions via `ShadowRoot.createElement()` and setting `ShadowRoot.innerHTML`. Things like upgrading existing nodes and moving nodes to a different document can go wrong; I haven't really worked on these issues yet.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/716#issuecomment-1535263394
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/716/1535263394@github.com>

Received on Thursday, 4 May 2023 19:04:06 UTC