From 52e48a7ac7bfc64b78c5aabb86cab4c0d7b88054 Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 28 Sep 2021 00:50:31 +0000 Subject: [CRON] sync translated content --- files/ru/conflicting/web/web_components/index.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ru/conflicting/web/web_components/index.html (limited to 'files/ru/conflicting') diff --git a/files/ru/conflicting/web/web_components/index.html b/files/ru/conflicting/web/web_components/index.html new file mode 100644 index 0000000000..71cfa2e114 --- /dev/null +++ b/files/ru/conflicting/web/web_components/index.html @@ -0,0 +1,38 @@ +--- +title: HTML Импорты +slug: conflicting/Web/Web_Components +translation_of: Web/Web_Components/HTML_Imports +original_slug: Web/Web_Components/HTML_Imports +--- +
+

Firefox will not ship HTML Imports in its current form. See this status update for more information. Until there is a consensus on the standard or alternative mechanisms are worked out, you can use a polyfill such as Google's webcomponents.js.

+
+ +

HTML Импорты is intended to be the packaging mechanism for web components, but you can also use HTML Imports by itself.

+ +
You import an HTML file by using a <link> tag in an HTML document like this: 
+ +
 
+ +
<link rel="import" href="myfile.html">
+ +

The import link type is new.

+ +

Specification

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML Imports', "", "")}}{{Spec2('HTML Imports')}} 
+ +

 

-- cgit v1.2.3-54-g00ecf