From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/api/htmlcontentelement/index.html | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 files/ru/web/api/htmlcontentelement/index.html (limited to 'files/ru/web/api/htmlcontentelement') 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 +--- +

{{ APIRef("Web Components") }}

+ +

{{Deprecated_header}}

+ +

The HTMLContentElement interface represents a {{HTMLElement("content")}} HTML Element, which is used in Shadow DOM

+ +

Свойства

+ +

This interface inherits the properties of {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLContentElement.select")}}
+
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 <content> element.
+
+ +

Методы

+ +

This interface inherits the methods of {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLContentElement.getDistributedNodes()")}}
+
Returns a static {{domxref("NodeList")}} of the {{glossary("distributed nodes")}} associated with this <content> element. 
+
+ +

Спецификации

+ +

This feature is no longer defined by any standards.

+ +

Поддержка бразуерами

+ + + +

{{Compat("api.HTMLContentElement")}}

+ +

См. также

+ + + +
+
 
+
-- cgit v1.2.3-54-g00ecf