IT lexicon Web Shadow DOM

Shadow DOM

Web På svenska → Updated: 2026-05-23

An isolated DOM subtree inside an element — outside CSS and scripts can't reach into it.

The basis of Web Components: build a custom element whose styling and structure are encapsulated. The browser's built-in <video> controls live in a shadow DOM.

← Back to the lexicon