Term
|
Definition
The HTML <content> element—an obsolete part of the Web Components suite of technologies—was used inside of Shadow DOMas an insertion point, and wasn't meant to be used in ordinary HTML. |
|
|
Term
|
Definition
The obsolete HTML <element> element was part of the Web Components specification; it was intended to be used to define new custom DOM elements. |
|
|
Term
|
Definition
The HTML <shadow> element—an obsolete part of the Web Components technology suite—was intended to be used as a shadow DOM insertion point. |
|
|
Term
|
Definition
The HTML <slot> element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together. |
|
|
Term
|
Definition
The HTML Content Template (<template>) element is a mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript. |
|
|