HTMLShadowElement
Obsoleto: Esta funcionalidad es obsoleta. Aunque puede aún funcionar en algunos navegadores, se desalienta su uso ya que puede ser removida en cualquier momento. Evite usarla.
The HTMLShadowElement
interface represents a <shadow>
(en-US) HTML Element, which is used in Shadow DOM.
Properties
This interface inherits the properties of HTMLElement
.
Methods
This interface inherits the methods of HTMLElement
.
HTMLShadowElement.getDistributedNodes()
- Returns a static
NodeList
of the distributed nodes associated with this<shadow>
element.
Specifications
Specification | Status | Comment |
---|---|---|
Shadow DOM La definición de 'shadow' en esta especificación. |
Obsolete | Initial definition |
Browser compatibility
BCD tables only load in the browser
See also
- The
<shadow>
(en-US) HTML element, implementing this interface. - Shadow DOM