Results 1 - 10 of 10

<shadow>

The HTML <shadow> element is used as a shadow DOM insertion point. You might use it if you have created multiple shadow roots under a shadow host. It is not useful in ordinary HTML. It is used with Web Components.
Element HTML Reference Web Components

HTMLShadowElement.getDistributedNodes()

The HTMLShadowElement.getDistributedNodes() method returns a static NodeList of the distributed nodes associated with this <shadow> element.
API HTML DOM Property Reference Web Components

<element>

The HTML <element> element is used to define new custom DOM elements.
Element HTML NeedsContent Reference Web Web Components

<template>

The HTML template element <template> is a mechanism for holding client-side content that is not to be rendered when a page is loaded but may subsequently be instantiated during runtime using JavaScript. 
Element HTML Reference Web Web Components

HTMLContentElement.getDistributedNodes()

The HTMLContentElement.getDistributedNodes() method returns a static NodeList of the distributed nodes associated with this <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLContentElement.select

The HTMLContentElement.select property reflects the select attribute. It is a DOMString containing a space-separated list of CSS selectors that select the content to insert in place of the <content> element.
API HTML DOM Property Reference Référence Web Components

HTMLShadowElement

The HTMLShadowElement interface represents a <shadow> HTML Element, which is used in Shadow DOM
API HTML DOM Interface Reference Référence Web Components