- From: Ryosuke Niwa <notifications@github.com>
- Date: Sun, 20 Jul 2025 15:23:42 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 20 July 2025 22:23:46 UTC
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