diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 09d79d1bf71c2a..b5c29996a19712 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -966,7 +966,6 @@ /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 /ru/docs/Web/API/Web_components -/ru/docs/Web/Web_Components/HTML_Imports /ru/docs/conflicting/Web/Web_Components /ru/docs/Web/Web_Components/Using_custom_elements /ru/docs/Web/API/Web_components/Using_custom_elements /ru/docs/Web/Web_Components/Использование_пользовательских_элементов /ru/docs/Web/API/Web_components/Using_custom_elements /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 82fd3d3294c8b0..49e6c6c8f487f9 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -16895,10 +16895,6 @@ "modified": "2019-03-18T20:52:07.177Z", "contributors": ["chrisdavidmills", "ruslan_g02"] }, - "conflicting/Web/Web_Components": { - "modified": "2019-03-18T21:40:10.986Z", - "contributors": ["PaulineNemchak"] - }, "orphaned/Glossary/Bootstrap": { "modified": "2020-10-30T10:23:10.825Z", "contributors": ["ksam"] diff --git a/files/ru/conflicting/web/web_components/index.md b/files/ru/conflicting/web/web_components/index.md deleted file mode 100644 index 83d65e8bf0f931..00000000000000 --- a/files/ru/conflicting/web/web_components/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: HTML Импорты -slug: conflicting/Web/Web_Components -original_slug: Web/Web_Components/HTML_Imports ---- - -> **Предупреждение:** Firefox will not ship _HTML Imports_ in its current form. See this [status update](https://hacks.mozilla.org/2015/06/the-state-of-web-components/) 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`](https://github.com/webcomponents/webcomponentsjs). - -_HTML Импорты_ is intended to be the packaging mechanism for [web components](/ru/docs/Web/Web_Components), but you can also use HTML Imports by itself. - -You import an HTML file by using a [``](/ru/docs/Web/HTML/Element/link) tag in an HTML document like this: - -``` - -``` - -The `import` link type is new. - -## Specification - -{{Specifications}}