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/_redirects.txt | 1 + files/ru/_wikihistory.json | 12 +++---- files/ru/conflicting/web/web_components/index.html | 38 ++++++++++++++++++++++ .../ru/web/web_components/html_imports/index.html | 37 --------------------- 4 files changed, 45 insertions(+), 43 deletions(-) create mode 100644 files/ru/conflicting/web/web_components/index.html delete mode 100644 files/ru/web/web_components/html_imports/index.html (limited to 'files/ru') diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index b61407949d..dcdb318df3 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -675,6 +675,7 @@ /ru/docs/Web/WebGL/Animating_objects_with_WebGL /ru/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL /ru/docs/Web/WebGL/Getting_started_with_WebGL /ru/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL /ru/docs/Web/WebGL/Using_shaders_to_apply_color_in_WebGL /ru/docs/Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL +/ru/docs/Web/Web_Components/HTML_Imports /ru/docs/conflicting/Web/Web_Components /ru/docs/Web/Web_Components/Использование_пользовательских_элементов /ru/docs/Web/Web_Components/Using_custom_elements /ru/docs/Web/XPath/Funkcje /ru/docs/Web/XPath/Functions /ru/docs/Web/XPath/Funkcje/floor /ru/docs/Web/XPath/Functions/floor diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index d77429f430..716c988409 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -23845,12 +23845,6 @@ "Kalita-Roman" ] }, - "Web/Web_Components/HTML_Imports": { - "modified": "2019-03-18T21:40:10.986Z", - "contributors": [ - "PaulineNemchak" - ] - }, "Web/Web_Components/Using_custom_elements": { "modified": "2020-01-05T09:04:07.966Z", "contributors": [ @@ -24697,6 +24691,12 @@ "ruslan_g02" ] }, + "conflicting/Web/Web_Components": { + "modified": "2019-03-18T21:40:10.986Z", + "contributors": [ + "PaulineNemchak" + ] + }, "orphaned/Glossary/Polifill": { "modified": "2019-03-23T22:18:26.835Z", "contributors": [ 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')}} 
+ +

 

diff --git a/files/ru/web/web_components/html_imports/index.html b/files/ru/web/web_components/html_imports/index.html deleted file mode 100644 index 06dab35aba..0000000000 --- a/files/ru/web/web_components/html_imports/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: HTML Импорты -slug: Web/Web_Components/HTML_Imports -translation_of: 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