Frontend
164 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
State Management
Managing application data state across components
Flexbox
CSS layout module for one-dimensional item arrangement
JavaScript
Programming language enabling interactive web content
DOM
Programming interface representing web page structure as a tree
Lazy Loading
Deferring resource loading until needed
Web Accessibility
Making websites usable by people with disabilities