How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
This is a vanilla JavaScript DOM manipulation library that provides a collection of native methods for selecting, creating, and modifying HTML DOM elements without any framework dependencies. It operates directly on the live DOM tree using imperative JavaScript calls, wrapping standard browser DOM APIs into reusable utility functions. The library covers the full spectrum of DOM operations including element selection, creation, removal, content and attribute management, event handling, style and class manipulation, and DOM traversal. It includes approaches for cross-browser DOM compatibility,
⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
A polyfill for Custom Elements builtin extends
An importNode polyfill for IE11 and other legacy browsers
A full-featured polyfill for customized built-in elements
The main features of corpusculejs/custom-builtin-elements are: Polyfills and Shims.
Projects with overlapping indexed features include: phuocng/html-dom — This is a vanilla JavaScript DOM manipulation library that provides a collection of native methods for selecting,… salesforce/lwc — ⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation. ungap/custom-elements-builtin — A polyfill for Custom Elements builtin extends. ungap/import-node — An importNode polyfill for IE11 and other legacy browsers. webcomponents/polyfills — Web Components Polyfills.