Описание тега shadow-dom
Shadow DOM, a key part of Web Components, allows you to create component-based apps using a subtree of DOM elements maintained in isolation from the main DOM.
Shadow DOM gives you access to native implementations of markup, and therein the power to edit, and create your own.
Shadow DOM is defined within the DOM Standard at https://dom.spec.whatwg.org/
See also: