From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- .../web/api/window/beforeunload_event/index.html | 22 +--------------------- files/ru/web/api/window/document/index.html | 20 +------------------- files/ru/web/api/window/getselection/index.html | 22 +--------------------- files/ru/web/api/window/history/index.html | 20 +------------------- files/ru/web/api/window/innerheight/index.html | 17 +---------------- files/ru/web/api/window/localstorage/index.html | 15 +-------------- files/ru/web/api/window/location/index.html | 20 +------------------- .../web/api/window/ondeviceorientation/index.html | 17 +---------------- files/ru/web/api/window/screen/index.html | 17 +---------------- files/ru/web/api/window/sessionstorage/index.html | 15 +-------------- files/ru/web/api/window/top/index.html | 22 +--------------------- 11 files changed, 11 insertions(+), 196 deletions(-) (limited to 'files/ru/web/api/window') diff --git a/files/ru/web/api/window/beforeunload_event/index.html b/files/ru/web/api/window/beforeunload_event/index.html index c0bbf99a16..2c5bc0a27d 100644 --- a/files/ru/web/api/window/beforeunload_event/index.html +++ b/files/ru/web/api/window/beforeunload_event/index.html @@ -61,27 +61,7 @@ translation_of: Web/API/Window/beforeunload_event

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

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("HTML WHATWG", "indices.html#event-beforeunload", "beforeunload")}}{{Spec2("HTML WHATWG")}}
{{SpecName("HTML5 W3C", "browsers.html#unloading-documents", "beforeunload")}}{{Spec2("HTML5 W3C")}}Initial definition
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/window/document/index.html b/files/ru/web/api/window/document/index.html index 6e5d067fc8..fbb34898e9 100644 --- a/files/ru/web/api/window/document/index.html +++ b/files/ru/web/api/window/document/index.html @@ -42,22 +42,4 @@ translation_of: Web/API/Window/document

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-2', 'Window.document')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-0', 'Window.document')}}{{Spec2('HTML5 W3C')}}
+{{Specifications}} diff --git a/files/ru/web/api/window/getselection/index.html b/files/ru/web/api/window/getselection/index.html index bbfeac0912..a908e5fbb9 100644 --- a/files/ru/web/api/window/getselection/index.html +++ b/files/ru/web/api/window/getselection/index.html @@ -53,27 +53,7 @@ translation_of: Web/API/Window/getSelection

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Selection API", "#extensions-to-window-interface", "Window.getSelection()")}}{{Spec2("Selection API")}}Новая специф.
{{SpecName("HTML Editing", "#dom-window-getselection", "Window.getSelection()")}}{{Spec2("HTML Editing")}}Начальное определение
+{{Specifications}}

Совместимость с браузером

diff --git a/files/ru/web/api/window/history/index.html b/files/ru/web/api/window/history/index.html index c6cc2c76cf..ff8cdde3f4 100644 --- a/files/ru/web/api/window/history/index.html +++ b/files/ru/web/api/window/history/index.html @@ -30,22 +30,4 @@ history.go(-1); // эквивалент history.back();

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('HTML WHATWG', 'browsers.html#the-history-interface', 'The History interface')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'browsers.html#the-history-interface', 'The History interface')}}{{Spec2('HTML5 W3C')}} 
+{{Specifications}} diff --git a/files/ru/web/api/window/innerheight/index.html b/files/ru/web/api/window/innerheight/index.html index c7aa9071b9..1af9b34535 100644 --- a/files/ru/web/api/window/innerheight/index.html +++ b/files/ru/web/api/window/innerheight/index.html @@ -56,22 +56,7 @@ var intOuterFramesetHeight = top.innerHeight;

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('CSSOM View', '#dom-window-innerheight', 'window.innerHeight')}}{{Spec2('CSSOM View')}}Начальное определение.
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/window/localstorage/index.html b/files/ru/web/api/window/localstorage/index.html index 2f25eb7532..11fb1aabae 100644 --- a/files/ru/web/api/window/localstorage/index.html +++ b/files/ru/web/api/window/localstorage/index.html @@ -62,20 +62,7 @@ translation_of: Web/API/Window/localStorage

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("HTML WHATWG", "webstorage.html#dom-localstorage", "localStorage")}}{{Spec2("HTML WHATWG")}}
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/location/index.html b/files/ru/web/api/window/location/index.html index 31445036f2..5382b1cbe3 100644 --- a/files/ru/web/api/window/location/index.html +++ b/files/ru/web/api/window/location/index.html @@ -180,25 +180,7 @@ span.intLink {

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', "history.html#the-location-interface", "Window.location")}}{{Spec2('HTML WHATWG')}}Нет изменений с {{SpecName("HTML5 W3C")}}.
{{SpecName('HTML5 W3C', "browsers.html#the-location-interface", "Window.location")}}{{Spec2('HTML5 W3C')}}Начальное определение
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/window/ondeviceorientation/index.html b/files/ru/web/api/window/ondeviceorientation/index.html index 72c07b3b81..97709fa1ad 100644 --- a/files/ru/web/api/window/ondeviceorientation/index.html +++ b/files/ru/web/api/window/ondeviceorientation/index.html @@ -23,22 +23,7 @@ window.addEventListener('deviceorientation', function(event) { ... });

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('Device Orientation')}}{{Spec2('Device Orientation')}}Начальная спецификация.
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/window/screen/index.html b/files/ru/web/api/window/screen/index.html index bb14e55628..4187a52986 100644 --- a/files/ru/web/api/window/screen/index.html +++ b/files/ru/web/api/window/screen/index.html @@ -22,22 +22,7 @@ translation_of: Web/API/Window/screen

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

- - - - - - - - - - - - - - - -
СпецификацияСостояниеПояснение
{{SpecName('CSSOM View', '#dom-window-screen', 'window.screen')}}{{Spec2('CSSOM View')}}Начальное определение
+{{Specifications}}

Совместимость с браузерами

{{Compat("api.Window.screen")}}

diff --git a/files/ru/web/api/window/sessionstorage/index.html b/files/ru/web/api/window/sessionstorage/index.html index 13a2919a13..7143987409 100644 --- a/files/ru/web/api/window/sessionstorage/index.html +++ b/files/ru/web/api/window/sessionstorage/index.html @@ -52,20 +52,7 @@ field.addEventListener("change", function() {

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

- - - - - - - - - - - - - -
СпецификацияСтатусЗамечание
{{SpecName('Web Storage', '#the-sessionstorage-attribute', 'sessionStorage')}}{{Spec2('Web Storage')}} 
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/top/index.html b/files/ru/web/api/window/top/index.html index 7e7f62043e..ebb42d4b72 100644 --- a/files/ru/web/api/window/top/index.html +++ b/files/ru/web/api/window/top/index.html @@ -20,27 +20,7 @@ translation_of: Web/API/Window/top

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

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', 'browsers.html#dom-top', 'window.top')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'browsers.html#dom-top', 'window.top')}}{{Spec2('HTML5 W3C')}}Initial definition
+{{Specifications}}

Совместимость с браузерами

-- cgit v1.2.3-54-g00ecf