Re: [WICG/webcomponents] Proposal: Composable shadow roots, for extending builtins and more (Issue #1108)

rniwa left a comment (WICG/webcomponents#1108)

In v0 API, we had `<shadow></shadow>` element which does the same thing as `<slot type="supershadow"></slot>` in this proposal. We got rid of it because even Polymer wasn't making GOOD use of it at the time we introduced v1 spec, and it dramatically complicates event dispatching path. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=28446 and the related discussions. Also see https://lists.w3.org/Archives/Public/public-webapps/2014AprJun/0151.html where we proposed an alternative design for inheritance hooks which doesn't involve multiple generations of shadow DOM.

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

Message ID: <WICG/webcomponents/issues/1108/3094828801@github.com>

Received on Sunday, 20 July 2025 22:23:46 UTC