Описание тега content-tag

Используйте этот тег, чтобы задавать вопросы, связанные с элементом содержимого HTML5. Он используется внутри теневой модели DOM для вставки распределенных узлов.

The HTML <content> element is used inside of Shadow DOM as an insertion point. It is supposed to be used with Web Components.

<content> tag can be placed inside shadow DOM which specifies where to distribute light DOM placed inside host element.

It also supports a select attribute which can be used to selectively pick and distribute certain nodes.