diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/window | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/window')
37 files changed, 37 insertions, 37 deletions
diff --git a/files/ru/web/api/window/alert/index.html b/files/ru/web/api/window/alert/index.html index 347eafba64..c786e9e7c3 100644 --- a/files/ru/web/api/window/alert/index.html +++ b/files/ru/web/api/window/alert/index.html @@ -64,7 +64,7 @@ translation_of: Web/API/Window/alert <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.alert")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/beforeunload_event/index.html b/files/ru/web/api/window/beforeunload_event/index.html index 74c2ec65e6..d0126e3a0a 100644 --- a/files/ru/web/api/window/beforeunload_event/index.html +++ b/files/ru/web/api/window/beforeunload_event/index.html @@ -65,7 +65,7 @@ translation_of: Web/API/Window/beforeunload_event <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.beforeunload_event")}}</p> +<p>{{Compat}}</p> <p>Смотрите <a href="/en-US/docs/Web/API/WindowEventHandlers/onbeforeunload#Browser_compatibility">WindowEventHandlers/onbeforeunload</a> для получения более подробной информации о том, как различные браузеры обрабатывают это событие.</p> diff --git a/files/ru/web/api/window/cancelanimationframe/index.html b/files/ru/web/api/window/cancelanimationframe/index.html index 9f02501a9a..13c966b97f 100644 --- a/files/ru/web/api/window/cancelanimationframe/index.html +++ b/files/ru/web/api/window/cancelanimationframe/index.html @@ -48,7 +48,7 @@ cancelAnimationFrame(myReq); <div> -<p>{{Compat("api.Window.cancelAnimationFrame")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Спецификация">Спецификация</h2> diff --git a/files/ru/web/api/window/clearimmediate/index.html b/files/ru/web/api/window/clearimmediate/index.html index b1ac586186..67fdfa0fa8 100644 --- a/files/ru/web/api/window/clearimmediate/index.html +++ b/files/ru/web/api/window/clearimmediate/index.html @@ -35,7 +35,7 @@ document.getElementById("button").addEventListener(function () { -<p>{{Compat("api.Window.clearImmediate")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/close/index.html b/files/ru/web/api/window/close/index.html index 2a4705b550..2a593ef585 100644 --- a/files/ru/web/api/window/close/index.html +++ b/files/ru/web/api/window/close/index.html @@ -46,4 +46,4 @@ function closeOpenedWindow() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.close")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/confirm/index.html b/files/ru/web/api/window/confirm/index.html index 416df06cb6..a1b21c5fed 100644 --- a/files/ru/web/api/window/confirm/index.html +++ b/files/ru/web/api/window/confirm/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/Window/confirm <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.confirm")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/deviceorientation_event/index.html b/files/ru/web/api/window/deviceorientation_event/index.html index 4c42fc7a7a..2d5d6056b8 100644 --- a/files/ru/web/api/window/deviceorientation_event/index.html +++ b/files/ru/web/api/window/deviceorientation_event/index.html @@ -104,7 +104,7 @@ var handleOrientationEvent = function(frontToBack, leftToRight, rotateDegrees) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.deviceorientation_event")}}</p> +<p>{{Compat}}</p> <h2 id="Похожие_события">Похожие события</h2> diff --git a/files/ru/web/api/window/devicepixelratio/index.html b/files/ru/web/api/window/devicepixelratio/index.html index 36b150af2f..047b255af9 100644 --- a/files/ru/web/api/window/devicepixelratio/index.html +++ b/files/ru/web/api/window/devicepixelratio/index.html @@ -28,4 +28,4 @@ translation_of: Web/API/Window/devicePixelRatio <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.Window.devicePixelRatio")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/domcontentloaded_event/index.html b/files/ru/web/api/window/domcontentloaded_event/index.html index 14f2db3e49..23a5a9f4b5 100644 --- a/files/ru/web/api/window/domcontentloaded_event/index.html +++ b/files/ru/web/api/window/domcontentloaded_event/index.html @@ -88,7 +88,7 @@ for(var i=0; i<1000000000; i++) <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Window.DOMContentLoaded_event")}}</p> +<p>{{Compat}}</p> <h2 id="Связанные_события">Связанные события</h2> diff --git a/files/ru/web/api/window/frameelement/index.html b/files/ru/web/api/window/frameelement/index.html index 47e59739b8..9a45d841e2 100644 --- a/files/ru/web/api/window/frameelement/index.html +++ b/files/ru/web/api/window/frameelement/index.html @@ -39,7 +39,7 @@ if (frameEl) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.frameElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/frames/index.html b/files/ru/web/api/window/frames/index.html index 970ce58bda..30ddd04b05 100644 --- a/files/ru/web/api/window/frames/index.html +++ b/files/ru/web/api/window/frames/index.html @@ -54,4 +54,4 @@ for (var i = 0; i < frames.length; i++) { -<p>{{Compat("api.Window.frames")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/getcomputedstyle/index.html b/files/ru/web/api/window/getcomputedstyle/index.html index 4683aa7f79..9ad21947bd 100644 --- a/files/ru/web/api/window/getcomputedstyle/index.html +++ b/files/ru/web/api/window/getcomputedstyle/index.html @@ -113,7 +113,7 @@ var style = window.getComputedStyle(elem1, null); <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Window.getComputedStyle")}}</p> +<p>{{Compat}}</p> <h2 id="Спецификации">Спецификации</h2> diff --git a/files/ru/web/api/window/getselection/index.html b/files/ru/web/api/window/getselection/index.html index a908e5fbb9..196833e35e 100644 --- a/files/ru/web/api/window/getselection/index.html +++ b/files/ru/web/api/window/getselection/index.html @@ -57,7 +57,7 @@ translation_of: Web/API/Window/getSelection <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("api.Window.getSelection")}}</p> +<p>{{Compat}}</p> <h2 id="See_also"></h2> diff --git a/files/ru/web/api/window/hashchange_event/index.html b/files/ru/web/api/window/hashchange_event/index.html index 948beedbad..2dfc6b2388 100644 --- a/files/ru/web/api/window/hashchange_event/index.html +++ b/files/ru/web/api/window/hashchange_event/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/Window/hashchange_event <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.hashchange_event")}}</p> +<p>{{Compat}}</p> <h2 id="Похожие_события">Похожие события</h2> diff --git a/files/ru/web/api/window/innerheight/index.html b/files/ru/web/api/window/innerheight/index.html index 1af9b34535..e7e5c931a5 100644 --- a/files/ru/web/api/window/innerheight/index.html +++ b/files/ru/web/api/window/innerheight/index.html @@ -62,7 +62,7 @@ var intOuterFramesetHeight = top.innerHeight; -<p>{{Compat("api.Window.innerHeight")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/localstorage/index.html b/files/ru/web/api/window/localstorage/index.html index 11fb1aabae..ac8cabf1a1 100644 --- a/files/ru/web/api/window/localstorage/index.html +++ b/files/ru/web/api/window/localstorage/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/Window/localStorage -<p>{{Compat("api.Window.localStorage")}}</p> +<p>{{Compat}}</p> <p>Все браузеры имеют различный уровень объёма для <code>localStorage</code> и <code>sessionStorage</code>. Здесь <a href="http://dev-test.nemikor.com/web-storage/support-test/">подробное описание объёма хранилищ для разных браузеров</a>.</p> diff --git a/files/ru/web/api/window/location/index.html b/files/ru/web/api/window/location/index.html index 5382b1cbe3..1597a66be6 100644 --- a/files/ru/web/api/window/location/index.html +++ b/files/ru/web/api/window/location/index.html @@ -186,7 +186,7 @@ span.intLink { -<p>{{Compat("api.Window.location")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/matchmedia/index.html b/files/ru/web/api/window/matchmedia/index.html index 62e892b22f..4614a057aa 100644 --- a/files/ru/web/api/window/matchmedia/index.html +++ b/files/ru/web/api/window/matchmedia/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/Window/matchMedia <p> </p> -<p>{{Compat("api.Window.matchMedia")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/window/moveby/index.html b/files/ru/web/api/window/moveby/index.html index b1e6c5a7d1..d9b09dd073 100644 --- a/files/ru/web/api/window/moveby/index.html +++ b/files/ru/web/api/window/moveby/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/Window/moveBy -<p>{{Compat("api.Window.moveBy")}}</p> +<p>{{Compat}}</p> <p>Начиная с Firefox 7 сайты не могут перемещать окно <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=565541#c24" rel="noopener">в следующих случаях</a>:</p> diff --git a/files/ru/web/api/window/moveto/index.html b/files/ru/web/api/window/moveto/index.html index 1b01b0143b..431e43138d 100644 --- a/files/ru/web/api/window/moveto/index.html +++ b/files/ru/web/api/window/moveto/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/Window/moveTo -<p>{{Compat("api.Window.moveTo")}}</p> +<p>{{Compat}}</p> <p>Начиная с Firefox 7 сайты не могут перемещать окно <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=565541#c24">в следующих случаях</a>:</p> diff --git a/files/ru/web/api/window/navigator/index.html b/files/ru/web/api/window/navigator/index.html index 6f0035020a..212fbd6814 100644 --- a/files/ru/web/api/window/navigator/index.html +++ b/files/ru/web/api/window/navigator/index.html @@ -72,4 +72,4 @@ console.log(getBrowserId());</pre> -<p>{{Compat("api.Window.navigator")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/ongamepadconnected/index.html b/files/ru/web/api/window/ongamepadconnected/index.html index 26030db287..758fed2d2d 100644 --- a/files/ru/web/api/window/ongamepadconnected/index.html +++ b/files/ru/web/api/window/ongamepadconnected/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/Window/ongamepadconnected -<p>{{Compat("api.Window.ongamepadconnected")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/ongamepaddisconnected/index.html b/files/ru/web/api/window/ongamepaddisconnected/index.html index 0cbf7ba7da..26390e5430 100644 --- a/files/ru/web/api/window/ongamepaddisconnected/index.html +++ b/files/ru/web/api/window/ongamepaddisconnected/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Window/ongamepaddisconnected -<p>{{Compat("api.Window.ongamepaddisconnected")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/pageyoffset/index.html b/files/ru/web/api/window/pageyoffset/index.html index 18b7b28233..7f771b7afe 100644 --- a/files/ru/web/api/window/pageyoffset/index.html +++ b/files/ru/web/api/window/pageyoffset/index.html @@ -155,7 +155,7 @@ info.innerText = "Y offset after scrolling: " + -<p>{{Compat("api.Window.pageYOffset")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/popstate_event/index.html b/files/ru/web/api/window/popstate_event/index.html index d64af5c795..58ce0dd8e2 100644 --- a/files/ru/web/api/window/popstate_event/index.html +++ b/files/ru/web/api/window/popstate_event/index.html @@ -67,7 +67,7 @@ translation_of: Web/API/Window/popstate_event <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Window.popstate_event")}}</p> +<p>{{Compat}}</p> <h2 id="Example">Example</h2> diff --git a/files/ru/web/api/window/postmessage/index.html b/files/ru/web/api/window/postmessage/index.html index 80e202e942..2ceb1412b8 100644 --- a/files/ru/web/api/window/postmessage/index.html +++ b/files/ru/web/api/window/postmessage/index.html @@ -155,7 +155,7 @@ window.addEventListener("message", receiveMessage, false); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Window.postMessage")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/window/requestanimationframe/index.html b/files/ru/web/api/window/requestanimationframe/index.html index 8f2a58bfae..188eeca2d4 100644 --- a/files/ru/web/api/window/requestanimationframe/index.html +++ b/files/ru/web/api/window/requestanimationframe/index.html @@ -79,7 +79,7 @@ window.requestAnimationFrame(step);</pre> <h2 id="Browser_compatibility">Браузерная совместимость</h2> -<p id="Specification">{{Compat("api.Window.requestAnimationFrame")}}</p> +<p id="Specification">{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/requestidlecallback/index.html b/files/ru/web/api/window/requestidlecallback/index.html index 6ca8bdf734..20f571d0c7 100644 --- a/files/ru/web/api/window/requestidlecallback/index.html +++ b/files/ru/web/api/window/requestidlecallback/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/Window/requestIdleCallback <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.requestIdleCallback")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/screen/index.html b/files/ru/web/api/window/screen/index.html index 4187a52986..5c5cb43e96 100644 --- a/files/ru/web/api/window/screen/index.html +++ b/files/ru/web/api/window/screen/index.html @@ -25,4 +25,4 @@ translation_of: Web/API/Window/screen {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.screen")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/screenx/index.html b/files/ru/web/api/window/screenx/index.html index 4daf719a00..1e2a2b1b14 100644 --- a/files/ru/web/api/window/screenx/index.html +++ b/files/ru/web/api/window/screenx/index.html @@ -70,7 +70,7 @@ window.requestAnimationFrame(positionElem);</pre> <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.Window.screenX")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/scrollmaxx/index.html b/files/ru/web/api/window/scrollmaxx/index.html index 1f6ca6b1f2..fd77a265cd 100644 --- a/files/ru/web/api/window/scrollmaxx/index.html +++ b/files/ru/web/api/window/scrollmaxx/index.html @@ -36,4 +36,4 @@ window.scrollTo(maxX, 0); -<p>{{Compat("api.Window.scrollMaxX")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/scrollmaxy/index.html b/files/ru/web/api/window/scrollmaxy/index.html index c5d78baf52..4f42e91f85 100644 --- a/files/ru/web/api/window/scrollmaxy/index.html +++ b/files/ru/web/api/window/scrollmaxy/index.html @@ -39,4 +39,4 @@ window.scrollTo(0,maxY); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.scrollMaxY")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/window/scrollx/index.html b/files/ru/web/api/window/scrollx/index.html index 448c04fb1d..8ded19d6ca 100644 --- a/files/ru/web/api/window/scrollx/index.html +++ b/files/ru/web/api/window/scrollx/index.html @@ -70,7 +70,7 @@ var y = (window.pageYOffset !== undefined) <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.scrollX")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/scrolly/index.html b/files/ru/web/api/window/scrolly/index.html index 6dabc33f30..bfb0c23c10 100644 --- a/files/ru/web/api/window/scrolly/index.html +++ b/files/ru/web/api/window/scrolly/index.html @@ -68,7 +68,7 @@ var y = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documen <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.scrollY")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/window/self/index.html b/files/ru/web/api/window/self/index.html index b310b8a304..2a2e41bfcf 100644 --- a/files/ru/web/api/window/self/index.html +++ b/files/ru/web/api/window/self/index.html @@ -55,7 +55,7 @@ var w4 = window.self; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.self")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/window/sessionstorage/index.html b/files/ru/web/api/window/sessionstorage/index.html index 7143987409..4d2d5d8cce 100644 --- a/files/ru/web/api/window/sessionstorage/index.html +++ b/files/ru/web/api/window/sessionstorage/index.html @@ -56,7 +56,7 @@ field.addEventListener("change", function() { <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Window.sessionStorage")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/window/top/index.html b/files/ru/web/api/window/top/index.html index ebb42d4b72..0bbca09649 100644 --- a/files/ru/web/api/window/top/index.html +++ b/files/ru/web/api/window/top/index.html @@ -24,4 +24,4 @@ translation_of: Web/API/Window/top <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Window.top")}}</p> +<p>{{Compat}}</p> |