Articles tagged: DOM Reference
Found 169 documents
- Web/API/Document/createNSResolver Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope ...
- Web/API/Document/createRange Returns a new Range object.
- Web/API/Document/createTreeWalker The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- Web/API/Document/mozSetImageElement Changes the element being used as the CSS background for a background with a given background ...
- Web/API/Document/xmlVersion Returns the version number as specified in the XML declaration (e.g., ?xml version="1.0"?) or ...
- Web/API/Document_Object_Model The Document Object Model (DOM) connects web pages to scripts or programming languages. Usually ...
- Web/API/Document_Object_Model/Examples This chapter provides some longer examples of web and XML development using the DOM. Wherever ...
- Web/API/DOMImplementation/createHTMLDocument The DOMImplementation.createHTMLDocument() method creates a new HTML Document.
- Web/API/DOMLocator Indicates a location such as where an error occurred. Returned by DOMError.location.
- Web/API/DOMObject The obsolete DOMObject interface was used in earlier versions of the DOM specification as the ...
- Web/API/DOMPoint A DOMPoint represents a 2D or 3D point in a coordinate system.
- Web/API/DOMPointReadOnly The DOMPointReadOnly interface specifies the standard properties used by DOMPoint to define a 2D ...
- Web/API/DOMRect A DOMRect represents a rectangle.
- Web/API/DOMRect/DOMRect The DOMRect() constructor creates a new DOMRect object.
- Web/API/DOMRectReadOnly The DOMRectReadOnly interface specifies the standard properties used by DOMRect to define a ...
- Web/API/DOMRectReadOnly/DOMRectReadOnly The DOMRectReadOnly() constructor creates a new DOMRectReadOnly object.
- Web/API/DOMRectReadOnly/fromRect The fromRect() property of the DOMRectReadOnly interface creates a new DOMRectReadOnly object ...
- Web/API/DOMString DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped ...
- Web/API/Element Element is the most general base class from which all objects in a Document inherit. It only has ...
- Web/API/Element/tagName Returns the name of the element.
- Web/API/ElementTraversal The ElementTraversal interface was defining methods allowing to access from one Node to another ...
- Web/API/Event/cancelable Events' cancelable property indicates if the event can be canceled, and therefore prevented as ...
- Web/API/HTMLCollection The HTMLCollection interface represents a generic collection (array-like object similar to ...
- Web/API/IDBCursorWithValue The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or ...
- Web/API/IDBOpenDBRequest Also inherits methods from its parents IDBRequest and EventTarget.
- Web/API/LocalMediaStream The LocalMediaStream interface was part of the Media Capture and Streams API, representing a ...
- Web/API/MutationObserver MutationObserver provides developers with a way to react to changes in a DOM. It is designed as ...
- Web/API/MutationRecord A MutationRecord represents an individual DOM mutation. It is the object that is passed to ...
- Web/API/Navigator/registerProtocolHandler Allows web sites to register themselves as possible handlers for particular protocols.
- Web/API/Navigator/requestMediaKeySystemAccess The Navigator.requestMediaKeySystemAccess() method returns a Promise which delivers a ...
- Web/API/NavigatorOnLine/onLine Returns the online status of the browser. The property returns a boolean value, with true ...
- Web/API/Node Node is an interface from which a number of DOM API object types inherit; it allows these ...
- Web/API/Node/baseURIObject The Node.baseURIObject property returns the nsIURI representing the node's (typically a document ...
- Web/API/Node/childNodes The Node.childNodes read-only property returns a live collection of child nodes of the given ...
- Web/API/Node/cloneNode The Node.cloneNode() method returns a duplicate of the node on which this method was called.
- Web/API/NodeFilter A NodeFilter interface represents an object used to filter the nodes in a NodeIterator or ...
- Web/API/NodeFilter/acceptNode The NodeFilter.acceptNode() method returns an unsigned short that will be used to tell if a ...
- Web/API/PromiseResolver The PromiseResolver interface represents an object controlling the state and the result value of ...
- Web/API/Range/collapsed The Range.collapsed read-only property returns a Boolean flag indicating whether the start and ...
- Web/API/Range/compareNode The Range.compareNode() returns a constant indicating the position of the Node.
- Web/API/Range/comparePoint The Range.comparePoint() method returns -1, 0, or 1 depending on whether the referenceNode is ...
- Web/API/Range/createContextualFragment The Range.createContextualFragment() method returns a DocumentFragment by invoking the HTML ...
- Web/API/Range/Range The Range() constructor returns a newly created Range object whose start and end is the global ...
- Web/API/StyleSheet An object implementing the StyleSheet interface represents a single style sheet. CSS style ...
- Web/API/TouchEvent/changedTouches A TouchList whose touch points (Touch objects) varies depending on the event type, as follows:
- Web/API/TouchEvent/targetTouches A TouchList listing all the Touch objects for touch points that are still in contact with the ...
- Web/API/TouchEvent/touches A TouchList listing all the Touch objects for touch points that are currently in contact with ...
- Web/API/TouchList The TouchList interface represents a list of contact points with a touch surface; for example, ...
- Web/API/TouchList/identifiedTouch The identifiedTouch method returns the first Touch item in the TouchList matching the specified ...
- Web/API/TouchList/item Returns the Touch object at the specified index in the TouchList.
- Web/API/TouchList/length This read-only property indicates the number of items (touch points) in a TouchList.
- Web/API/TreeWalker/firstChild The TreeWalker.firstChild() method moves the current Node to the first visible child of the ...
- Web/API/TreeWalker/lastChild The TreeWalker.lastChild() method moves the current Node to the last visible child of the ...
- Web/API/TreeWalker/nextNode The TreeWalker.nextNode() method moves the current Node to the next visible node in the document ...
- Web/API/TreeWalker/nextSibling The TreeWalker.nextSibling() method moves the current Node to its next sibling, if any, and ...
- Web/API/TreeWalker/parentNode The TreeWalker.parentNode() method moves the current Node to the first visible ancestor node in ...
- Web/API/TreeWalker/previousNode The TreeWalker.previousNode() method moves the current Node to the previous visible node in the ...
- Web/API/TreeWalker/previousSibling The TreeWalker.previousSibling() method moves the current Node to its previous sibling, if any, ...
- Web/API/TypeInfo The obsolete TypeInfo interface was intended to be used to describe a DOM data type by keying ...
- Web/API/USVString USVString corresponds to the set of all possible sequences of unicode scalar values. USVString ...
- Web/API/Window/cancelIdleCallback The window.cancelIdleCallback() method cancels a callback previously scheduled with ...
- Web/API/Window/frameElement Returns the element (such as iframe or object) in which the window is embedded, or null if the ...
- Web/API/Window/frames Returns the window itself, which is an array-like object, listing the direct sub-frames of the ...
- Web/API/Window/getAttention Attempts to get the user's attention. How this happens varies based on OS and window manager.
- Web/API/Window/length Returns the number of frames (either frame or iframe elements) in the window.
- Web/API/window/requestAnimationFrame You should call this method whenever you're ready to update your animation onscreen. This will ...
- Web/API/Window/requestIdleCallback The window.requestIdleCallback() method queues a function to be called during a browser's idle ...
- Web/API/Window/URL The Window.URL property returns an object that provides static methods used for creating and ...
- Web/API/XSLTProcessor An XSLTProcessor applies an XSLT stylesheet transformation to an XML document to produce a new ...