Shadow DOM
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.