Test suites for Web platform specs — including WHATWG, W3C, and others
-
Updated
Jun 30, 2025 - HTML
DOM (short for Document Object Model) is a cross-platform and language-independent interface that treats an HTML or XML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. DOM methods allow programmatic access to the tree; with them one can change the structure, style or content of a document. Nodes can have event handlers (also known as event listeners) attached to them. Once an event is triggered, the event handlers get executed.
The principal standardization of the DOM was handled by the World Wide Web Consortium (W3C), which last developed a recommendation in 2004. WHATWG took over the development of the standard, publishing it as a living document. The W3C now publishes stable snapshots of the WHATWG standard.
In HTML DOM (Document Object Model), every element is a node:
Test suites for Web platform specs — including WHATWG, W3C, and others
This repository provides HTML/DOM binding elements to connect web interfaces with IoT devices. With simple installation and clear examples, you can easily integrate physical components into your web applications. 🛠️🌐
This repository provides a set of HTML/DOM element factories tailored for various IoT domains, such as home and retail. You can easily integrate these elements into your projects to enhance functionality and user interaction. 🛠️🌐
JavaScript object that creates unique CSS selector for given element.
Repositório de Exercícios de toda a formação Full-Stack da Trybe!
vKit is a web application framework with a command line interface.
Build fast web applications with Rust.
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
DOM-aligned syntax for Web Components and Apps
A pure JavaScript W3C standard-based (XML DOM Level 2 Core) `DOMParser` and `XMLSerializer` module.
a CSS selector compiler & engine
The fast & forgiving HTML and XML parser
A flexible and powerful JavaScript library for filtering DOM elements with search and sorting functionality.
The xmlresolver project provides an advanced implementation of the SAX EntityResolver (and extended EntityResolver2), the Transformer URIResolver, the DOM LSResourceResolver, the StAX XMLResolver, and a new NamespaceResolver. It uses the OASIS XML Catalogs V1.1 Standard to provide a mapping from external identifiers and URIs to local resources.
snapDOM captures HTML elements to images with exceptional speed and accuracy.
📝 HTML to DOM parser.
A web security research tool for DOM testing
🎨 A React component that injects SVG into the DOM.
Created by World Wide Web Consortium
Released October 1, 1998