diff --git a/files/en-us/web/api/web_components/using_shadow_dom/index.md b/files/en-us/web/api/web_components/using_shadow_dom/index.md index 3d6efd2cd9de285..d8a7b7c88bed93d 100644 --- a/files/en-us/web/api/web_components/using_shadow_dom/index.md +++ b/files/en-us/web/api/web_components/using_shadow_dom/index.md @@ -354,3 +354,12 @@ For more examples, illustrating different aspects of custom element implementati - {{CSSXref("::slotted", "::slotted()")}} - [CSS shadow parts](/en-US/docs/Web/CSS/CSS_shadow_parts) module - {{CSSXref("::part")}} + +- {{HTMLelement("template")}} +- [CSS scoping](/en-US/docs/Web/CSS/CSS_scoping) module +- {{CSSXref(":host")}} +- {{CSSXref(":host_function", ":host()")}} +- {{CSSXref(":host-context", ":host-context()")}} +- {{CSSXref("::slotted", "::slotted()")}} +- [CSS shadow parts](/en-US/docs/Web/CSS/CSS_shadow_parts) module +- {{CSSXref("::part")}}