Package-level declarations
Types
The CustomElementRegistry
interface provides methods for registering custom elements and querying registered elements.
The CustomStateSet
interface of the Document Object Model stores a list of states for an autonomous custom element, and allows states to be added and removed from the set.
The ElementInternals
interface of the Document Object Model gives web developers a way to allow custom elements to fully participate in HTML forms.
The HTMLSlotElement
interface of the Shadow DOM API enables access to the name and assigned nodes of an HTML slot element.
The HTMLTemplateElement
interface enables access to the contents of an HTML template element.
The ShadowRoot
interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree.