From 09d10136633355937867a21d65db64ae3c4d5829 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 18:02:34 +0300 Subject: Использование макроса для вставки специфицикаций - 2 (#2883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ru/web/api/window/close/index.html | 20 +------------------- files/ru/web/api/window/devicepixelratio/index.html | 17 +---------------- files/ru/web/api/window/length/index.html | 20 +------------------- files/ru/web/api/window/moveby/index.html | 17 +---------------- files/ru/web/api/window/moveto/index.html | 17 +---------------- files/ru/web/api/window/navigator/index.html | 17 +---------------- .../ru/web/api/window/ongamepadconnected/index.html | 15 +-------------- .../web/api/window/ongamepaddisconnected/index.html | 15 +-------------- .../ru/web/api/window/requestidlecallback/index.html | 15 +-------------- files/ru/web/api/window/screenx/index.html | 17 +---------------- 10 files changed, 10 insertions(+), 160 deletions(-) (limited to 'files/ru/web/api/window') diff --git a/files/ru/web/api/window/close/index.html b/files/ru/web/api/window/close/index.html index 1d8e5e0f1f..2a4705b550 100644 --- a/files/ru/web/api/window/close/index.html +++ b/files/ru/web/api/window/close/index.html @@ -42,25 +42,7 @@ function closeOpenedWindow() {

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('HTML WHATWG', '#dom-window-close', 'window.close()')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', "browsers.html#dom-window-close", "Window.close()")}}{{Spec2('HTML5 W3C')}} 
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/devicepixelratio/index.html b/files/ru/web/api/window/devicepixelratio/index.html index aa63a62713..36b150af2f 100644 --- a/files/ru/web/api/window/devicepixelratio/index.html +++ b/files/ru/web/api/window/devicepixelratio/index.html @@ -24,22 +24,7 @@ translation_of: Web/API/Window/devicePixelRatio

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

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("CSSOM View", "#dom-window-devicepixelratio", "Window.devicePixelRatio")}}{{Spec2("CSSOM View")}}Initial definition
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/length/index.html b/files/ru/web/api/window/length/index.html index 541e393563..5ddd0bf12d 100644 --- a/files/ru/web/api/window/length/index.html +++ b/files/ru/web/api/window/length/index.html @@ -26,22 +26,4 @@ translation_of: Web/API/Window/length

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG','browsers.html#dom-length','Window.length')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'browsers.html#dom-length', 'Window.length')}}{{Spec2('HTML5 W3C')}} 
+{{Specifications}} diff --git a/files/ru/web/api/window/moveby/index.html b/files/ru/web/api/window/moveby/index.html index 6744e2a2e0..b1e6c5a7d1 100644 --- a/files/ru/web/api/window/moveby/index.html +++ b/files/ru/web/api/window/moveby/index.html @@ -33,22 +33,7 @@ translation_of: Web/API/Window/moveBy

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{ SpecName('CSSOM View', '#dom-window-moveby', 'window.moveBy()') }}{{ Spec2('CSSOM View') }}
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/moveto/index.html b/files/ru/web/api/window/moveto/index.html index dd3bcf219c..1b01b0143b 100644 --- a/files/ru/web/api/window/moveto/index.html +++ b/files/ru/web/api/window/moveto/index.html @@ -36,22 +36,7 @@ translation_of: Web/API/Window/moveTo

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

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSSOM View', '#dom-window-moveto', 'window.moveTo()') }}{{ Spec2('CSSOM View') }}Изначальное определение
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/navigator/index.html b/files/ru/web/api/window/navigator/index.html index 83d806ff9c..6f0035020a 100644 --- a/files/ru/web/api/window/navigator/index.html +++ b/files/ru/web/api/window/navigator/index.html @@ -66,22 +66,7 @@ console.log(getBrowserId());

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

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG', '#dom-navigator', 'Window: navigator')}}{{Spec2('HTML WHATWG')}} 
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/ongamepadconnected/index.html b/files/ru/web/api/window/ongamepadconnected/index.html index 5d7c5a5a2c..26030db287 100644 --- a/files/ru/web/api/window/ongamepadconnected/index.html +++ b/files/ru/web/api/window/ongamepadconnected/index.html @@ -23,20 +23,7 @@ translation_of: Web/API/Window/ongamepadconnected

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Gamepad', '#event-gamepadconnected', 'gamepadconnected event')}}{{Spec2('Gamepad')}}Initial definition
+{{Specifications}}

Browser compatibility

diff --git a/files/ru/web/api/window/ongamepaddisconnected/index.html b/files/ru/web/api/window/ongamepaddisconnected/index.html index acff189b81..0cbf7ba7da 100644 --- a/files/ru/web/api/window/ongamepaddisconnected/index.html +++ b/files/ru/web/api/window/ongamepaddisconnected/index.html @@ -22,20 +22,7 @@ translation_of: Web/API/Window/ongamepaddisconnected

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Gamepad', '#event-gamepaddisconnected', 'gamepaddisconnected event')}}{{Spec2('Gamepad')}}Initial definition
+{{Specifications}}

Браузерная совместимость

diff --git a/files/ru/web/api/window/requestidlecallback/index.html b/files/ru/web/api/window/requestidlecallback/index.html index 7e533ec185..6ca8bdf734 100644 --- a/files/ru/web/api/window/requestidlecallback/index.html +++ b/files/ru/web/api/window/requestidlecallback/index.html @@ -38,20 +38,7 @@ translation_of: Web/API/Window/requestIdleCallback

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('Background Tasks')}}{{Spec2('Background Tasks')}}Initial definition.
+{{Specifications}}

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

diff --git a/files/ru/web/api/window/screenx/index.html b/files/ru/web/api/window/screenx/index.html index f2adc79350..4daf719a00 100644 --- a/files/ru/web/api/window/screenx/index.html +++ b/files/ru/web/api/window/screenx/index.html @@ -66,22 +66,7 @@ window.requestAnimationFrame(positionElem);

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{ SpecName('CSSOM View', '#dom-window-screenx', 'Window.screenX') }}{{ Spec2('CSSOM View') }}Initial definition.
+{{Specifications}}

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

-- cgit v1.2.3-54-g00ecf