diff options
Diffstat (limited to 'files/ru/web/api/htmlcontentelement/index.html')
-rw-r--r-- | files/ru/web/api/htmlcontentelement/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/files/ru/web/api/htmlcontentelement/index.html b/files/ru/web/api/htmlcontentelement/index.html new file mode 100644 index 0000000000..f3c59d4f27 --- /dev/null +++ b/files/ru/web/api/htmlcontentelement/index.html @@ -0,0 +1,49 @@ +--- +title: HTMLContentElement +slug: Web/API/HTMLContentElement +translation_of: Web/API/HTMLContentElement +--- +<p>{{ APIRef("Web Components") }}</p> + +<p>{{Deprecated_header}}</p> + +<p>The <code><strong>HTMLContentElement</strong></code> interface represents a {{HTMLElement("content")}} HTML Element, which is used in <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a>. </p> + +<h2 id="Properties" name="Properties">Свойства</h2> + +<p><em>This interface inherits the properties of {{domxref("HTMLElement")}}.</em></p> + +<dl> + <dt>{{domxref("HTMLContentElement.select")}}</dt> + <dd>Is a {{domxref("DOMString")}} that reflects the {{ htmlattrxref("select", "content") }} HTML attribute. The value is a comma-separated list of CSS selectors that select the content to insert in place of the <code><content></code> element.</dd> +</dl> + +<h2 id="Методы">Методы</h2> + +<p><em>This interface inherits the methods of {{domxref("HTMLElement")}}.</em></p> + +<dl> + <dt>{{domxref("HTMLContentElement.getDistributedNodes()")}}</dt> + <dd>Returns a static {{domxref("NodeList")}} of the {{glossary("distributed nodes")}} associated with this <code><content></code> element. </dd> +</dl> + +<h2 id="Спецификации">Спецификации</h2> + +<p>This feature is no longer defined by any standards.</p> + +<h2 id="Поддержка_бразуерами">Поддержка бразуерами</h2> + + + +<p>{{Compat("api.HTMLContentElement")}}</p> + +<h2 id="См._также">См. также</h2> + +<ul> + <li>The {{HTMLElement("content")}} HTML element, implementing this interface.</li> + <li><a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a></li> +</ul> + +<dl> + <dt> </dt> +</dl> |