Frontend
165 views
Shadow DOM
Quick Definition
Web standard for encapsulated DOM and styling isolation
Full Definition
A web standard enabling encapsulated DOM and styling hidden from the main document tree.
Examples
component isolation, style encapsulation, custom elements
Related Terms
web-component
css
dom
More Frontend Terms
JavaScript
Programming language enabling interactive web content
React
JavaScript library for building user interfaces
Context API
React mechanism for sharing state without prop drilling
CSS Grid
Two-dimensional CSS layout system for complex layouts
Static Site Generation
Pre-rendering pages at build time into static HTML
DOM
Programming interface representing web page structure as a tree