classList (DOMTokenList)
Method of easily manipulating classes on elements, using the `DOMTokenList` object.
Declarative Shadow DOM
Proposal to allow rendering elements with shadow dom (aka web components) using server-side rendering.
DOM manipulation convenience methods
jQuery-like methods on DOM nodes to insert nodes around or within a node, or to replace one node with another. These methods accept any number of DOM nodes or HTML strings as arguments. Includes: `ChildNode.before`, `ChildNode.after`, `ChildNode.replaceWith`, `ParentNode.prepend`, and `ParentNode.append`.
Document Object Model Range
A contiguous range of content in a Document, DocumentFragment or Attr
DOMContentLoaded
JavaScript event that fires when the DOM is loaded, but before all page assets are loaded (CSS, images, etc.).
DOMMatrix
The `DOMMatrix` interface represents 4x4 matrices, suitable for 2D and 3D operations. Supersedes the `WebKitCSSMatrix` and `SVGMatrix` interfaces.
Element.closest()
DOM method that returns the current element if it matches the given selector, or else the closest ancestor element that matches the given selector, or else null.
matches() DOM method
Method of testing whether or not a DOM element matches a given selector. Formerly known (and largely supported with prefix) as matchesSelector.
Media Capture from DOM Elements API
API to capture Real-Time video and audio from a DOM element, such as a `<video>`, `<audio>`, or `<canvas>` element via the `captureStream` method, in the form of a `MediaStream`
relList (DOMTokenList)
Method of easily manipulating rel attribute values on elements, using the DOMTokenList object (similar to classList).
Shadow DOM (deprecated V0 spec)
Original V0 version of the Shadow DOM specification. See [Shadow DOM V1](#feat=shadowdomv1) for support for the latest version.
Shadow DOM (V1)
Method of establishing and maintaining functional boundaries between DOM trees and how these trees interact with each other within a document, thus enabling better functional encapsulation within the DOM & CSS.
Trusted Types for DOM manipulation
An API that forces developers to be very explicit about their use of powerful DOM-injection APIs. Can greatly improve security against XSS attacks.
DOM Parsing and Serialization
Various DOM parsing and serializing functions, specifically `DOMParser`, `XMLSerializer`, `innerHTML`, `outerHTML` and `insertAdjacentHTML`.
domerror api
domerror api: name
domexception api
dommatrix api
dommatrix api: a
dommatrix api: b
dommatrix api: c
dommatrix api: d
dommatrix api: e
dommatrix api: f
dommatrix api: m24
dommatrix api: m31
dommatrix api: m32
dommatrix api: m33
dommatrix api: m34
dommatrix api: m41
dommatrix api: m42
dommatrix api: m44
domparser api
dompoint api
dompoint api: w
dompoint api: x
dompoint api: y
dompoint api: z
domquad api
domquad api: p1
domquad api: p2
domquad api: p3
domquad api: p4
domrect api
domrectlist api
domrect api: x
domrect api: y
domstringlist api
domstringmap api
domtokenlist api
50 results found.