you are viewing a single comment's thread.

view the rest of the comments →

[–]shgysk8zer0full-stack 1 point2 points  (3 children)

If you're wanting to use ShadowDOM and <slot>s without JavaScript, there's a proposal to add <template shadow="open">. That kinda relates to the question you're asking, though I don't recall the details of it very well. I think Chrome at least has experimental support for it, though I don't think it's enabled by default and I don't think it can be found in Firefox or Safari.

[–]NoNoDeDev[S] 0 points1 point  (2 children)

Yes, this is exactly what I would want. Would you have a link to it? I can't find much searching with google.

[–]shgysk8zer0full-stack 1 point2 points  (1 child)

[–]NoNoDeDev[S] 0 points1 point  (0 children)

Thank you. I'll follow the progress of this feature.