Provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of element, representing external resources. MDN Reference interface HTMLObjectElement { accessKey: string; accessKeyLabel: string; align: string; archive: string; ariaAtomic: null | string; ariaAutoComplete: null | string; ariaBrailleLabel: null | string; ariaBrailleRoleDescription: null | string; ariaBusy: null | string; ariaChecked: null | string; ariaColCount: null | string; ariaColIndex: null | string; ariaColIndexText: null | string; ariaColSpan: null | string; ariaCurrent: null | string; ariaDescription: null | string; ariaDisabled: null | string; ariaExpanded: null | string; ariaHasPopup: null | string; ariaHidden: null | string; ariaInvalid: null | string; ariaKeyShortcuts: null | string; ariaLabel: null | string; ariaLevel: null | string; ariaLive: null | string; ariaModal: null | string; ariaMultiLine: null | string; ariaMultiSelectable: null | string; ariaOrientation: null | string; ariaPlaceholder: null | string; ariaPosInSet: null | string; ariaPressed: null | string; ariaReadOnly: null | string; ariaRequired: null | string; ariaRoleDescription: null | string; ariaRowCount: null | string; ariaRowIndex: null | string; ariaRowIndexText: null | string; ariaRowSpan: null | string; ariaSelected: null | string; ariaSetSize: null | string; ariaSort: null | string; ariaValueMax: null | string; ariaValueMin: null | string; ariaValueNow: null | string; ariaValueText: null | string; assignedSlot: null | HTMLSlotElement; ATTRIBUTE_NODE: 2; attributes: NamedNodeMap; attributeStyleMap: StylePropertyMap; autocapitalize: string; autofocus: boolean; baseURI: string; border: string; CDATA_SECTION_NODE: 4; childElementCount: number; childNodes: NodeListOf<ChildNode>; children: HTMLCollection; classList: DOMTokenList; className: string; clientHeight: number; clientLeft: number; clientTop: number; clientWidth: number; code: string; codeBase: string; codeType: string; COMMENT_NODE: 8; contentDocument: null | Document; contentEditable: string; contentWindow: null | Window; currentCSSZoom: number; data: string; dataset: DOMStringMap; declare: boolean; dir: string; DOCUMENT_FRAGMENT_NODE: 11; DOCUMENT_NODE: 9; DOCUMENT_POSITION_CONTAINED_BY: 16; DOCUMENT_POSITION_CONTAINS: 8; DOCUMENT_POSITION_DISCONNECTED: 1; DOCUMENT_POSITION_FOLLOWING: 4; DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32; DOCUMENT_POSITION_PRECEDING: 2; DOCUMENT_TYPE_NODE: 10; draggable: boolean; ELEMENT_NODE: 1; enterKeyHint: string; ENTITY_NODE: 6; ENTITY_REFERENCE_NODE: 5; firstChild: null | ChildNode; firstElementChild: null | Element; form: null | HTMLFormElement; height: string; hidden: boolean; hspace: number; id: string; inert: boolean; innerHTML: string; innerText: string; inputMode: string; isConnected: boolean; isContentEditable: boolean; lang: string; lastChild: null | ChildNode; lastElementChild: null | Element; localName: string; name: string; namespaceURI: null | string; nextElementSibling: null | Element; nextSibling: null | ChildNode; nodeName: string; nodeType: number; nodeValue: null | string; nonce?: string; NOTATION_NODE: 12; offsetHeight: number; offsetLeft: number; offsetParent: null | Element; offsetTop: number; offsetWidth: number; onabort: null | (this: GlobalEventHandlers, ev: UIEvent) => any; onanimationcancel: | null | (this: GlobalEventHandlers, ev: AnimationEvent) => any; onanimationend: | null | (this: GlobalEventHandlers, ev: AnimationEvent) => any; onanimationiteration: | null | (this: GlobalEventHandlers, ev: AnimationEvent) => any; onanimationstart: | null | (this: GlobalEventHandlers, ev: AnimationEvent) => any; onauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => any; onbeforetoggle: null | (this: GlobalEventHandlers, ev: Event) => any; onblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => any; oncancel: null | (this: GlobalEventHandlers, ev: Event) => any; oncanplay: null | (this: GlobalEventHandlers, ev: Event) => any; oncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => any; onchange: null | (this: GlobalEventHandlers, ev: Event) => any; onclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onclose: null | (this: GlobalEventHandlers, ev: Event) => any; oncontextlost: null | (this: GlobalEventHandlers, ev: Event) => any; oncontextmenu: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; oncontextrestored: null | (this: GlobalEventHandlers, ev: Event) => any; oncopy: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any; oncuechange: null | (this: GlobalEventHandlers, ev: Event) => any; oncut: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any; ondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; ondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondragend: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondragenter: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondragleave: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondragover: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondragstart: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => any; ondurationchange: null | (this: GlobalEventHandlers, ev: Event) => any; onemptied: null | (this: GlobalEventHandlers, ev: Event) => any; onended: null | (this: GlobalEventHandlers, ev: Event) => any; onerror: OnErrorEventHandler; onfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => any; onformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => any; onfullscreenchange: null | (this: Element, ev: Event) => any; onfullscreenerror: null | (this: Element, ev: Event) => any; ongotpointercapture: | null | (this: GlobalEventHandlers, ev: PointerEvent) => any; oninput: null | (this: GlobalEventHandlers, ev: Event) => any; oninvalid: null | (this: GlobalEventHandlers, ev: Event) => any; onkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any; onkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any; onkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => any; onload: null | (this: GlobalEventHandlers, ev: Event) => any; onloadeddata: null | (this: GlobalEventHandlers, ev: Event) => any; onloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => any; onloadstart: null | (this: GlobalEventHandlers, ev: Event) => any; onlostpointercapture: | null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmouseout: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onmouseup: null | (this: GlobalEventHandlers, ev: MouseEvent) => any; onpaste: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any; onpause: null | (this: GlobalEventHandlers, ev: Event) => any; onplay: null | (this: GlobalEventHandlers, ev: Event) => any; onplaying: null | (this: GlobalEventHandlers, ev: Event) => any; onpointercancel: | null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => any; onprogress: | null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any; onratechange: null | (this: GlobalEventHandlers, ev: Event) => any; onreset: null | (this: GlobalEventHandlers, ev: Event) => any; onresize: null | (this: GlobalEventHandlers, ev: UIEvent) => any; onscroll: null | (this: GlobalEventHandlers, ev: Event) => any; onscrollend: null | (this: GlobalEventHandlers, ev: Event) => any; onsecuritypolicyviolation: | null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any; onseeked: null | (this: GlobalEventHandlers, ev: Event) => any; onseeking: null | (this: GlobalEventHandlers, ev: Event) => any; onselect: null | (this: GlobalEventHandlers, ev: Event) => any; onselectionchange: null | (this: GlobalEventHandlers, ev: Event) => any; onselectstart: null | (this: GlobalEventHandlers, ev: Event) => any; onslotchange: null | (this: GlobalEventHandlers, ev: Event) => any; onstalled: null | (this: GlobalEventHandlers, ev: Event) => any; onsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => any; onsuspend: null | (this: GlobalEventHandlers, ev: Event) => any; ontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => any; ontoggle: null | (this: GlobalEventHandlers, ev: Event) => any; ontouchcancel?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any; ontouchend?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any; ontouchmove?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any; ontouchstart?: null | (this: GlobalEventHandlers, ev: TouchEvent) => any; ontransitioncancel: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => any; ontransitionend: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => any; ontransitionrun: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => any; ontransitionstart: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => any; onvolumechange: null | (this: GlobalEventHandlers, ev: Event) => any; onwaiting: null | (this: GlobalEventHandlers, ev: Event) => any; onwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => any; onwebkitanimationiteration: | null | (this: GlobalEventHandlers, ev: Event) => any; onwebkitanimationstart: | null | (this: GlobalEventHandlers, ev: Event) => any; onwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => any; onwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => any; outerHTML: string; outerText: string; ownerDocument: Document; parentElement: null | HTMLElement; parentNode: null | ParentNode; part: DOMTokenList; popover: null | string; prefix: null | string; previousElementSibling: null | Element; previousSibling: null | ChildNode; PROCESSING_INSTRUCTION_NODE: 7; role: null | string; scrollHeight: number; scrollLeft: number; scrollTop: number; scrollWidth: number; shadowRoot: null | ShadowRoot; slot: string; spellcheck: boolean; standby: string; style: CSSStyleDeclaration; tabIndex: number; tagName: string; TEXT_NODE: 3; textContent: null | string; title: string; translate: boolean; type: string; useMap: string; validationMessage: string; validity: ValidityState; vspace: number; width: string; willValidate: boolean; writingSuggestions: string; addEventListener<K extends keyof HTMLElementEventMap>( type: K, listener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions, ): void; addEventListener( type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions, ): void; after(...nodes: (string | Node)[]): void; animate( keyframes: null | PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions, ): Animation; append(...nodes: (string | Node)[]): void; appendChild<T extends Node>(node: T): T; attachInternals(): ElementInternals; attachShadow(init: ShadowRootInit): ShadowRoot; before(...nodes: (string | Node)[]): void; blur(): void; checkValidity(): boolean; checkVisibility(options?: CheckVisibilityOptions): boolean; click(): void; cloneNode(deep?: boolean): Node; closest<K extends keyof HTMLElementTagNameMap>( selector: K, ): null | HTMLElementTagNameMap[K]; closest<K extends keyof SVGElementTagNameMap>( selector: K, ): null | SVGElementTagNameMap[K]; closest<K extends keyof MathMLElementTagNameMap>( selector: K, ): null | MathMLElementTagNameMap[K]; closest<E extends Element = Element>(selectors: string): null | E; compareDocumentPosition(other: Node): number; computedStyleMap(): StylePropertyMapReadOnly; contains(other: null | Node): boolean; dispatchEvent(event: Event): boolean; focus(options?: FocusOptions): void; getAnimations(options?: GetAnimationsOptions): Animation[]; getAttribute(qualifiedName: string): null | string; getAttributeNames(): string[]; getAttributeNode(qualifiedName: string): null | Attr; getAttributeNodeNS( namespace: null | string, localName: string, ): null | Attr; getAttributeNS(namespace: null | string, localName: string): null | string; getBoundingClientRect(): DOMRect; getClientRects(): DOMRectList; getElementsByClassName(classNames: string): HTMLCollectionOf<Element>; getElementsByTagName<K extends keyof HTMLElementTagNameMap>( qualifiedName: K, ): HTMLCollectionOf<HTMLElementTagNameMap[K]>; getElementsByTagName<K extends keyof SVGElementTagNameMap>( qualifiedName: K, ): HTMLCollectionOf<SVGElementTagNameMap[K]>; getElementsByTagName<K extends keyof MathMLElementTagNameMap>( qualifiedName: K, ): HTMLCollectionOf<MathMLElementTagNameMap[K]>; getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>( qualifiedName: K, ): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>; getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>; getElementsByTagNameNS( namespaceURI: "http://www.w3.org/1999/xhtml", localName: string, ): HTMLCollectionOf<HTMLElement>; getElementsByTagNameNS( namespaceURI: "http://www.w3.org/2000/svg", localName: string, ): HTMLCollectionOf<SVGElement>; getElementsByTagNameNS( namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string, ): HTMLCollectionOf<MathMLElement>; getElementsByTagNameNS( namespace: null | string, localName: string, ): HTMLCollectionOf<Element>; getHTML(options?: GetHTMLOptions): string; getRootNode(options?: GetRootNodeOptions): Node; getSVGDocument(): null | Document; hasAttribute(qualifiedName: string): boolean; hasAttributeNS(namespace: null | string, localName: string): boolean; hasAttributes(): boolean; hasChildNodes(): boolean; hasPointerCapture(pointerId: number): boolean; hidePopover(): void; insertAdjacentElement( where: InsertPosition, element: Element, ): null | Element; insertAdjacentHTML(position: InsertPosition, string: string): void; insertAdjacentText(where: InsertPosition, data: string): void; insertBefore<T extends Node>(node: T, child: null | Node): T; isDefaultNamespace(namespace: null | string): boolean; isEqualNode(otherNode: null | Node): boolean; isSameNode(otherNode: null | Node): boolean; lookupNamespaceURI(prefix: null | string): null | string; lookupPrefix(namespace: null | string): null | string; matches(selectors: string): boolean; normalize(): void; prepend(...nodes: (string | Node)[]): void; querySelector<K extends keyof HTMLElementTagNameMap>( selectors: K, ): null | HTMLElementTagNameMap[K]; querySelector<K extends keyof SVGElementTagNameMap>( selectors: K, ): null | SVGElementTagNameMap[K]; querySelector<K extends keyof MathMLElementTagNameMap>( selectors: K, ): null | MathMLElementTagNameMap[K]; querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>( selectors: K, ): null | HTMLElementDeprecatedTagNameMap[K]; querySelector<E extends Element = Element>(selectors: string): null | E; querySelectorAll<K extends keyof HTMLElementTagNameMap>( selectors: K, ): NodeListOf<HTMLElementTagNameMap[K]>; querySelectorAll<K extends keyof SVGElementTagNameMap>( selectors: K, ): NodeListOf<SVGElementTagNameMap[K]>; querySelectorAll<K extends keyof MathMLElementTagNameMap>( selectors: K, ): NodeListOf<MathMLElementTagNameMap[K]>; querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>( selectors: K, ): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>; querySelectorAll<E extends Element = Element>( selectors: string, ): NodeListOf<E>; releasePointerCapture(pointerId: number): void; remove(): void; removeAttribute(qualifiedName: string): void; removeAttributeNode(attr: Attr): Attr; removeAttributeNS(namespace: null | string, localName: string): void; removeChild<T extends Node>(child: T): T; removeEventListener<K extends keyof HTMLElementEventMap>( type: K, listener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions, ): void; removeEventListener( type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions, ): void; replaceChild<T extends Node>(node: Node, child: T): T; replaceChildren(...nodes: (string | Node)[]): void; replaceWith(...nodes: (string | Node)[]): void; reportValidity(): boolean; requestFullscreen(options?: FullscreenOptions): Promise<void>; requestPointerLock(options?: PointerLockOptions): Promise<void>; scroll(options?: ScrollToOptions): void; scroll(x: number, y: number): void; scrollBy(options?: ScrollToOptions): void; scrollBy(x: number, y: number): void; scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void; scrollTo(options?: ScrollToOptions): void; scrollTo(x: number, y: number): void; setAttribute(qualifiedName: string, value: string): void; setAttributeNode(attr: Attr): null | Attr; setAttributeNodeNS(attr: Attr): null | Attr; setAttributeNS( namespace: null | string, qualifiedName: string, value: string, ): void; setCustomValidity(error: string): void; setHTMLUnsafe(html: string): void; setPointerCapture(pointerId: number): void; showPopover(): void; toggleAttribute(qualifiedName: string, force?: boolean): boolean; togglePopover(force?: boolean): boolean; webkitMatchesSelector(selectors: string): boolean;}Hierarchy (View Summary, Expand)HTMLElementHTMLObjectElement IndexPropertiesaccessKey accessKeyLabel align archive ariaAtomic ariaAutoComplete ariaBrailleLabel ariaBrailleRoleDescription ariaBusy ariaChecked ariaColCount ariaColIndex ariaColIndexText ariaColSpan ariaCurrent ariaDescription ariaDisabled ariaExpanded ariaHasPopup ariaHidden ariaInvalid ariaKeyShortcuts ariaLabel ariaLevel ariaLive ariaModal ariaMultiLine ariaMultiSelectable ariaOrientation ariaPlaceholder ariaPosInSet ariaPressed ariaReadOnly ariaRequired ariaRoleDescription ariaRowCount ariaRowIndex ariaRowIndexText ariaRowSpan ariaSelected ariaSetSize ariaSort ariaValueMax ariaValueMin ariaValueNow ariaValueText assignedSlot ATTRIBUTE_NODE attributes attributeStyleMap autocapitalize autofocus baseURI border CDATA_SECTION_NODE childElementCount childNodes children classList className clientHeight clientLeft clientTop clientWidth code codeBase codeType COMMENT_NODE contentDocument contentEditable contentWindow currentCSSZoom data dataset declare dir DOCUMENT_FRAGMENT_NODE DOCUMENT_NODE DOCUMENT_POSITION_CONTAINED_BY DOCUMENT_POSITION_CONTAINS DOCUMENT_POSITION_DISCONNECTED DOCUMENT_POSITION_FOLLOWING DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC DOCUMENT_POSITION_PRECEDING DOCUMENT_TYPE_NODE draggable ELEMENT_NODE enterKeyHint ENTITY_NODE ENTITY_REFERENCE_NODE firstChild firstElementChild form height hidden hspace id inert innerHTML innerText inputMode isConnected isContentEditable lang lastChild lastElementChild localName name namespaceURI nextElementSibling nextSibling nodeName nodeType nodeValue nonce? NOTATION_NODE offsetHeight offsetLeft offsetParent offsetTop offsetWidth onabort onanimationcancel onanimationend onanimationiteration onanimationstart onauxclick onbeforeinput onbeforetoggle onblur oncancel oncanplay oncanplaythrough onchange onclick onclose oncontextlost oncontextmenu oncontextrestored oncopy oncuechange oncut ondblclick ondrag ondragend ondragenter ondragleave ondragover ondragstart ondrop ondurationchange onemptied onended onerror onfocus onformdata onfullscreenchange onfullscreenerror ongotpointercapture oninput oninvalid onkeydown onkeypress onkeyup onload onloadeddata onloadedmetadata onloadstart onlostpointercapture onmousedown onmouseenter onmouseleave onmousemove onmouseout onmouseover onmouseup onpaste onpause onplay onplaying onpointercancel onpointerdown onpointerenter onpointerleave onpointermove onpointerout onpointerover onpointerup onprogress onratechange onreset onresize onscroll onscrollend onsecuritypolicyviolation onseeked onseeking onselect onselectionchange onselectstart onslotchange onstalled onsubmit onsuspend ontimeupdate ontoggle ontouchcancel? ontouchend? ontouchmove? ontouchstart? ontransitioncancel ontransitionend ontransitionrun ontransitionstart onvolumechange onwaiting onwebkitanimationend onwebkitanimationiteration onwebkitanimationstart onwebkittransitionend onwheel outerHTML outerText ownerDocument parentElement parentNode part popover prefix previousElementSibling previousSibling PROCESSING_INSTRUCTION_NODE role scrollHeight scrollLeft scrollTop scrollWidth shadowRoot slot spellcheck standby style tabIndex tagName TEXT_NODE textContent title translate type useMap validationMessage validity vspace width willValidate writingSuggestions MethodsaddEventListener after animate append appendChild attachInternals attachShadow before blur checkValidity checkVisibility click cloneNode closest compareDocumentPosition computedStyleMap contains dispatchEvent focus getAnimations getAttribute getAttributeNames getAttributeNode getAttributeNodeNS getAttributeNS getBoundingClientRect getClientRects getElementsByClassName getElementsByTagName getElementsByTagNameNS getHTML getRootNode getSVGDocument hasAttribute hasAttributeNS hasAttributes hasChildNodes hasPointerCapture hidePopover insertAdjacentElement insertAdjacentHTML insertAdjacentText insertBefore isDefaultNamespace isEqualNode isSameNode lookupNamespaceURI lookupPrefix matches normalize prepend querySelector querySelectorAll releasePointerCapture remove removeAttribute removeAttributeNode removeAttributeNS removeChild removeEventListener replaceChild replaceChildren replaceWith reportValidity requestFullscreen requestPointerLock scroll scrollBy scrollIntoView scrollTo setAttribute setAttributeNode setAttributeNodeNS setAttributeNS setCustomValidity setHTMLUnsafe setPointerCapture showPopover toggleAttribute togglePopover webkitMatchesSelector PropertiesaccessKeyaccessKey: stringMDN Reference ReadonlyaccessKeyLabelaccessKeyLabel: stringMDN Reference alignalign: stringDeprecatedarchivearchive: stringSets or retrieves a character string that can be used to implement your own archive functionality for the object. DeprecatedariaAtomicariaAtomic: null | stringMDN Reference ariaAutoCompleteariaAutoComplete: null | stringMDN Reference ariaBrailleLabelariaBrailleLabel: null | stringMDN Reference ariaBrailleRoleDescriptionariaBrailleRoleDescription: null | stringMDN Reference ariaBusyariaBusy: null | stringMDN Reference ariaCheckedariaChecked: null | stringMDN Reference ariaColCountariaColCount: null | stringMDN Reference ariaColIndexariaColIndex: null | stringMDN Reference ariaColIndexTextariaColIndexText: null | stringMDN Reference ariaColSpanariaColSpan: null | stringMDN Reference ariaCurrentariaCurrent: null | stringMDN Reference ariaDescriptionariaDescription: null | stringMDN Reference ariaDisabledariaDisabled: null | stringMDN Reference ariaExpandedariaExpanded: null | stringMDN Reference ariaHasPopupariaHasPopup: null | stringMDN Reference ariaHiddenariaHidden: null | stringMDN Reference ariaInvalidariaInvalid: null | stringariaKeyShortcutsariaKeyShortcuts: null | stringMDN Reference ariaLabelariaLabel: null | stringMDN Reference ariaLevelariaLevel: null | stringMDN Reference ariaLiveariaLive: null | stringMDN Reference ariaModalariaModal: null | stringMDN Reference ariaMultiLineariaMultiLine: null | stringMDN Reference ariaMultiSelectableariaMultiSelectable: null | stringMDN Reference ariaOrientationariaOrientation: null | stringMDN Reference ariaPlaceholderariaPlaceholder: null | stringMDN Reference ariaPosInSetariaPosInSet: null | stringMDN Reference ariaPressedariaPressed: null | stringMDN Reference ariaReadOnlyariaReadOnly: null | stringMDN Reference ariaRequiredariaRequired: null | stringMDN Reference ariaRoleDescriptionariaRoleDescription: null | stringMDN Reference ariaRowCountariaRowCount: null | stringMDN Reference ariaRowIndexariaRowIndex: null | stringMDN Reference ariaRowIndexTextariaRowIndexText: null | stringMDN Reference ariaRowSpanariaRowSpan: null | stringMDN Reference ariaSelectedariaSelected: null | stringMDN Reference ariaSetSizeariaSetSize: null | stringMDN Reference ariaSortariaSort: null | stringMDN Reference ariaValueMaxariaValueMax: null | stringMDN Reference ariaValueMinariaValueMin: null | stringMDN Reference ariaValueNowariaValueNow: null | stringMDN Reference ariaValueTextariaValueText: null | stringMDN Reference ReadonlyassignedSlotassignedSlot: null | HTMLSlotElementMDN Reference ReadonlyATTRIBUTE_NODEATTRIBUTE_NODE: 2Readonlyattributesattributes: NamedNodeMapMDN Reference ReadonlyattributeStyleMapattributeStyleMap: StylePropertyMapMDN Reference autocapitalizeautocapitalize: stringMDN Reference autofocusautofocus: booleanMDN Reference ReadonlybaseURIbaseURI: stringReturns node's node document's document base URL. MDN Reference borderborder: stringDeprecatedReadonlyCDATA_SECTION_NODECDATA_SECTION_NODE: 4node is a CDATASection node. ReadonlychildElementCountchildElementCount: numberMDN Reference ReadonlychildNodeschildNodes: NodeListOf<ChildNode>Returns the children. MDN Reference Readonlychildrenchildren: HTMLCollectionReturns the child elements. MDN Reference ReadonlyclassListclassList: DOMTokenListAllows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object. MDN Reference classNameclassName: stringReturns the value of element's class content attribute. Can be set to change it. MDN Reference ReadonlyclientHeightclientHeight: numberMDN Reference ReadonlyclientLeftclientLeft: numberMDN Reference ReadonlyclientTopclientTop: numberMDN Reference ReadonlyclientWidthclientWidth: numberMDN Reference codecode: stringSets or retrieves the URL of the file containing the compiled Java class. DeprecatedcodeBasecodeBase: stringSets or retrieves the URL of the component. DeprecatedcodeTypecodeType: stringSets or retrieves the Internet media type for the code associated with the object. DeprecatedReadonlyCOMMENT_NODECOMMENT_NODE: 8node is a Comment node. ReadonlycontentDocumentcontentDocument: null | DocumentRetrieves the document object of the page or frame. MDN Reference contentEditablecontentEditable: stringMDN Reference ReadonlycontentWindowcontentWindow: null | WindowMDN Reference ReadonlycurrentCSSZoomcurrentCSSZoom: numberMDN Reference datadata: stringSets or retrieves the URL that references the data of the object. MDN Reference Readonlydatasetdataset: DOMStringMapMDN Reference declaredeclare: booleanDeprecateddirdir: stringMDN Reference ReadonlyDOCUMENT_FRAGMENT_NODEDOCUMENT_FRAGMENT_NODE: 11node is a DocumentFragment node. ReadonlyDOCUMENT_NODEDOCUMENT_NODE: 9node is a document. ReadonlyDOCUMENT_POSITION_CONTAINED_BYDOCUMENT_POSITION_CONTAINED_BY: 16Set when other is a descendant of node. ReadonlyDOCUMENT_POSITION_CONTAINSDOCUMENT_POSITION_CONTAINS: 8Set when other is an ancestor of node. ReadonlyDOCUMENT_POSITION_DISCONNECTEDDOCUMENT_POSITION_DISCONNECTED: 1Set when node and other are not in the same tree. ReadonlyDOCUMENT_POSITION_FOLLOWINGDOCUMENT_POSITION_FOLLOWING: 4Set when other is following node. ReadonlyDOCUMENT_POSITION_IMPLEMENTATION_SPECIFICDOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32ReadonlyDOCUMENT_POSITION_PRECEDINGDOCUMENT_POSITION_PRECEDING: 2Set when other is preceding node. ReadonlyDOCUMENT_TYPE_NODEDOCUMENT_TYPE_NODE: 10node is a doctype. draggabledraggable: booleanMDN Reference ReadonlyELEMENT_NODEELEMENT_NODE: 1node is an element. enterKeyHintenterKeyHint: stringMDN Reference ReadonlyENTITY_NODEENTITY_NODE: 6ReadonlyENTITY_REFERENCE_NODEENTITY_REFERENCE_NODE: 5ReadonlyfirstChildfirstChild: null | ChildNodeReturns the first child. MDN Reference ReadonlyfirstElementChildfirstElementChild: null | ElementReturns the first child that is an element, and null otherwise. MDN Reference Readonlyformform: null | HTMLFormElementRetrieves a reference to the form that the object is embedded in. MDN Reference heightheight: stringSets or retrieves the height of the object. MDN Reference hiddenhidden: booleanMDN Reference hspacehspace: numberDeprecatedidid: stringReturns the value of element's id content attribute. Can be set to change it. MDN Reference inertinert: booleanMDN Reference innerHTMLinnerHTML: stringMDN Reference innerTextinnerText: stringMDN Reference inputModeinputMode: stringMDN Reference ReadonlyisConnectedisConnected: booleanReturns true if node is connected and false otherwise. MDN Reference ReadonlyisContentEditableisContentEditable: booleanMDN Reference langlang: stringMDN Reference ReadonlylastChildlastChild: null | ChildNodeReturns the last child. MDN Reference ReadonlylastElementChildlastElementChild: null | ElementReturns the last child that is an element, and null otherwise. MDN Reference ReadonlylocalNamelocalName: stringReturns the local name. MDN Reference namename: stringSets or retrieves the name of the object. MDN Reference ReadonlynamespaceURInamespaceURI: null | stringReturns the namespace. MDN Reference ReadonlynextElementSiblingnextElementSibling: null | ElementReturns the first following sibling that is an element, and null otherwise. MDN Reference ReadonlynextSiblingnextSibling: null | ChildNodeReturns the next sibling. MDN Reference ReadonlynodeNamenodeName: stringReturns a string appropriate for the type of node. MDN Reference ReadonlynodeTypenodeType: numberReturns the type of node. MDN Reference nodeValuenodeValue: null | stringMDN Reference Optionalnoncenonce?: stringMDN Reference ReadonlyNOTATION_NODENOTATION_NODE: 12ReadonlyoffsetHeightoffsetHeight: numberMDN Reference ReadonlyoffsetLeftoffsetLeft: numberMDN Reference ReadonlyoffsetParentoffsetParent: null | ElementMDN Reference ReadonlyoffsetTopoffsetTop: numberMDN Reference ReadonlyoffsetWidthoffsetWidth: numberMDN Reference onabortonabort: null | (this: GlobalEventHandlers, ev: UIEvent) => anyFires when the user aborts the download. Param: evThe event. MDN Reference onanimationcancelonanimationcancel: null | (this: GlobalEventHandlers, ev: AnimationEvent) => anyMDN Reference onanimationendonanimationend: null | (this: GlobalEventHandlers, ev: AnimationEvent) => anyMDN Reference onanimationiterationonanimationiteration: | null | (this: GlobalEventHandlers, ev: AnimationEvent) => anyMDN Reference onanimationstartonanimationstart: null | (this: GlobalEventHandlers, ev: AnimationEvent) => anyMDN Reference onauxclickonauxclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyMDN Reference onbeforeinputonbeforeinput: null | (this: GlobalEventHandlers, ev: InputEvent) => anyMDN Reference onbeforetoggleonbeforetoggle: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onbluronblur: null | (this: GlobalEventHandlers, ev: FocusEvent) => anyFires when the object loses the input focus. Param: evThe focus event. MDN Reference oncanceloncancel: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oncanplayoncanplay: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when playback is possible, but would require further buffering. Param: evThe event. MDN Reference oncanplaythroughoncanplaythrough: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onchangeonchange: null | (this: GlobalEventHandlers, ev: Event) => anyFires when the contents of the object or selection have changed. Param: evThe event. MDN Reference onclickonclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user clicks the left mouse button on the object Param: evThe mouse event. MDN Reference oncloseonclose: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oncontextlostoncontextlost: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oncontextmenuoncontextmenu: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user clicks the right mouse button in the client area, opening the context menu. Param: evThe mouse event. MDN Reference oncontextrestoredoncontextrestored: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oncopyoncopy: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => anyMDN Reference oncuechangeoncuechange: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oncutoncut: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => anyMDN Reference ondblclickondblclick: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user double-clicks the object. Param: evThe mouse event. MDN Reference ondragondrag: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the source object continuously during a drag operation. Param: evThe event. MDN Reference ondragendondragend: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the source object when the user releases the mouse at the close of a drag operation. Param: evThe event. MDN Reference ondragenterondragenter: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the target element when the user drags the object to a valid drop target. Param: evThe drag event. MDN Reference ondragleaveondragleave: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the target object when the user moves the mouse out of a valid drop target during a drag operation. Param: evThe drag event. MDN Reference ondragoverondragover: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the target element continuously while the user drags the object over a valid drop target. Param: evThe event. MDN Reference ondragstartondragstart: null | (this: GlobalEventHandlers, ev: DragEvent) => anyFires on the source object when the user starts to drag a text selection or selected object. Param: evThe event. MDN Reference ondropondrop: null | (this: GlobalEventHandlers, ev: DragEvent) => anyMDN Reference ondurationchangeondurationchange: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the duration attribute is updated. Param: evThe event. MDN Reference onemptiedonemptied: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the media element is reset to its initial state. Param: evThe event. MDN Reference onendedonended: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the end of playback is reached. Param: evThe event MDN Reference onerroronerror: OnErrorEventHandlerFires when an error occurs during object loading. Param: evThe event. MDN Reference onfocusonfocus: null | (this: GlobalEventHandlers, ev: FocusEvent) => anyFires when the object receives focus. Param: evThe event. MDN Reference onformdataonformdata: null | (this: GlobalEventHandlers, ev: FormDataEvent) => anyMDN Reference onfullscreenchangeonfullscreenchange: null | (this: Element, ev: Event) => anyMDN Reference onfullscreenerroronfullscreenerror: null | (this: Element, ev: Event) => anyMDN Reference ongotpointercaptureongotpointercapture: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference oninputoninput: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference oninvalidoninvalid: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onkeydownonkeydown: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => anyFires when the user presses a key. Param: evThe keyboard event MDN Reference onkeypressonkeypress: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => anyFires when the user presses an alphanumeric key. Param: evThe event. DeprecatedMDN Reference onkeyuponkeyup: null | (this: GlobalEventHandlers, ev: KeyboardEvent) => anyFires when the user releases a key. Param: evThe keyboard event MDN Reference onloadonload: null | (this: GlobalEventHandlers, ev: Event) => anyFires immediately after the browser loads the object. Param: evThe event. MDN Reference onloadeddataonloadeddata: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when media data is loaded at the current playback position. Param: evThe event. MDN Reference onloadedmetadataonloadedmetadata: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the duration and dimensions of the media have been determined. Param: evThe event. MDN Reference onloadstartonloadstart: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when Internet Explorer begins looking for media data. Param: evThe event. MDN Reference onlostpointercaptureonlostpointercapture: | null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onmousedownonmousedown: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user clicks the object with either mouse button. Param: evThe mouse event. MDN Reference onmouseenteronmouseenter: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyMDN Reference onmouseleaveonmouseleave: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyMDN Reference onmousemoveonmousemove: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user moves the mouse over the object. Param: evThe mouse event. MDN Reference onmouseoutonmouseout: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user moves the mouse pointer outside the boundaries of the object. Param: evThe mouse event. MDN Reference onmouseoveronmouseover: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user moves the mouse pointer into the object. Param: evThe mouse event. MDN Reference onmouseuponmouseup: null | (this: GlobalEventHandlers, ev: MouseEvent) => anyFires when the user releases a mouse button while the mouse is over the object. Param: evThe mouse event. MDN Reference onpasteonpaste: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => anyMDN Reference onpauseonpause: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when playback is paused. Param: evThe event. MDN Reference onplayonplay: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the play method is requested. Param: evThe event. MDN Reference onplayingonplaying: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the audio or video has started playing. Param: evThe event. MDN Reference onpointercancelonpointercancel: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointerdownonpointerdown: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointerenteronpointerenter: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointerleaveonpointerleave: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointermoveonpointermove: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointeroutonpointerout: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointeroveronpointerover: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onpointeruponpointerup: null | (this: GlobalEventHandlers, ev: PointerEvent) => anyMDN Reference onprogressonprogress: | null | (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => anyOccurs to indicate progress while downloading media data. Param: evThe event. MDN Reference onratechangeonratechange: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the playback rate is increased or decreased. Param: evThe event. MDN Reference onresetonreset: null | (this: GlobalEventHandlers, ev: Event) => anyFires when the user resets a form. Param: evThe event. MDN Reference onresizeonresize: null | (this: GlobalEventHandlers, ev: UIEvent) => anyMDN Reference onscrollonscroll: null | (this: GlobalEventHandlers, ev: Event) => anyFires when the user repositions the scroll box in the scroll bar on the object. Param: evThe event. MDN Reference onscrollendonscrollend: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onsecuritypolicyviolationonsecuritypolicyviolation: | null | (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => anyMDN Reference onseekedonseeked: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the seek operation ends. Param: evThe event. MDN Reference onseekingonseeking: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the current playback position is moved. Param: evThe event. MDN Reference onselectonselect: null | (this: GlobalEventHandlers, ev: Event) => anyFires when the current selection changes. Param: evThe event. MDN Reference onselectionchangeonselectionchange: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onselectstartonselectstart: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onslotchangeonslotchange: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference onstalledonstalled: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the download has stopped. Param: evThe event. MDN Reference onsubmitonsubmit: null | (this: GlobalEventHandlers, ev: SubmitEvent) => anyMDN Reference onsuspendonsuspend: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs if the load operation has been intentionally halted. Param: evThe event. MDN Reference ontimeupdateontimeupdate: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs to indicate the current playback position. Param: evThe event. MDN Reference ontoggleontoggle: null | (this: GlobalEventHandlers, ev: Event) => anyMDN Reference Optionalontouchcancelontouchcancel?: null | (this: GlobalEventHandlers, ev: TouchEvent) => anyMDN Reference Optionalontouchendontouchend?: null | (this: GlobalEventHandlers, ev: TouchEvent) => anyMDN Reference Optionalontouchmoveontouchmove?: null | (this: GlobalEventHandlers, ev: TouchEvent) => anyMDN Reference Optionalontouchstartontouchstart?: null | (this: GlobalEventHandlers, ev: TouchEvent) => anyMDN Reference ontransitioncancelontransitioncancel: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => anyMDN Reference ontransitionendontransitionend: null | (this: GlobalEventHandlers, ev: TransitionEvent) => anyMDN Reference ontransitionrunontransitionrun: null | (this: GlobalEventHandlers, ev: TransitionEvent) => anyMDN Reference ontransitionstartontransitionstart: | null | (this: GlobalEventHandlers, ev: TransitionEvent) => anyMDN Reference onvolumechangeonvolumechange: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when the volume is changed, or playback is muted or unmuted. Param: evThe event. MDN Reference onwaitingonwaiting: null | (this: GlobalEventHandlers, ev: Event) => anyOccurs when playback stops because the next frame of a video resource is not available. Param: evThe event. MDN Reference onwebkitanimationendonwebkitanimationend: null | (this: GlobalEventHandlers, ev: Event) => anyDeprecatedThis is a legacy alias of onanimationend. MDN Reference onwebkitanimationiterationonwebkitanimationiteration: null | (this: GlobalEventHandlers, ev: Event) => anyDeprecatedThis is a legacy alias of onanimationiteration. MDN Reference onwebkitanimationstartonwebkitanimationstart: null | (this: GlobalEventHandlers, ev: Event) => anyDeprecatedThis is a legacy alias of onanimationstart. MDN Reference onwebkittransitionendonwebkittransitionend: null | (this: GlobalEventHandlers, ev: Event) => anyDeprecatedThis is a legacy alias of ontransitionend. MDN Reference onwheelonwheel: null | (this: GlobalEventHandlers, ev: WheelEvent) => anyMDN Reference outerHTMLouterHTML: stringMDN Reference outerTextouterText: stringMDN Reference ReadonlyownerDocumentownerDocument: DocumentReturns the node document. Returns null for documents. MDN Reference ReadonlyparentElementparentElement: null | HTMLElementReturns the parent element. MDN Reference ReadonlyparentNodeparentNode: null | ParentNodeReturns the parent. MDN Reference Readonlypartpart: DOMTokenListMDN Reference popoverpopover: null | stringMDN Reference Readonlyprefixprefix: null | stringReturns the namespace prefix. MDN Reference ReadonlypreviousElementSiblingpreviousElementSibling: null | ElementReturns the first preceding sibling that is an element, and null otherwise. MDN Reference ReadonlypreviousSiblingpreviousSibling: null | ChildNodeReturns the previous sibling. MDN Reference ReadonlyPROCESSING_INSTRUCTION_NODEPROCESSING_INSTRUCTION_NODE: 7node is a ProcessingInstruction node. rolerole: null | stringReadonlyscrollHeightscrollHeight: numberMDN Reference scrollLeftscrollLeft: numberMDN Reference scrollTopscrollTop: numberMDN Reference ReadonlyscrollWidthscrollWidth: numberMDN Reference ReadonlyshadowRootshadowRoot: null | ShadowRootReturns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise. MDN Reference slotslot: stringReturns the value of element's slot content attribute. Can be set to change it. MDN Reference spellcheckspellcheck: booleanMDN Reference standbystandby: stringSets or retrieves a message to be displayed while an object is loading. DeprecatedReadonlystylestyle: CSSStyleDeclarationMDN Reference tabIndextabIndex: numberMDN Reference ReadonlytagNametagName: stringReturns the HTML-uppercased qualified name. MDN Reference ReadonlyTEXT_NODETEXT_NODE: 3node is a Text node. textContenttextContent: null | stringMDN Reference titletitle: stringMDN Reference translatetranslate: booleanMDN Reference typetype: stringSets or retrieves the MIME type of the object. MDN Reference useMapuseMap: stringSets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map. DeprecatedMDN Reference ReadonlyvalidationMessagevalidationMessage: stringReturns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting. MDN Reference Readonlyvalidityvalidity: ValidityStateReturns a ValidityState object that represents the validity states of an element. MDN Reference vspacevspace: numberDeprecatedwidthwidth: stringSets or retrieves the width of the object. MDN Reference ReadonlywillValidatewillValidate: booleanReturns whether an element will successfully validate based on forms validation rules and constraints. MDN Reference writingSuggestionswritingSuggestions: string MethodsaddEventListeneraddEventListener<K extends keyof HTMLElementEventMap>( type: K, listener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions,): voidAppends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched. The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture. When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET. When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners. When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed. If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted. The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture. MDN Reference Type ParametersK extends keyof HTMLElementEventMapParameterstype: Klistener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => anyOptionaloptions: boolean | AddEventListenerOptionsReturns voidaddEventListener( type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions,): voidAppends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched. The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture. When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET. When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners. When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed. If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted. The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture. MDN Reference Parameterstype: stringlistener: EventListenerOrEventListenerObjectOptionaloptions: boolean | AddEventListenerOptionsReturns voidafterafter(...nodes: (string | Node)[]): voidInserts nodes just after node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidanimateanimate( keyframes: null | PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions,): AnimationMDN Reference Parameterskeyframes: null | PropertyIndexedKeyframes | Keyframe[]Optionaloptions: number | KeyframeAnimationOptionsReturns Animationappendappend(...nodes: (string | Node)[]): voidInserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidappendChildappendChild<T extends Node>(node: T): TMDN Reference Type ParametersT extends NodeParametersnode: TReturns TattachInternalsattachInternals(): ElementInternalsMDN Reference Returns ElementInternalsattachShadowattachShadow(init: ShadowRootInit): ShadowRootCreates a shadow root for element and returns it. MDN Reference Parametersinit: ShadowRootInitReturns ShadowRootbeforebefore(...nodes: (string | Node)[]): voidInserts nodes just before node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidblurblur(): voidMDN Reference Returns voidcheckValiditycheckValidity(): booleanReturns whether a form will validate when it is submitted, without having to submit it. MDN Reference Returns booleancheckVisibilitycheckVisibility(options?: CheckVisibilityOptions): booleanMDN Reference ParametersOptionaloptions: CheckVisibilityOptionsReturns booleanclickclick(): voidMDN Reference Returns voidcloneNodecloneNode(deep?: boolean): NodeReturns a copy of node. If deep is true, the copy also includes the node's descendants. MDN Reference ParametersOptionaldeep: booleanReturns Nodeclosestclosest<K extends keyof HTMLElementTagNameMap>( selector: K,): null | HTMLElementTagNameMap[K]Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise. MDN Reference Type ParametersK extends keyof HTMLElementTagNameMapParametersselector: KReturns null | HTMLElementTagNameMap[K]closest<K extends keyof SVGElementTagNameMap>( selector: K,): null | SVGElementTagNameMap[K]Type ParametersK extends keyof SVGElementTagNameMapParametersselector: KReturns null | SVGElementTagNameMap[K]closest<K extends keyof MathMLElementTagNameMap>( selector: K,): null | MathMLElementTagNameMap[K]Type ParametersK extends keyof MathMLElementTagNameMapParametersselector: KReturns null | MathMLElementTagNameMap[K]closest<E extends Element = Element>(selectors: string): null | EType ParametersE extends Element = ElementParametersselectors: stringReturns null | EcompareDocumentPositioncompareDocumentPosition(other: Node): numberReturns a bitmask indicating the position of other relative to node. MDN Reference Parametersother: NodeReturns numbercomputedStyleMapcomputedStyleMap(): StylePropertyMapReadOnlyMDN Reference Returns StylePropertyMapReadOnlycontainscontains(other: null | Node): booleanReturns true if other is an inclusive descendant of node, and false otherwise. MDN Reference Parametersother: null | NodeReturns booleandispatchEventdispatchEvent(event: Event): booleanDispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. MDN Reference Parametersevent: EventReturns booleanfocusfocus(options?: FocusOptions): voidMDN Reference ParametersOptionaloptions: FocusOptionsReturns voidgetAnimationsgetAnimations(options?: GetAnimationsOptions): Animation[]MDN Reference ParametersOptionaloptions: GetAnimationsOptionsReturns Animation[]getAttributegetAttribute(qualifiedName: string): null | stringReturns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise. MDN Reference ParametersqualifiedName: stringReturns null | stringgetAttributeNamesgetAttributeNames(): string[]Returns the qualified names of all element's attributes. Can contain duplicates. MDN Reference Returns string[]getAttributeNodegetAttributeNode(qualifiedName: string): null | AttrMDN Reference ParametersqualifiedName: stringReturns null | AttrgetAttributeNodeNSgetAttributeNodeNS(namespace: null | string, localName: string): null | AttrMDN Reference Parametersnamespace: null | stringlocalName: stringReturns null | AttrgetAttributeNSgetAttributeNS(namespace: null | string, localName: string): null | stringReturns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise. MDN Reference Parametersnamespace: null | stringlocalName: stringReturns null | stringgetBoundingClientRectgetBoundingClientRect(): DOMRectMDN Reference Returns DOMRectgetClientRectsgetClientRects(): DOMRectListMDN Reference Returns DOMRectListgetElementsByClassNamegetElementsByClassName(classNames: string): HTMLCollectionOf<Element>Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes. MDN Reference ParametersclassNames: stringReturns HTMLCollectionOf<Element>getElementsByTagNamegetElementsByTagName<K extends keyof HTMLElementTagNameMap>( qualifiedName: K,): HTMLCollectionOf<HTMLElementTagNameMap[K]>MDN Reference Type ParametersK extends keyof HTMLElementTagNameMapParametersqualifiedName: KReturns HTMLCollectionOf<HTMLElementTagNameMap[K]>getElementsByTagName<K extends keyof SVGElementTagNameMap>( qualifiedName: K,): HTMLCollectionOf<SVGElementTagNameMap[K]>Type ParametersK extends keyof SVGElementTagNameMapParametersqualifiedName: KReturns HTMLCollectionOf<SVGElementTagNameMap[K]>getElementsByTagName<K extends keyof MathMLElementTagNameMap>( qualifiedName: K,): HTMLCollectionOf<MathMLElementTagNameMap[K]>Type ParametersK extends keyof MathMLElementTagNameMapParametersqualifiedName: KReturns HTMLCollectionOf<MathMLElementTagNameMap[K]>getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>( qualifiedName: K,): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>Type ParametersK extends keyof HTMLElementDeprecatedTagNameMapParametersqualifiedName: KReturns HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>DeprecatedgetElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>ParametersqualifiedName: stringReturns HTMLCollectionOf<Element>getElementsByTagNameNSgetElementsByTagNameNS( namespaceURI: "http://www.w3.org/1999/xhtml", localName: string,): HTMLCollectionOf<HTMLElement>MDN Reference ParametersnamespaceURI: "http://www.w3.org/1999/xhtml"localName: stringReturns HTMLCollectionOf<HTMLElement>getElementsByTagNameNS( namespaceURI: "http://www.w3.org/2000/svg", localName: string,): HTMLCollectionOf<SVGElement>ParametersnamespaceURI: "http://www.w3.org/2000/svg"localName: stringReturns HTMLCollectionOf<SVGElement>getElementsByTagNameNS( namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string,): HTMLCollectionOf<MathMLElement>ParametersnamespaceURI: "http://www.w3.org/1998/Math/MathML"localName: stringReturns HTMLCollectionOf<MathMLElement>getElementsByTagNameNS( namespace: null | string, localName: string,): HTMLCollectionOf<Element>Parametersnamespace: null | stringlocalName: stringReturns HTMLCollectionOf<Element>getHTMLgetHTML(options?: GetHTMLOptions): stringMDN Reference ParametersOptionaloptions: GetHTMLOptionsReturns stringgetRootNodegetRootNode(options?: GetRootNodeOptions): NodeReturns node's root. MDN Reference ParametersOptionaloptions: GetRootNodeOptionsReturns NodegetSVGDocumentgetSVGDocument(): null | DocumentReturns null | DocumenthasAttributehasAttribute(qualifiedName: string): booleanReturns true if element has an attribute whose qualified name is qualifiedName, and false otherwise. MDN Reference ParametersqualifiedName: stringReturns booleanhasAttributeNShasAttributeNS(namespace: null | string, localName: string): booleanReturns true if element has an attribute whose namespace is namespace and local name is localName. MDN Reference Parametersnamespace: null | stringlocalName: stringReturns booleanhasAttributeshasAttributes(): booleanReturns true if element has attributes, and false otherwise. MDN Reference Returns booleanhasChildNodeshasChildNodes(): booleanReturns whether node has children. MDN Reference Returns booleanhasPointerCapturehasPointerCapture(pointerId: number): booleanMDN Reference ParameterspointerId: numberReturns booleanhidePopoverhidePopover(): voidMDN Reference Returns voidinsertAdjacentElementinsertAdjacentElement(where: InsertPosition, element: Element): null | ElementMDN Reference Parameterswhere: InsertPositionelement: ElementReturns null | ElementinsertAdjacentHTMLinsertAdjacentHTML(position: InsertPosition, string: string): voidMDN Reference Parametersposition: InsertPositionstring: stringReturns voidinsertAdjacentTextinsertAdjacentText(where: InsertPosition, data: string): voidMDN Reference Parameterswhere: InsertPositiondata: stringReturns voidinsertBeforeinsertBefore<T extends Node>(node: T, child: null | Node): TMDN Reference Type ParametersT extends NodeParametersnode: Tchild: null | NodeReturns TisDefaultNamespaceisDefaultNamespace(namespace: null | string): booleanMDN Reference Parametersnamespace: null | stringReturns booleanisEqualNodeisEqualNode(otherNode: null | Node): booleanReturns whether node and otherNode have the same properties. MDN Reference ParametersotherNode: null | NodeReturns booleanisSameNodeisSameNode(otherNode: null | Node): booleanMDN Reference ParametersotherNode: null | NodeReturns booleanlookupNamespaceURIlookupNamespaceURI(prefix: null | string): null | stringMDN Reference Parametersprefix: null | stringReturns null | stringlookupPrefixlookupPrefix(namespace: null | string): null | stringMDN Reference Parametersnamespace: null | stringReturns null | stringmatchesmatches(selectors: string): booleanReturns true if matching selectors against element's root yields element, and false otherwise. MDN Reference Parametersselectors: stringReturns booleannormalizenormalize(): voidRemoves empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes. MDN Reference Returns voidprependprepend(...nodes: (string | Node)[]): voidInserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidquerySelectorquerySelector<K extends keyof HTMLElementTagNameMap>( selectors: K,): null | HTMLElementTagNameMap[K]Returns the first element that is a descendant of node that matches selectors. MDN Reference Type ParametersK extends keyof HTMLElementTagNameMapParametersselectors: KReturns null | HTMLElementTagNameMap[K]querySelector<K extends keyof SVGElementTagNameMap>( selectors: K,): null | SVGElementTagNameMap[K]Type ParametersK extends keyof SVGElementTagNameMapParametersselectors: KReturns null | SVGElementTagNameMap[K]querySelector<K extends keyof MathMLElementTagNameMap>( selectors: K,): null | MathMLElementTagNameMap[K]Type ParametersK extends keyof MathMLElementTagNameMapParametersselectors: KReturns null | MathMLElementTagNameMap[K]querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>( selectors: K,): null | HTMLElementDeprecatedTagNameMap[K]Type ParametersK extends keyof HTMLElementDeprecatedTagNameMapParametersselectors: KReturns null | HTMLElementDeprecatedTagNameMap[K]DeprecatedquerySelector<E extends Element = Element>(selectors: string): null | EType ParametersE extends Element = ElementParametersselectors: stringReturns null | EquerySelectorAllquerySelectorAll<K extends keyof HTMLElementTagNameMap>( selectors: K,): NodeListOf<HTMLElementTagNameMap[K]>Returns all element descendants of node that match selectors. MDN Reference Type ParametersK extends keyof HTMLElementTagNameMapParametersselectors: KReturns NodeListOf<HTMLElementTagNameMap[K]>querySelectorAll<K extends keyof SVGElementTagNameMap>( selectors: K,): NodeListOf<SVGElementTagNameMap[K]>Type ParametersK extends keyof SVGElementTagNameMapParametersselectors: KReturns NodeListOf<SVGElementTagNameMap[K]>querySelectorAll<K extends keyof MathMLElementTagNameMap>( selectors: K,): NodeListOf<MathMLElementTagNameMap[K]>Type ParametersK extends keyof MathMLElementTagNameMapParametersselectors: KReturns NodeListOf<MathMLElementTagNameMap[K]>querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>( selectors: K,): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>Type ParametersK extends keyof HTMLElementDeprecatedTagNameMapParametersselectors: KReturns NodeListOf<HTMLElementDeprecatedTagNameMap[K]>DeprecatedquerySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>Type ParametersE extends Element = ElementParametersselectors: stringReturns NodeListOf<E>releasePointerCapturereleasePointerCapture(pointerId: number): voidMDN Reference ParameterspointerId: numberReturns voidremoveremove(): voidRemoves node. MDN Reference Returns voidremoveAttributeremoveAttribute(qualifiedName: string): voidRemoves element's first attribute whose qualified name is qualifiedName. MDN Reference ParametersqualifiedName: stringReturns voidremoveAttributeNoderemoveAttributeNode(attr: Attr): AttrMDN Reference Parametersattr: AttrReturns AttrremoveAttributeNSremoveAttributeNS(namespace: null | string, localName: string): voidRemoves element's attribute whose namespace is namespace and local name is localName. MDN Reference Parametersnamespace: null | stringlocalName: stringReturns voidremoveChildremoveChild<T extends Node>(child: T): TMDN Reference Type ParametersT extends NodeParameterschild: TReturns TremoveEventListenerremoveEventListener<K extends keyof HTMLElementEventMap>( type: K, listener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions,): voidRemoves the event listener in target's event listener list with the same type, callback, and options. MDN Reference Type ParametersK extends keyof HTMLElementEventMapParameterstype: Klistener: (this: HTMLObjectElement, ev: HTMLElementEventMap[K]) => anyOptionaloptions: boolean | EventListenerOptionsReturns voidremoveEventListener( type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions,): voidRemoves the event listener in target's event listener list with the same type, callback, and options. MDN Reference Parameterstype: stringlistener: EventListenerOrEventListenerObjectOptionaloptions: boolean | EventListenerOptionsReturns voidreplaceChildreplaceChild<T extends Node>(node: Node, child: T): TMDN Reference Type ParametersT extends NodeParametersnode: Nodechild: TReturns TreplaceChildrenreplaceChildren(...nodes: (string | Node)[]): voidReplace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidreplaceWithreplaceWith(...nodes: (string | Node)[]): voidReplaces node with nodes, while replacing strings in nodes with equivalent Text nodes. Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated. MDN Reference Parameters...nodes: (string | Node)[]Returns voidreportValidityreportValidity(): booleanMDN Reference Returns booleanrequestFullscreenrequestFullscreen(options?: FullscreenOptions): Promise<void>Displays element fullscreen and resolves promise when done. When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference. MDN Reference ParametersOptionaloptions: FullscreenOptionsReturns Promise<void>requestPointerLockrequestPointerLock(options?: PointerLockOptions): Promise<void>MDN Reference ParametersOptionaloptions: PointerLockOptionsReturns Promise<void>scrollscroll(options?: ScrollToOptions): voidMDN Reference ParametersOptionaloptions: ScrollToOptionsReturns voidscroll(x: number, y: number): voidParametersx: numbery: numberReturns voidscrollByscrollBy(options?: ScrollToOptions): voidMDN Reference ParametersOptionaloptions: ScrollToOptionsReturns voidscrollBy(x: number, y: number): voidParametersx: numbery: numberReturns voidscrollIntoViewscrollIntoView(arg?: boolean | ScrollIntoViewOptions): voidMDN Reference ParametersOptionalarg: boolean | ScrollIntoViewOptionsReturns voidscrollToscrollTo(options?: ScrollToOptions): voidMDN Reference ParametersOptionaloptions: ScrollToOptionsReturns voidscrollTo(x: number, y: number): voidParametersx: numbery: numberReturns voidsetAttributesetAttribute(qualifiedName: string, value: string): voidSets the value of element's first attribute whose qualified name is qualifiedName to value. MDN Reference ParametersqualifiedName: stringvalue: stringReturns voidsetAttributeNodesetAttributeNode(attr: Attr): null | AttrMDN Reference Parametersattr: AttrReturns null | AttrsetAttributeNodeNSsetAttributeNodeNS(attr: Attr): null | AttrMDN Reference Parametersattr: AttrReturns null | AttrsetAttributeNSsetAttributeNS( namespace: null | string, qualifiedName: string, value: string,): voidSets the value of element's attribute whose namespace is namespace and local name is localName to value. MDN Reference Parametersnamespace: null | stringqualifiedName: stringvalue: stringReturns voidsetCustomValiditysetCustomValidity(error: string): voidSets a custom error message that is displayed when a form is submitted. Parameterserror: stringSets a custom error message that is displayed when a form is submitted. MDN Reference Returns voidsetHTMLUnsafesetHTMLUnsafe(html: string): voidMDN Reference Parametershtml: stringReturns voidsetPointerCapturesetPointerCapture(pointerId: number): voidMDN Reference ParameterspointerId: numberReturns voidshowPopovershowPopover(): voidMDN Reference Returns voidtoggleAttributetoggleAttribute(qualifiedName: string, force?: boolean): booleanIf force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName. Returns true if qualifiedName is now present, and false otherwise. MDN Reference ParametersqualifiedName: stringOptionalforce: booleanReturns booleantogglePopovertogglePopover(force?: boolean): booleanMDN Reference ParametersOptionalforce: booleanReturns booleanwebkitMatchesSelectorwebkitMatchesSelector(selectors: string): booleanParametersselectors: stringReturns booleanDeprecatedThis is a legacy alias of matches. MDN Reference SettingsMember VisibilityProtectedInheritedExternalThemeOSLightDarkOn This PagePropertiesaccessKeyaccessKeyLabelalignarchiveariaAtomicariaAutoCompleteariaBrailleLabelariaBrailleRoleDescriptionariaBusyariaCheckedariaColCountariaColIndexariaColIndexTextariaColSpanariaCurrentariaDescriptionariaDisabledariaExpandedariaHasPopupariaHiddenariaInvalidariaKeyShortcutsariaLabelariaLevelariaLiveariaModalariaMultiLineariaMultiSelectableariaOrientationariaPlaceholderariaPosInSetariaPressedariaReadOnlyariaRequiredariaRoleDescriptionariaRowCountariaRowIndexariaRowIndexTextariaRowSpanariaSelectedariaSetSizeariaSortariaValueMaxariaValueMinariaValueNowariaValueTextassignedSlotATTRIBUTE_NODEattributesattributeStyleMapautocapitalizeautofocusbaseURIborderCDATA_SECTION_NODEchildElementCountchildNodeschildrenclassListclassNameclientHeightclientLeftclientTopclientWidthcodecodeBasecodeTypeCOMMENT_NODEcontentDocumentcontentEditablecontentWindowcurrentCSSZoomdatadatasetdeclaredirDOCUMENT_FRAGMENT_NODEDOCUMENT_NODEDOCUMENT_POSITION_CONTAINED_BYDOCUMENT_POSITION_CONTAINSDOCUMENT_POSITION_DISCONNECTEDDOCUMENT_POSITION_FOLLOWINGDOCUMENT_POSITION_IMPLEMENTATION_SPECIFICDOCUMENT_POSITION_PRECEDINGDOCUMENT_TYPE_NODEdraggableELEMENT_NODEenterKeyHintENTITY_NODEENTITY_REFERENCE_NODEfirstChildfirstElementChildformheighthiddenhspaceidinertinnerHTMLinnerTextinputModeisConnectedisContentEditablelanglastChildlastElementChildlocalNamenamenamespaceURInextElementSiblingnextSiblingnodeNamenodeTypenodeValuenonceNOTATION_NODEoffsetHeightoffsetLeftoffsetParentoffsetTopoffsetWidthonabortonanimationcancelonanimationendonanimationiterationonanimationstartonauxclickonbeforeinputonbeforetoggleonbluroncanceloncanplayoncanplaythroughonchangeonclickoncloseoncontextlostoncontextmenuoncontextrestoredoncopyoncuechangeoncutondblclickondragondragendondragenterondragleaveondragoverondragstartondropondurationchangeonemptiedonendedonerroronfocusonformdataonfullscreenchangeonfullscreenerrorongotpointercaptureoninputoninvalidonkeydownonkeypressonkeyuponloadonloadeddataonloadedmetadataonloadstartonlostpointercaptureonmousedownonmouseenteronmouseleaveonmousemoveonmouseoutonmouseoveronmouseuponpasteonpauseonplayonplayingonpointercancelonpointerdownonpointerenteronpointerleaveonpointermoveonpointeroutonpointeroveronpointeruponprogressonratechangeonresetonresizeonscrollonscrollendonsecuritypolicyviolationonseekedonseekingonselectonselectionchangeonselectstartonslotchangeonstalledonsubmitonsuspendontimeupdateontoggleontouchcancelontouchendontouchmoveontouchstartontransitioncancelontransitionendontransitionrunontransitionstartonvolumechangeonwaitingonwebkitanimationendonwebkitanimationiterationonwebkitanimationstartonwebkittransitionendonwheelouterHTMLouterTextownerDocumentparentElementparentNodepartpopoverprefixpreviousElementSiblingpreviousSiblingPROCESSING_INSTRUCTION_NODErolescrollHeightscrollLeftscrollTopscrollWidthshadowRootslotspellcheckstandbystyletabIndextagNameTEXT_NODEtextContenttitletranslatetypeuseMapvalidationMessagevalidityvspacewidthwillValidatewritingSuggestionsMethodsaddEventListenerafteranimateappendappendChildattachInternalsattachShadowbeforeblurcheckValiditycheckVisibilityclickcloneNodeclosestcompareDocumentPositioncomputedStyleMapcontainsdispatchEventfocusgetAnimationsgetAttributegetAttributeNamesgetAttributeNodegetAttributeNodeNSgetAttributeNSgetBoundingClientRectgetClientRectsgetElementsByClassNamegetElementsByTagNamegetElementsByTagNameNSgetHTMLgetRootNodegetSVGDocumenthasAttributehasAttributeNShasAttributeshasChildNodeshasPointerCapturehidePopoverinsertAdjacentElementinsertAdjacentHTMLinsertAdjacentTextinsertBeforeisDefaultNamespaceisEqualNodeisSameNodelookupNamespaceURIlookupPrefixmatchesnormalizeprependquerySelectorquerySelectorAllreleasePointerCaptureremoveremoveAttributeremoveAttributeNoderemoveAttributeNSremoveChildremoveEventListenerreplaceChildreplaceChildrenreplaceWithreportValidityrequestFullscreenrequestPointerLockscrollscrollByscrollIntoViewscrollTosetAttributesetAttributeNodesetAttributeNodeNSsetAttributeNSsetCustomValiditysetHTMLUnsafesetPointerCaptureshowPopovertoggleAttributetogglePopoverwebkitMatchesSelector@nextcloud/filesdav<internal>node:streamconsumersarrayBufferblobbufferjsontextpromisesFinishedOptionsfinishedpipelineEventEmitterEventEmitterAsyncResourceEventEmitterAsyncResourceOptionsEventEmitterReferencingAsyncResourceAbortableEventEmitterinternalfinished__promisify__pipeline__promisify__DuplexPassThroughTransformDuplexOptionsFinishedOptionsPipePipelineOptionsTransformOptionsPipelineCallbackPipelineDestinationPipelineDestinationIterableFunctionPipelineDestinationPromiseFunctionPipelinePromisePipelineSourcePipelineSourceFunctionPipelineTransformPipelineTransformSourceTransformCallbackconsumerspromisesaddAbortSignalduplexPairfinishedgetDefaultHighWaterMarkisErroredisReadablepipelinesetDefaultHighWaterMarkReadableReadableOptionsStreamStreamOptionsWritableWritableOptionsAsyncResourceBlobBodyMixinCancelablePromiseCancelablePromiseInternalEventEmitterHeadersinternalReadableReadableBaseResponseStreamWritableWritableBaseAbortableArrayBufferViewArrayOptionsAsyncGeneratorAsyncGeneratorFunctionAsyncIterableAsyncIteratorAsyncResourceOptionsBlobOptionsCopyFileOptionsCreateDirectoryOptionsCreateReadStreamOptionsCreateWriteStreamOptionsDAVComplianceDAVResultResponsePropsDiskQuotaErrnoExceptionEventEmitterEventEmitterOptionsFileStatGetDirectoryContentsOptionsGetFileContentsOptionsGetQuotaOptionsHeadersInternalsIterableIteratorIteratorReturnResultIteratorYieldResultLockOptionsLockResponseMoveFileOptionsObjectProgressEventPromiseFulfilledResultPromiseLikePromiseRejectedResultPutFileContentsOptionsQueuingStrategyQueuingStrategySizeReadableByteStreamControllerReadableByteStreamControllerCallbackReadableOptionsReadableStreamReadableStreamReadableStreamAsyncIteratorReadableStreamBYOBReaderReadableStreamDefaultControllerReadableStreamDefaultReaderReadableStreamErrorCallbackReadableStreamGenericReaderReadableStreamGetReaderOptionsReadableStreamReadDoneResultReadableStreamReadValueResultReadableWritablePairReadWriteStreamRequestOptionsBaseRequestOptionsCustomResponseDataDetailedResponseInitSearchOptionsSearchResultStaticEventEmitterIteratorOptionsStaticEventEmitterOptionsStatOptionsStreamOptionsStreamPipeOptionsUnderlyingByteSourceUnderlyingSinkUnderlyingSinkAbortCallbackUnderlyingSinkCloseCallbackUnderlyingSinkStartCallbackUnderlyingSinkWriteCallbackUnderlyingSourceUnderlyingSourceCancelCallbackUnderlyingSourcePullCallbackUnderlyingSourceStartCallbackWebDAVClientWebDAVMethodOptionsWritableOptionsWritableStreamWritableStreamWritableStreamDefaultControllerWritableStreamDefaultWriterAnyRestArgsArrayBufferLikeArrayBufferViewAwaitedBinaryLikeBodyInitBufferEncodingBufferLikeBuiltinIteratorReturnComposeFnParamCreateWriteStreamCallbackDefaultEventMapDiskQuotaAvailableEventMapHeadersInitIteratorResultKeyKey2ListenerPickProgressEventCallbackPromiseSettledResultPropertyKeyReadableStreamControllerReadableStreamReaderReadableStreamReadResultRecordRequestDataPayloadResponseTypeReturnTypeTypedArrayObjectReadableByteStreamControllerReadableStreamReadableStreamBYOBReaderReadableStreamDefaultControllerReadableStreamDefaultReaderWritableStreamWritableStreamDefaultControllerWritableStreamDefaultWriterDavPropertydefaultDavNamespacesdefaultDavPropertiesdefaultRemoteURLdefaultRootPathgetClientgetDavNameSpacesgetDavPropertiesgetDefaultPropfindgetFavoriteNodesgetFavoritesReportgetRecentSearchgetRemoteURLgetRootPathparsePermissionsregisterDavPropertyresultToNodeindex<internal>TypedEventTargetAbstractRangeAbstractWorkerAbstractWorkerEventMapAddEventListenerOptionsAddressErrorsANGLE_instanced_arraysAnimatableAnimationAnimationEffectAnimationEventAnimationEventInitAnimationEventMapAnimationPlaybackEventAnimationPlaybackEventInitAnimationTimelineARIAMixinArrayIteratorArrayLikeAssignedNodesOptionsAttrAttributeAudioBufferAudioBufferOptionsAudioDataAudioDataCopyToOptionsAudioDataInitAudioProcessingEventAudioProcessingEventInitBeforeUnloadEventBlobCallbackBlobEventBlobEventInitCallSiteCanvasCompositingCanvasDrawImageCanvasDrawPathCanvasFillStrokeStylesCanvasFiltersCanvasGradientCanvasImageDataCanvasImageSmoothingCanvasPatternCanvasRectCanvasRenderingContext2DCanvasRenderingContext2DSettingsCanvasShadowStylesCanvasStateCanvasTextCanvasTextDrawingStylesCanvasTransformCanvasUserInterfaceCaretPositionCaretPositionFromPointOptionsCDATASectionCharacterDataCheckVisibilityOptionsChildNodeClipboardEventClipboardEventInitCloseEventCloseEventInitColumnDataCommentCompositionEventCompositionEventInitComputedEffectTimingConstrainBooleanParametersConstrainDOMStringParametersConstrainDoubleRangeConstrainULongRangeContentVisibilityAutoStateChangeEventContentVisibilityAutoStateChangeEventInitCSSMathSumCSSMathValueCSSNumericTypeCSSNumericValueCSSRuleCSSStyleSheetCSSStyleSheetInitCSSStyleValueCSSUnitValueCustomEventCustomEventInitDataTransferDeviceMotionEventDeviceMotionEventAccelerationDeviceMotionEventAccelerationInitDeviceMotionEventInitDeviceMotionEventRotationRateDeviceMotionEventRotationRateInitDeviceOrientationEventDeviceOrientationEventInitDocumentDocumentEventMapDocumentFragmentDocumentOrShadowRootDocumentTimelineDocumentTimelineOptionsDocumentTypeDOMImplementationDOMMatrixDOMMatrix2DInitDOMMatrixInitDOMMatrixReadOnlyDOMPointDOMPointInitDOMPointReadOnlyDOMRectDOMRectInitDOMRectReadOnlyDOMStringMapDoubleRangeDragEventDragEventInitEffectTimingElementElementContentEditableElementCreationOptionsElementCSSInlineStyleElementEventMapElementInternalsErrorCallbackErrorEventErrorEventInitEventInitEventListenerEventListenerObjectEventListenerOptionsEventModifierInitEXT_blend_minmaxEXT_color_buffer_floatEXT_color_buffer_half_floatEXT_float_blendEXT_frag_depthEXT_shader_texture_lodEXT_sRGBEXT_texture_compression_bptcEXT_texture_compression_rgtcEXT_texture_filter_anisotropicFileActionDataFileListActionDataFileSystemFileSystemDirectoryEntryFileSystemDirectoryReaderFileSystemEntriesCallbackFileSystemEntryFileSystemEntryCallbackFileSystemFlagsFocusEventFocusEventInitFocusOptionsFontFaceFontFaceDescriptorsFontFaceSetLoadEventFontFaceSetLoadEventInitFontFaceSourceFormDataEventFormDataEventInitFragmentDirectiveFullscreenOptionsGamepadGamepadButtonGamepadEffectParametersGamepadEventGamepadEventInitGamepadHapticActuatorGetAnimationsOptionsGetHTMLOptionsGetRootNodeOptionsGlobalEventHandlersGlobalEventHandlersEventMapHashChangeEventHashChangeEventInitHeaderDataHTMLAnchorElementHTMLAreaElementHTMLAudioElementHTMLBaseElementHTMLBodyElementHTMLBodyElementEventMapHTMLBRElementHTMLButtonElementHTMLCanvasElementHTMLCollectionHTMLDataElementHTMLDataListElementHTMLDetailsElementHTMLDialogElementHTMLDirectoryElementHTMLDivElementHTMLDListElementHTMLElementHTMLElementDeprecatedTagNameMapHTMLElementEventMapHTMLElementTagNameMapHTMLEmbedElementHTMLFieldSetElementHTMLFontElementHTMLFrameElementHTMLFrameSetElementHTMLFrameSetElementEventMapHTMLHeadElementHTMLHeadingElementHTMLHRElementHTMLHtmlElementHTMLHyperlinkElementUtilsHTMLIFrameElementHTMLImageElementHTMLInputElementHTMLLabelElementHTMLLegendElementHTMLLIElementHTMLLinkElementHTMLMapElementHTMLMarqueeElementHTMLMediaElementHTMLMediaElementEventMapHTMLMenuElementHTMLMetaElementHTMLMeterElementHTMLModElementHTMLObjectElementHTMLOListElementHTMLOptGroupElementHTMLOptionElementHTMLOrSVGElementHTMLOutputElementHTMLParagraphElementHTMLParamElementHTMLPictureElementHTMLPreElementHTMLProgressElementHTMLQuoteElementHTMLScriptElementHTMLSlotElementHTMLSourceElementHTMLSpanElementHTMLStyleElementHTMLTableCaptionElementHTMLTableCellElementHTMLTableColElementHTMLTableElementHTMLTableRowElementHTMLTableSectionElementHTMLTemplateElementHTMLTextAreaElementHTMLTimeElementHTMLTitleElementHTMLTrackElementHTMLUListElementHTMLUnknownElementHTMLVideoElementHTMLVideoElementEventMapIDBVersionChangeEventIDBVersionChangeEventInitIFileListFilterEventsImageBitmapImageBitmapRenderingContextImageBitmapRenderingContextSettingsImageDataImageDataSettingsImageEncodeOptionsInputEventInputEventInitInvalidFilenameErrorOptionsKeyboardEventKeyboardEventInitKeyframeKeyframeAnimationOptionsKeyframeEffectOptionsKHR_parallel_shader_compileLinkStyleLocationMathMLElementMathMLElementEventMapMathMLElementTagNameMapMediaEncryptedEventMediaEncryptedEventInitMediaErrorMediaKeyMessageEventMediaKeyMessageEventInitMediaKeysMediaKeySessionMediaKeySessionEventMapMediaKeysPolicyMediaQueryListEventMediaQueryListEventInitMediaSourceMediaSourceEventMapMediaSourceHandleMediaStreamMediaStreamEventMapMediaStreamTrackMediaStreamTrackEventMediaStreamTrackEventInitMediaStreamTrackEventMapMediaTrackCapabilitiesMediaTrackConstraintsMediaTrackConstraintSetMediaTrackSettingsMIDIConnectionEventMIDIConnectionEventInitMIDIMessageEventMIDIMessageEventInitMIDIPortMIDIPortEventMapMouseEventMouseEventInitNodeNodeIteratorNonDocumentTypeChildNodeNonElementParentNodeOES_element_index_uintOES_fbo_render_mipmapOES_standard_derivativesOES_texture_floatOES_texture_float_linearOES_texture_half_floatOES_texture_half_float_linearOES_vertex_array_objectOfflineAudioCompletionEventOfflineAudioCompletionEventInitOffscreenCanvasOffscreenCanvasEventMapOffscreenCanvasRenderingContext2DOnErrorEventHandlerNonNullOptionalEffectTimingOVR_multiview2PageTransitionEventPageTransitionEventInitParentNodePath2DPaymentCurrencyAmountPaymentDetailsBasePaymentDetailsModifierPaymentDetailsUpdatePaymentItemPaymentMethodChangeEventPaymentMethodChangeEventInitPaymentRequestUpdateEventPaymentRequestUpdateEventInitPaymentShippingOptionPictureInPictureEventPictureInPictureEventInitPictureInPictureWindowPictureInPictureWindowEventMapPlaneLayoutPointerEventPointerEventInitPointerLockOptionsPopoverInvokerElementPopStateEventPopStateEventInitProcessingInstructionProgressEventProgressEventInitPromiseRejectionEventPromiseRejectionEventInitPropertyDescriptorPropertyIndexedKeyframesProxyHandlerRangeRemotePlaybackRemotePlaybackAvailabilityCallbackRemotePlaybackEventMapRTCDataChannelRTCDataChannelEventRTCDataChannelEventInitRTCDataChannelEventMapRTCDtlsTransportRTCDtlsTransportEventMapRTCDTMFToneChangeEventRTCDTMFToneChangeEventInitRTCErrorRTCErrorEventRTCErrorEventInitRTCErrorInitRTCIceCandidateRTCIceCandidateInitRTCIceCandidatePairRTCIceTransportRTCIceTransportEventMapRTCPeerConnectionIceErrorEventRTCPeerConnectionIceErrorEventInitRTCPeerConnectionIceEventRTCPeerConnectionIceEventInitRTCRtcpParametersRTCRtpCapabilitiesRTCRtpCodecRTCRtpCodecParametersRTCRtpContributingSourceRTCRtpHeaderExtensionCapabilityRTCRtpHeaderExtensionParametersRTCRtpParametersRTCRtpReceiveParametersRTCRtpReceiverRTCRtpScriptTransformRTCRtpSynchronizationSourceRTCTrackEventRTCTrackEventInitScrollIntoViewOptionsScrollOptionsScrollToOptionsSecurityPolicyViolationEventSecurityPolicyViolationEventInitSelectionShadowRootShadowRootEventMapShadowRootInitSlottableSourceBufferSourceBufferEventMapSpeechSynthesisErrorEventSpeechSynthesisErrorEventInitSpeechSynthesisEventSpeechSynthesisEventInitSpeechSynthesisUtteranceSpeechSynthesisUtteranceEventMapSpeechSynthesisVoiceStaticRangeStaticRangeInitStorageEventStorageEventInitStructuredSerializeOptionsStylePropertyMapStylePropertyMapReadOnlyIteratorStyleSheetSubmitEventSubmitEventInitSVGAElementSVGAngleSVGAnimatedAngleSVGAnimatedBooleanSVGAnimatedEnumerationSVGAnimatedIntegerSVGAnimatedLengthSVGAnimatedLengthListSVGAnimatedNumberSVGAnimatedNumberListSVGAnimatedPointsSVGAnimatedPreserveAspectRatioSVGAnimatedRectSVGAnimatedStringSVGAnimatedTransformListSVGAnimateElementSVGAnimateMotionElementSVGAnimateTransformElementSVGAnimationElementSVGBoundingBoxOptionsSVGCircleElementSVGClipPathElementSVGComponentTransferFunctionElementSVGDefsElementSVGDescElementSVGElementSVGElementEventMapSVGElementTagNameMapSVGEllipseElementSVGFEBlendElementSVGFEColorMatrixElementSVGFEComponentTransferElementSVGFECompositeElementSVGFEConvolveMatrixElementSVGFEDiffuseLightingElementSVGFEDisplacementMapElementSVGFEDistantLightElementSVGFEDropShadowElementSVGFEFloodElementSVGFEFuncAElementSVGFEFuncBElementSVGFEFuncGElementSVGFEFuncRElementSVGFEGaussianBlurElementSVGFEImageElementSVGFEMergeElementSVGFEMergeNodeElementSVGFEMorphologyElementSVGFEOffsetElementSVGFEPointLightElementSVGFESpecularLightingElementSVGFESpotLightElementSVGFETileElementSVGFETurbulenceElementSVGFilterElementSVGFilterPrimitiveStandardAttributesSVGFitToViewBoxSVGForeignObjectElementSVGGElementSVGGeometryElementSVGGradientElementSVGGraphicsElementSVGImageElementSVGLengthSVGLinearGradientElementSVGLineElementSVGMarkerElementSVGMaskElementSVGMetadataElementSVGMPathElementSVGNumberSVGPathElementSVGPatternElementSVGPolygonElementSVGPolylineElementSVGPreserveAspectRatioSVGRadialGradientElementSVGRectElementSVGScriptElementSVGSetElementSVGStopElementSVGStyleElementSVGSVGElementSVGSVGElementEventMapSVGSwitchElementSVGSymbolElementSVGTestsSVGTextContentElementSVGTextElementSVGTextPathElementSVGTextPositioningElementSVGTitleElementSVGTransformSVGTSpanElementSVGURIReferenceSVGUseElementSVGViewElementTextTextEventTextMetricsTextTrackTextTrackCueTextTrackCueEventMapTextTrackEventMapTimeRangesToggleEventToggleEventInitTouchTouchEventTouchEventInitTouchInitTrackEventTrackEventInitTransitionEventTransitionEventInitTreeWalkerTypedEventListenerObjectUIEventUIEventInitULongRangeUniqueNameOptionsUpdateActiveViewEventUpdateViewsEventValidityStateValidityStateFlagsVideoColorSpaceVideoColorSpaceInitVideoFrameVideoFrameBufferInitVideoFrameCallbackMetadataVideoFrameCopyToOptionsVideoFrameInitVideoFrameRequestCallbackVideoPlaybackQualityViewDataViewTransitionViewTransitionUpdateCallbackWEBGL_color_buffer_floatWEBGL_compressed_texture_astcWEBGL_compressed_texture_etcWEBGL_compressed_texture_etc1WEBGL_compressed_texture_pvrtcWEBGL_compressed_texture_s3tcWEBGL_compressed_texture_s3tc_srgbWEBGL_debug_renderer_infoWEBGL_debug_shadersWEBGL_depth_textureWEBGL_lose_contextWebGL2RenderingContextWebGLActiveInfoWebGLBufferWebGLContextAttributesWebGLContextEventWebGLContextEventInitWebGLFramebufferWebGLProgramWebGLQueryWebGLRenderbufferWebGLRenderingContextWebGLSamplerWebGLShaderWebGLShaderPrecisionFormatWebGLSyncWebGLTextureWebGLTransformFeedbackWebGLUniformLocationWebGLVertexArrayObjectWebGLVertexArrayObjectOESWheelEventWheelEventInitWindowEventHandlersWindowEventHandlersEventMapWorkerWorkerEventMapWorkerOptionsXMLDocumentXPathEvaluatorBaseXPathExpressionXPathResultAllowSharedBufferSourceAlphaOptionAnimationPlayStateAnimationReplaceStateAppendModeAudioSampleFormatAutoFillAutoFillAddressKindAutoFillBaseAutoFillContactFieldAutoFillContactKindAutoFillCredentialFieldAutoFillFieldAutoFillNormalFieldAutoFillSectionBinaryTypeBufferSourceBuiltinIteratorReturnCanPlayTypeResultCanvasDirectionCanvasFillRuleCanvasFontKerningCanvasFontStretchCanvasFontVariantCapsCanvasImageSourceCanvasLineCapCanvasLineJoinCanvasTextAlignCanvasTextBaselineCanvasTextRenderingCompositeOperationCompositeOperationOrAutoConstrainBooleanConstrainDOMStringConstrainDoubleConstrainULongCSSMathOperatorCSSNumberishCSSNumericBaseTypeDocumentReadyStateDocumentVisibilityStateEndOfStreamErrorEventListenerOrEventListenerObjectFillModeFloat32ListFontDisplayFontFaceLoadStatusFullscreenNavigationUIGamepadHapticEffectTypeGamepadHapticsResultGamepadMappingTypeGLfloatGLintGlobalCompositeOperationGLuintHTMLOrSVGImageElementHTMLOrSVGScriptElementIdentifierFnImageSmoothingQualityInsertPositionInt32ListIterationCompositeOperationMediaKeyMessageTypeMediaKeySessionClosedReasonMediaKeySessionTypeMediaKeyStatusMediaProviderMediaStreamTrackStateMIDIPortConnectionStateMIDIPortDeviceStateMIDIPortTypeNodeFilterOffscreenRenderingContextOffscreenRenderingContextIdOnErrorEventHandlerOptionalPostfixTokenOptionalPrefixTokenPlaybackDirectionPredefinedColorSpaceReadyStateReferrerPolicyRemotePlaybackStateRenderingContextRequestCredentialsRTCDataChannelStateRTCDtlsTransportStateRTCErrorDetailTypeRTCIceCandidateTypeRTCIceComponentRTCIceGathererStateRTCIceProtocolRTCIceTcpCandidateTypeRTCIceTransportStateScrollBehaviorScrollLogicalPositionSecurityPolicyViolationEventDispositionSelectionModeShadowRootModeSlotAssignmentModeSpeechSynthesisErrorCodeTexImageSourceTextTrackKindTextTrackModeTouchTypeTransferableTypedEventListenerTypedEventListenerOrEventListenerObjectUint32ListValueIsEventVideoColorPrimariesVideoMatrixCoefficientsVideoPixelFormatVideoTransferCharacteristicsWebGLPowerPreferenceWorkerTypeXPathNSResolverAbstractRangeAnimationAnimationEffectAnimationEventAnimationPlaybackEventAnimationTimelineAttrAudioBufferAudioDataAudioProcessingEventBeforeUnloadEventBlobEventCanvasGradientCanvasPatternCanvasRenderingContext2DCaretPositionCDATASectionCharacterDataClipboardEventCloseEventCommentCompositionEventContentVisibilityAutoStateChangeEventCSSMathSumCSSMathValueCSSNumericValueCSSRuleCSSStyleSheetCSSStyleValueCSSUnitValueCustomEventDataTransferDeviceMotionEventDeviceOrientationEventDocumentDocumentFragmentDocumentTimelineDocumentTypeDOMImplementationDOMMatrixDOMMatrixReadOnlyDOMPointDOMPointReadOnlyDOMRectDOMRectReadOnlyDOMStringMapDragEventElementElementInternalsErrorEventFileSystemFileSystemDirectoryEntryFileSystemDirectoryReaderFileSystemEntryFocusEventFontFaceFontFaceSetLoadEventFormDataEventFragmentDirectiveGamepadGamepadButtonGamepadEventGamepadHapticActuatorHashChangeEventHTMLAnchorElementHTMLAreaElementHTMLAudioElementHTMLBaseElementHTMLBodyElementHTMLBRElementHTMLButtonElementHTMLCanvasElementHTMLCollectionHTMLDataElementHTMLDataListElementHTMLDetailsElementHTMLDialogElementHTMLDirectoryElementHTMLDivElementHTMLDListElementHTMLElementHTMLEmbedElementHTMLFieldSetElementHTMLFontElementHTMLFrameElementHTMLFrameSetElementHTMLHeadElementHTMLHeadingElementHTMLHRElementHTMLHtmlElementHTMLIFrameElementHTMLImageElementHTMLInputElementHTMLLabelElementHTMLLegendElementHTMLLIElementHTMLLinkElementHTMLMapElementHTMLMarqueeElementHTMLMediaElementHTMLMenuElementHTMLMetaElementHTMLMeterElementHTMLModElementHTMLObjectElementHTMLOListElementHTMLOptGroupElementHTMLOptionElementHTMLOutputElementHTMLParagraphElementHTMLParamElementHTMLPictureElementHTMLPreElementHTMLProgressElementHTMLQuoteElementHTMLScriptElementHTMLSlotElementHTMLSourceElementHTMLSpanElementHTMLStyleElementHTMLTableCaptionElementHTMLTableCellElementHTMLTableColElementHTMLTableElementHTMLTableRowElementHTMLTableSectionElementHTMLTemplateElementHTMLTextAreaElementHTMLTimeElementHTMLTitleElementHTMLTrackElementHTMLUListElementHTMLUnknownElementHTMLVideoElementIDBVersionChangeEventImageBitmapImageBitmapRenderingContextImageDataInputEventKeyboardEventLocationMathMLElementMediaEncryptedEventMediaErrorMediaKeyMessageEventMediaKeysMediaKeySessionMediaQueryListEventMediaSourceMediaSourceHandleMediaStreamMediaStreamTrackMediaStreamTrackEventMIDIConnectionEventMIDIMessageEventMIDIPortMouseEventNodeNodeFilterNodeIteratorOfflineAudioCompletionEventOffscreenCanvasOffscreenCanvasRenderingContext2DPageTransitionEventPath2DPaymentMethodChangeEventPaymentRequestUpdateEventPictureInPictureEventPictureInPictureWindowPointerEventPopStateEventProcessingInstructionProgressEventPromiseRejectionEventRangeRemotePlaybackRTCDataChannelRTCDataChannelEventRTCDtlsTransportRTCDTMFToneChangeEventRTCErrorRTCErrorEventRTCIceCandidateRTCIceTransportRTCPeerConnectionIceErrorEventRTCPeerConnectionIceEventRTCRtpReceiverRTCRtpScriptTransformRTCTrackEventSecurityPolicyViolationEventSelectionShadowRootSourceBufferSpeechSynthesisErrorEventSpeechSynthesisEventSpeechSynthesisUtteranceSpeechSynthesisVoiceStaticRangeStorageEventStylePropertyMapStyleSheetSubmitEventSVGAElementSVGAngleSVGAnimatedAngleSVGAnimatedBooleanSVGAnimatedEnumerationSVGAnimatedIntegerSVGAnimatedLengthSVGAnimatedLengthListSVGAnimatedNumberSVGAnimatedNumberListSVGAnimatedPreserveAspectRatioSVGAnimatedRectSVGAnimatedStringSVGAnimatedTransformListSVGAnimateElementSVGAnimateMotionElementSVGAnimateTransformElementSVGAnimationElementSVGCircleElementSVGClipPathElementSVGComponentTransferFunctionElementSVGDefsElementSVGDescElementSVGElementSVGEllipseElementSVGFEBlendElementSVGFEColorMatrixElementSVGFEComponentTransferElementSVGFECompositeElementSVGFEConvolveMatrixElementSVGFEDiffuseLightingElementSVGFEDisplacementMapElementSVGFEDistantLightElementSVGFEDropShadowElementSVGFEFloodElementSVGFEFuncAElementSVGFEFuncBElementSVGFEFuncGElementSVGFEFuncRElementSVGFEGaussianBlurElementSVGFEImageElementSVGFEMergeElementSVGFEMergeNodeElementSVGFEMorphologyElementSVGFEOffsetElementSVGFEPointLightElementSVGFESpecularLightingElementSVGFESpotLightElementSVGFETileElementSVGFETurbulenceElementSVGFilterElementSVGForeignObjectElementSVGGElementSVGGeometryElementSVGGradientElementSVGGraphicsElementSVGImageElementSVGLengthSVGLinearGradientElementSVGLineElementSVGMarkerElementSVGMaskElementSVGMetadataElementSVGMPathElementSVGNumberSVGPathElementSVGPatternElementSVGPolygonElementSVGPolylineElementSVGPreserveAspectRatioSVGRadialGradientElementSVGRectElementSVGScriptElementSVGSetElementSVGStopElementSVGStyleElementSVGSVGElementSVGSwitchElementSVGSymbolElementSVGTextContentElementSVGTextElementSVGTextPathElementSVGTextPositioningElementSVGTitleElementSVGTransformSVGTSpanElementSVGUseElementSVGViewElementTextTextEventTextMetricsTextTrackTextTrackCueTimeRangesToggleEventTouchTouchEventTrackEventTransitionEventTreeWalkerUIEventValidityStateVideoColorSpaceVideoFrameVideoPlaybackQualityViewTransitionWebGL2RenderingContextWebGLActiveInfoWebGLBufferWebGLContextEventWebGLFramebufferWebGLProgramWebGLQueryWebGLRenderbufferWebGLRenderingContextWebGLSamplerWebGLShaderWebGLShaderPrecisionFormatWebGLSyncWebGLTextureWebGLTransformFeedbackWebGLUniformLocationWebGLVertexArrayObjectWheelEventWorkerXMLDocumentXPathExpressionXPathResultDefaultTypeFilesSortingModeFileTypeInvalidFilenameErrorReasonNewMenuEntryCategoryNodeStatusPermissionColumnFileFileActionFileListActionFileListFilterFolderHeaderInvalidFilenameErrorNavigationNodeViewEntryFilesSortingOptionsFilterUpdateChipsEventFilterUpdateEventIFileListFilterIFileListFilterChipNodeDataContentsWithRootIFileIFolderINodeSortingOrderaddNewFileMenuEntryformatFileSizegetFileActionsgetFileListActionsgetFileListFiltersgetFileListHeadersgetNavigationgetNewFileMenuEntriesgetUniqueNameisFilenameValidorderByparseFileSizeregisterFileActionregisterFileListActionregisterFileListFilterregisterFileListHeadersremoveNewFileMenuEntrysortNodesunregisterFileListFiltervalidateFilenamedavGetClientdavGetDefaultPropfinddavGetFavoritesReportdavGetRecentSearchdavGetRemoteURLdavGetRootPathdavParsePermissionsDavPropertydavRemoteURLdavResultToNodedavRootPathdefaultDavNamespacesdefaultDavPropertiesgetDavNameSpacesgetDavPropertiesgetFavoriteNodesregisterDavProperty
MDN Reference
Readonly
Sets or retrieves a character string that can be used to implement your own archive functionality for the object.
Returns node's node document's document base URL.
node is a CDATASection node.
Returns the children.
Returns the child elements.
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
Returns the value of element's class content attribute. Can be set to change it.
Sets or retrieves the URL of the file containing the compiled Java class.
Sets or retrieves the URL of the component.
Sets or retrieves the Internet media type for the code associated with the object.
node is a Comment node.
Retrieves the document object of the page or frame.
Sets or retrieves the URL that references the data of the object.
node is a DocumentFragment node.
node is a document.
Set when other is a descendant of node.
Set when other is an ancestor of node.
Set when node and other are not in the same tree.
Set when other is following node.
Set when other is preceding node.
node is a doctype.
node is an element.
Returns the first child.
Returns the first child that is an element, and null otherwise.
Retrieves a reference to the form that the object is embedded in.
Sets or retrieves the height of the object.
Returns the value of element's id content attribute. Can be set to change it.
Returns true if node is connected and false otherwise.
Returns the last child.
Returns the last child that is an element, and null otherwise.
Returns the local name.
Sets or retrieves the name of the object.
Returns the namespace.
Returns the first following sibling that is an element, and null otherwise.
Returns the next sibling.
Returns a string appropriate for the type of node.
Returns the type of node.
Optional
Fires when the user aborts the download.
The event.
Fires when the object loses the input focus.
The focus event.
Occurs when playback is possible, but would require further buffering.
Fires when the contents of the object or selection have changed.
Fires when the user clicks the left mouse button on the object
The mouse event.
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Fires when the user double-clicks the object.
Fires on the source object continuously during a drag operation.
Fires on the source object when the user releases the mouse at the close of a drag operation.
Fires on the target element when the user drags the object to a valid drop target.
The drag event.
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Fires on the target element continuously while the user drags the object over a valid drop target.
Fires on the source object when the user starts to drag a text selection or selected object.
Occurs when the duration attribute is updated.
Occurs when the media element is reset to its initial state.
Occurs when the end of playback is reached.
The event
Fires when an error occurs during object loading.
Fires when the object receives focus.
Fires when the user presses a key.
The keyboard event
Fires when the user presses an alphanumeric key.
Fires when the user releases a key.
Fires immediately after the browser loads the object.
Occurs when media data is loaded at the current playback position.
Occurs when the duration and dimensions of the media have been determined.
Occurs when Internet Explorer begins looking for media data.
Fires when the user clicks the object with either mouse button.
Fires when the user moves the mouse over the object.
Fires when the user moves the mouse pointer outside the boundaries of the object.
Fires when the user moves the mouse pointer into the object.
Fires when the user releases a mouse button while the mouse is over the object.
Occurs when playback is paused.
Occurs when the play method is requested.
Occurs when the audio or video has started playing.
Occurs to indicate progress while downloading media data.
Occurs when the playback rate is increased or decreased.
Fires when the user resets a form.
Fires when the user repositions the scroll box in the scroll bar on the object.
Occurs when the seek operation ends.
Occurs when the current playback position is moved.
Fires when the current selection changes.
Occurs when the download has stopped.
Occurs if the load operation has been intentionally halted.
Occurs to indicate the current playback position.
Occurs when the volume is changed, or playback is muted or unmuted.
Occurs when playback stops because the next frame of a video resource is not available.
This is a legacy alias of onanimationend.
onanimationend
This is a legacy alias of onanimationiteration.
onanimationiteration
This is a legacy alias of onanimationstart.
onanimationstart
This is a legacy alias of ontransitionend.
ontransitionend
Returns the node document. Returns null for documents.
Returns the parent element.
Returns the parent.
Returns the namespace prefix.
Returns the first preceding sibling that is an element, and null otherwise.
Returns the previous sibling.
node is a ProcessingInstruction node.
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
Returns the value of element's slot content attribute. Can be set to change it.
Sets or retrieves a message to be displayed while an object is loading.
Returns the HTML-uppercased qualified name.
node is a Text node.
Sets or retrieves the MIME type of the object.
Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.
Returns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting.
Returns a ValidityState object that represents the validity states of an element.
Sets or retrieves the width of the object.
Returns whether an element will successfully validate based on forms validation rules and constraints.
Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.
The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.
When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.
When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.
When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.
If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.
The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.
Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.
Creates a shadow root for element and returns it.
Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.
Returns whether a form will validate when it is submitted, without having to submit it.
Returns a copy of node. If deep is true, the copy also includes the node's descendants.
Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Returns a bitmask indicating the position of other relative to node.
Returns true if other is an inclusive descendant of node, and false otherwise.
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
Returns node's root.
Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.
Returns true if element has an attribute whose namespace is namespace and local name is localName.
Returns true if element has attributes, and false otherwise.
Returns whether node has children.
Returns whether node and otherNode have the same properties.
Returns true if matching selectors against element's root yields element, and false otherwise.
Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.
Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.
Returns the first element that is a descendant of node that matches selectors.
Returns all element descendants of node that match selectors.
Removes node.
Removes element's first attribute whose qualified name is qualifiedName.
Removes element's attribute whose namespace is namespace and local name is localName.
Removes the event listener in target's event listener list with the same type, callback, and options.
Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
Displays element fullscreen and resolves promise when done.
When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Sets a custom error message that is displayed when a form is submitted.
If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.
Returns true if qualifiedName is now present, and false otherwise.
This is a legacy alias of matches.
matches
Provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of