--- title: HTMLShadowElement slug: Web/API/HTMLShadowElement tags: - Necesita traducción translation_of: Web/API/HTMLShadowElement ---
The HTMLShadowElement
interface represents a {{HTMLElement("shadow")}} HTML Element, which is used in Shadow DOM.
{{InheritanceDiagram(600, 120)}}
This interface inherits the properties of {{domxref("HTMLElement")}}.
This interface inherits the methods of {{domxref("HTMLElement")}}.
<shadow>
element. Specification | Status | Comment |
---|---|---|
{{SpecName('Shadow DOM', '#the-shadow-element', 'shadow')}} | {{Spec2('Shadow DOM')}} | Initial definition |