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 | |
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')
632 files changed, 631 insertions, 634 deletions
diff --git a/files/ru/web/api/abortcontroller/abort/index.html b/files/ru/web/api/abortcontroller/abort/index.html index 29634213a4..512ba7b1a9 100644 --- a/files/ru/web/api/abortcontroller/abort/index.html +++ b/files/ru/web/api/abortcontroller/abort/index.html @@ -67,7 +67,7 @@ function fetchVideo() { -<p>{{Compat("api.AbortController.abort")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortcontroller/abortcontroller/index.html b/files/ru/web/api/abortcontroller/abortcontroller/index.html index b8927a8978..8e965d1959 100644 --- a/files/ru/web/api/abortcontroller/abortcontroller/index.html +++ b/files/ru/web/api/abortcontroller/abortcontroller/index.html @@ -63,7 +63,7 @@ function fetchVideo() { -<p>{{Compat("api.AbortController.AbortController")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortcontroller/index.html b/files/ru/web/api/abortcontroller/index.html index a85ec28f8e..53e5e90e2b 100644 --- a/files/ru/web/api/abortcontroller/index.html +++ b/files/ru/web/api/abortcontroller/index.html @@ -74,7 +74,7 @@ function fetchVideo() { -<p>{{Compat("api.AbortController")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortcontroller/signal/index.html b/files/ru/web/api/abortcontroller/signal/index.html index 9c864ae285..96ae1f8658 100644 --- a/files/ru/web/api/abortcontroller/signal/index.html +++ b/files/ru/web/api/abortcontroller/signal/index.html @@ -65,7 +65,7 @@ function fetchVideo() { -<p>{{Compat("api.AbortController.signal")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortsignal/abort_event/index.html b/files/ru/web/api/abortsignal/abort_event/index.html index 2fc03f44b9..f28113186c 100644 --- a/files/ru/web/api/abortsignal/abort_event/index.html +++ b/files/ru/web/api/abortsignal/abort_event/index.html @@ -54,7 +54,7 @@ signal.onabort = function() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AbortSignal.abort_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortsignal/aborted/index.html b/files/ru/web/api/abortsignal/aborted/index.html index 01df300525..5a91d630ef 100644 --- a/files/ru/web/api/abortsignal/aborted/index.html +++ b/files/ru/web/api/abortsignal/aborted/index.html @@ -38,7 +38,7 @@ signal.aborted ? console.log('Запрос был отменён') : console.log -<p>{{Compat("api.AbortSignal.aborted")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortsignal/index.html b/files/ru/web/api/abortsignal/index.html index 83b333f186..d754f4d3ce 100644 --- a/files/ru/web/api/abortsignal/index.html +++ b/files/ru/web/api/abortsignal/index.html @@ -75,7 +75,7 @@ function fetchVideo() { -<p>{{Compat("api.AbortSignal")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/abortsignal/onabort/index.html b/files/ru/web/api/abortsignal/onabort/index.html index 9debb6b5cf..0e803926b0 100644 --- a/files/ru/web/api/abortsignal/onabort/index.html +++ b/files/ru/web/api/abortsignal/onabort/index.html @@ -31,7 +31,7 @@ signal.onabort = function() { -<p>{{Compat("api.AbortSignal.onabort")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/analysernode/getbytefrequencydata/index.html b/files/ru/web/api/analysernode/getbytefrequencydata/index.html index d0f4d76dca..b27489a7e0 100644 --- a/files/ru/web/api/analysernode/getbytefrequencydata/index.html +++ b/files/ru/web/api/analysernode/getbytefrequencydata/index.html @@ -101,7 +101,7 @@ draw();</pre> <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> <div> -<p>{{Compat("api.AnalyserNode.getByteFrequencyData")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/analysernode/index.html b/files/ru/web/api/analysernode/index.html index c319515a2a..086555ac07 100644 --- a/files/ru/web/api/analysernode/index.html +++ b/files/ru/web/api/analysernode/index.html @@ -173,7 +173,7 @@ draw(); <div> -<p>{{Compat("api.AnalyserNode")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/angle_instanced_arrays/index.html b/files/ru/web/api/angle_instanced_arrays/index.html index 84a10edcbc..c609879488 100644 --- a/files/ru/web/api/angle_instanced_arrays/index.html +++ b/files/ru/web/api/angle_instanced_arrays/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/ANGLE_instanced_arrays <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.ANGLE_instanced_arrays")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/animation/cancel/index.html b/files/ru/web/api/animation/cancel/index.html index 8eaf9e0ea6..94afd50acb 100644 --- a/files/ru/web/api/animation/cancel/index.html +++ b/files/ru/web/api/animation/cancel/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/Animation/cancel <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Animation.cancel")}}</p> +<p>{{Compat}}</p> <h2 id="See_also" style="line-height: 30px; font-size: 2.14285714285714rem;">See also</h2> diff --git a/files/ru/web/api/animation/index.html b/files/ru/web/api/animation/index.html index bdd48bee74..7b7c68ee15 100644 --- a/files/ru/web/api/animation/index.html +++ b/files/ru/web/api/animation/index.html @@ -103,4 +103,4 @@ translation_of: Web/API/Animation <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Animation")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/animation/starttime/index.html b/files/ru/web/api/animation/starttime/index.html index a06d28ab3a..5d66b1dfdb 100644 --- a/files/ru/web/api/animation/starttime/index.html +++ b/files/ru/web/api/animation/starttime/index.html @@ -37,7 +37,7 @@ original_slug: Web/API/Window/mozAnimationStartTime -<p>{{Compat("api.Window.mozAnimationStartTime")}}</p> +<p>{{Compat}}</p> <h3 id="See_also">See also</h3> diff --git a/files/ru/web/api/animationevent/animationevent/index.html b/files/ru/web/api/animationevent/animationevent/index.html index 9833b80d33..d0a867f5a3 100644 --- a/files/ru/web/api/animationevent/animationevent/index.html +++ b/files/ru/web/api/animationevent/animationevent/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/AnimationEvent/AnimationEvent -<p>{{Compat("api.AnimationEvent.AnimationEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/animationevent/index.html b/files/ru/web/api/animationevent/index.html index 72304b3643..a4d08fc249 100644 --- a/files/ru/web/api/animationevent/index.html +++ b/files/ru/web/api/animationevent/index.html @@ -65,7 +65,7 @@ translation_of: Web/API/AnimationEvent <h2 id="Поддержка_браузерами"> Поддержка браузерами</h2> -<p>{{Compat("api.AnimationEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/atob/index.html b/files/ru/web/api/atob/index.html index d6ef289622..e12ea166c1 100644 --- a/files/ru/web/api/atob/index.html +++ b/files/ru/web/api/atob/index.html @@ -29,7 +29,7 @@ var decodedData = window.atob(encodedData); // декодирует строку <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.atob")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/attr/index.html b/files/ru/web/api/attr/index.html index 9f355c9e70..57265c3d2b 100644 --- a/files/ru/web/api/attr/index.html +++ b/files/ru/web/api/attr/index.html @@ -127,4 +127,4 @@ translation_of: Web/API/Attr <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Attr")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/audiobuffer/index.html b/files/ru/web/api/audiobuffer/index.html index fe276a998a..ad5eeda848 100644 --- a/files/ru/web/api/audiobuffer/index.html +++ b/files/ru/web/api/audiobuffer/index.html @@ -90,7 +90,7 @@ button.onclick = function() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioBuffer")}}</p> +<p>{{Compat}}</p> <h2 id="sect1"> </h2> diff --git a/files/ru/web/api/audiocontext/createmediaelementsource/index.html b/files/ru/web/api/audiocontext/createmediaelementsource/index.html index e47b8f19b0..9b79303c80 100644 --- a/files/ru/web/api/audiocontext/createmediaelementsource/index.html +++ b/files/ru/web/api/audiocontext/createmediaelementsource/index.html @@ -83,7 +83,7 @@ gainNode.connect(audioCtx.destination);</pre> <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("api.AudioContext.createMediaElementSource")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audiocontext/index.html b/files/ru/web/api/audiocontext/index.html index ccefe30d9d..7de77caf88 100644 --- a/files/ru/web/api/audiocontext/index.html +++ b/files/ru/web/api/audiocontext/index.html @@ -106,7 +106,7 @@ var finish = audioCtx.destination; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioContext")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audionode/channelcount/index.html b/files/ru/web/api/audionode/channelcount/index.html index 26ec2f2a0f..ef93d5aa79 100644 --- a/files/ru/web/api/audionode/channelcount/index.html +++ b/files/ru/web/api/audionode/channelcount/index.html @@ -47,7 +47,7 @@ oscillator.channelCount; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioNode.channelCount")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audionode/context/index.html b/files/ru/web/api/audionode/context/index.html index 95619331b5..b9891f5bdc 100644 --- a/files/ru/web/api/audionode/context/index.html +++ b/files/ru/web/api/audionode/context/index.html @@ -38,7 +38,7 @@ oscillator.context; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.AudioNode.context")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/audionode/index.html b/files/ru/web/api/audionode/index.html index cd9ff45062..6775352049 100644 --- a/files/ru/web/api/audionode/index.html +++ b/files/ru/web/api/audionode/index.html @@ -97,7 +97,7 @@ oscillator.channelCount;</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.AudioNode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/audioparam/index.html b/files/ru/web/api/audioparam/index.html index 9ce41633ff..10a360b763 100644 --- a/files/ru/web/api/audioparam/index.html +++ b/files/ru/web/api/audioparam/index.html @@ -102,7 +102,7 @@ compressor.release.setValueAtTime(0.25, audioCtx.currentTime);</pre> <div> -<p>{{Compat("api.AudioParam")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/audioparam/setvalueattime/index.html b/files/ru/web/api/audioparam/setvalueattime/index.html index 9a6485b694..b2d00136ca 100644 --- a/files/ru/web/api/audioparam/setvalueattime/index.html +++ b/files/ru/web/api/audioparam/setvalueattime/index.html @@ -88,7 +88,7 @@ targetAtTimeMinus.onclick = function() { -<p>{{Compat("api.AudioParam.setValueAtTime")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/baseaudiocontext/createpanner/index.html b/files/ru/web/api/baseaudiocontext/createpanner/index.html index 90694a3777..eff542603d 100644 --- a/files/ru/web/api/baseaudiocontext/createpanner/index.html +++ b/files/ru/web/api/baseaudiocontext/createpanner/index.html @@ -148,7 +148,7 @@ function positionPanner() { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.BaseAudioContext.createPanner")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/baseaudiocontext/currenttime/index.html b/files/ru/web/api/baseaudiocontext/currenttime/index.html index fed5532a28..6baebedf01 100644 --- a/files/ru/web/api/baseaudiocontext/currenttime/index.html +++ b/files/ru/web/api/baseaudiocontext/currenttime/index.html @@ -42,7 +42,7 @@ console.log(audioCtx.currentTime); </table> <h2 id="Browser_compatibility">Browser compatibility</h2> <div> -<p>{{Compat("api.BaseAudioContext.currentTime")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> <ul> diff --git a/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html b/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html index dd51895e62..70cd0fc622 100644 --- a/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html +++ b/files/ru/web/api/baseaudiocontext/decodeaudiodata/index.html @@ -140,7 +140,7 @@ pre.innerHTML = myScript.innerHTML;</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.BaseAudioContext.decodeAudioData")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/batterymanager/index.html b/files/ru/web/api/batterymanager/index.html index 5c28577333..0ad6f7a2d5 100644 --- a/files/ru/web/api/batterymanager/index.html +++ b/files/ru/web/api/batterymanager/index.html @@ -47,7 +47,7 @@ translation_of: Web/API/BatteryManager <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.BatteryManager")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/beforeinstallpromptevent/index.html b/files/ru/web/api/beforeinstallpromptevent/index.html index d572446540..c073be7a7c 100644 --- a/files/ru/web/api/beforeinstallpromptevent/index.html +++ b/files/ru/web/api/beforeinstallpromptevent/index.html @@ -58,4 +58,4 @@ translation_of: Web/API/BeforeInstallPromptEvent -<p>{{Compat("api.BeforeInstallPromptEvent")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/beforeinstallpromptevent/prompt/index.html b/files/ru/web/api/beforeinstallpromptevent/prompt/index.html index ad2177d693..4827b9eac6 100644 --- a/files/ru/web/api/beforeinstallpromptevent/prompt/index.html +++ b/files/ru/web/api/beforeinstallpromptevent/prompt/index.html @@ -45,4 +45,4 @@ window.addEventListener("beforeinstallprompt", function(e) { -<p>{{Compat("api.BeforeInstallPromptEvent.prompt")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/beforeunloadevent/index.html b/files/ru/web/api/beforeunloadevent/index.html index e7be7cb740..1d261a456c 100644 --- a/files/ru/web/api/beforeunloadevent/index.html +++ b/files/ru/web/api/beforeunloadevent/index.html @@ -56,7 +56,7 @@ window.addEventListener("beforeunload", function( event ) { <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> <div> -<p>{{Compat("api.BeforeUnloadEvent")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/blob/blob/index.html b/files/ru/web/api/blob/blob/index.html index a4016b0cf6..2eaaa9342c 100644 --- a/files/ru/web/api/blob/blob/index.html +++ b/files/ru/web/api/blob/blob/index.html @@ -48,7 +48,7 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // the blob</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Blob.Blob")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/blob/index.html b/files/ru/web/api/blob/index.html index 85f18e9cb5..b1b86f24a3 100644 --- a/files/ru/web/api/blob/index.html +++ b/files/ru/web/api/blob/index.html @@ -142,7 +142,7 @@ reader.readAsArrayBuffer(blob);</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Blob")}}</p> +<p>{{Compat}}</p> <h2 id="Замечания_Gecko_доступность_в_привилегированном_коде">Замечания Gecko: доступность в привилегированном коде</h2> diff --git a/files/ru/web/api/blob/slice/index.html b/files/ru/web/api/blob/slice/index.html index 384577a82c..3e9ce9219d 100644 --- a/files/ru/web/api/blob/slice/index.html +++ b/files/ru/web/api/blob/slice/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/Blob/slice -<p>{{Compat("api.Blob.slice")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/bluetooth/index.html b/files/ru/web/api/bluetooth/index.html index b1e4172e71..d8d236b841 100644 --- a/files/ru/web/api/bluetooth/index.html +++ b/files/ru/web/api/bluetooth/index.html @@ -54,4 +54,4 @@ Bluetooth implements ServiceEventHandlers;</pre> {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Bluetooth")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/bluetoothremotegattserver/index.html b/files/ru/web/api/bluetoothremotegattserver/index.html index 61a84cb2b6..dbb00dc43b 100644 --- a/files/ru/web/api/bluetoothremotegattserver/index.html +++ b/files/ru/web/api/bluetoothremotegattserver/index.html @@ -61,6 +61,6 @@ translation_of: Web/API/BluetoothRemoteGATTServer -<p>{{Compat("api.BluetoothRemoteGATTServer")}}</p> +<p>{{Compat}}</p> <div>{{APIRef("Web Bluetooth")}}</div> diff --git a/files/ru/web/api/broadcastchannel/index.html b/files/ru/web/api/broadcastchannel/index.html index 3a81bdd8c4..67f410c555 100644 --- a/files/ru/web/api/broadcastchannel/index.html +++ b/files/ru/web/api/broadcastchannel/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/BroadcastChannel -<p>{{Compat("api.BroadcastChannel")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/broadcastchannel/postmessage/index.html b/files/ru/web/api/broadcastchannel/postmessage/index.html index 6a0dedcd7b..826b055b9a 100644 --- a/files/ru/web/api/broadcastchannel/postmessage/index.html +++ b/files/ru/web/api/broadcastchannel/postmessage/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/BroadcastChannel/postMessage -<p>{{Compat("api.BroadcastChannel.postMessage")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/btoa/index.html b/files/ru/web/api/btoa/index.html index 77b26707d0..284bfdd780 100644 --- a/files/ru/web/api/btoa/index.html +++ b/files/ru/web/api/btoa/index.html @@ -57,7 +57,7 @@ b64_to_utf8('SSUyNTIwJTI1dTI2NjElMjUyMFVuaWNvZGUlMjUyMQ=='); // "I ♡ Unicode!" <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.btoa")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/add/index.html b/files/ru/web/api/cache/add/index.html index 8739e3e239..940debbf24 100644 --- a/files/ru/web/api/cache/add/index.html +++ b/files/ru/web/api/cache/add/index.html @@ -78,7 +78,7 @@ translation_of: Web/API/Cache/add <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.Cache.add")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/addall/index.html b/files/ru/web/api/cache/addall/index.html index c75969af88..71c97801db 100644 --- a/files/ru/web/api/cache/addall/index.html +++ b/files/ru/web/api/cache/addall/index.html @@ -103,7 +103,7 @@ translation_of: Web/API/Cache/addAll <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.addAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/delete/index.html b/files/ru/web/api/cache/delete/index.html index 30d80a504f..da022f35a3 100644 --- a/files/ru/web/api/cache/delete/index.html +++ b/files/ru/web/api/cache/delete/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Cache/delete <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.delete")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/index.html b/files/ru/web/api/cache/index.html index db219e82b0..85d9390c12 100644 --- a/files/ru/web/api/cache/index.html +++ b/files/ru/web/api/cache/index.html @@ -122,7 +122,7 @@ self.addEventListener('fetch', function(event) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/keys/index.html b/files/ru/web/api/cache/keys/index.html index 1e6a4d343b..e870604cbe 100644 --- a/files/ru/web/api/cache/keys/index.html +++ b/files/ru/web/api/cache/keys/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/Cache/keys <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.keys")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/match/index.html b/files/ru/web/api/cache/match/index.html index f3c526b03d..09c640e58e 100644 --- a/files/ru/web/api/cache/match/index.html +++ b/files/ru/web/api/cache/match/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/Cache/match <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.match")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/matchall/index.html b/files/ru/web/api/cache/matchall/index.html index 89d25b29f3..030203c273 100644 --- a/files/ru/web/api/cache/matchall/index.html +++ b/files/ru/web/api/cache/matchall/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/Cache/matchAll <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Cache.matchAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cache/put/index.html b/files/ru/web/api/cache/put/index.html index a1d6d7080c..5c99a51790 100644 --- a/files/ru/web/api/cache/put/index.html +++ b/files/ru/web/api/cache/put/index.html @@ -98,7 +98,7 @@ var cachedResponse = caches.match(event.request).catch(function() { -<p>{{Compat("api.Cache.put")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/caches/index.html b/files/ru/web/api/caches/index.html index d67b99be17..50299e8161 100644 --- a/files/ru/web/api/caches/index.html +++ b/files/ru/web/api/caches/index.html @@ -50,7 +50,7 @@ original_slug: Web/API/WindowOrWorkerGlobalScope/caches -<p>{{Compat("api.WindowOrWorkerGlobalScope.caches")}}</p> +<p>{{Compat}}</p> <h2 id="Также_смотрите">Также смотрите</h2> diff --git a/files/ru/web/api/cachestorage/index.html b/files/ru/web/api/cachestorage/index.html index 4328726c89..9b30d4c766 100644 --- a/files/ru/web/api/cachestorage/index.html +++ b/files/ru/web/api/cachestorage/index.html @@ -93,7 +93,7 @@ this.addEventListener('fetch', function(event) { <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.CacheStorage")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cachestorage/match/index.html b/files/ru/web/api/cachestorage/match/index.html index 23230fe11d..dd163fdf1a 100644 --- a/files/ru/web/api/cachestorage/match/index.html +++ b/files/ru/web/api/cachestorage/match/index.html @@ -72,7 +72,7 @@ translation_of: Web/API/CacheStorage/match {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CacheStorage.match")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cachestorage/open/index.html b/files/ru/web/api/cachestorage/open/index.html index ea860fe658..83d487c88e 100644 --- a/files/ru/web/api/cachestorage/open/index.html +++ b/files/ru/web/api/cachestorage/open/index.html @@ -78,7 +78,7 @@ var cachedResponse = caches.match(event.request).catch(function() { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.CacheStorage.open")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/canvasgradient/index.html b/files/ru/web/api/canvasgradient/index.html index 32a2ef2eec..e47130a94a 100644 --- a/files/ru/web/api/canvasgradient/index.html +++ b/files/ru/web/api/canvasgradient/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/CanvasGradient <h2 id="Совместимость_с_браузерами"><span class="short_text" id="result_box" lang="ru"><span>Совместимость с браузерами</span></span></h2> -<p>{{Compat("api.CanvasGradient")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvaspattern/index.html b/files/ru/web/api/canvaspattern/index.html index f9a6edb974..3fe73d1642 100644 --- a/files/ru/web/api/canvaspattern/index.html +++ b/files/ru/web/api/canvaspattern/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/CanvasPattern <div> -<p>{{Compat("api.CanvasPattern")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/arc/index.html b/files/ru/web/api/canvasrenderingcontext2d/arc/index.html index 29c9f42fd7..fdc9103856 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/arc/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/arc/index.html @@ -147,7 +147,7 @@ for (i=0;i<4;i++){ <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.arc")}}</p> +<p>{{Compat}}</p> <h2 id="Примечания_относительно_Gecko">Примечания относительно Gecko</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/arcto/index.html b/files/ru/web/api/canvasrenderingcontext2d/arcto/index.html index 1ca9d0d99c..503ef86aec 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/arcto/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/arcto/index.html @@ -234,7 +234,7 @@ loop(0);</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.arcTo")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html b/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html index faa5293929..369e9e78a3 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/beginpath/index.html @@ -105,7 +105,7 @@ window.addEventListener("load", drawCanvas); -<p>{{Compat("api.CanvasRenderingContext2D.beginPath")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/beziercurveto/index.html b/files/ru/web/api/canvasrenderingcontext2d/beziercurveto/index.html index 1c1471f74e..07164b2908 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/beziercurveto/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/beziercurveto/index.html @@ -122,7 +122,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.bezierCurveTo")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/canvas/index.html b/files/ru/web/api/canvasrenderingcontext2d/canvas/index.html index 553a9c3bef..4e5a72dc1d 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/canvas/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/canvas/index.html @@ -39,7 +39,7 @@ ctx.canvas // HTMLCanvasElement <p> </p> -<p>{{Compat("api.CanvasRenderingContext2D.canvas")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/canvasrenderingcontext2d/clearrect/index.html b/files/ru/web/api/canvasrenderingcontext2d/clearrect/index.html index 094d6f3939..9fa2116416 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/clearrect/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/clearrect/index.html @@ -115,7 +115,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.clearRect")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html b/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html index 7f91165a66..ef5a504acd 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/closepath/index.html @@ -91,7 +91,7 @@ ctx.stroke(); -<p>{{Compat("api.CanvasRenderingContext2D.closePath")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/createlineargradient/index.html b/files/ru/web/api/canvasrenderingcontext2d/createlineargradient/index.html index 1a6a91d285..8dc922b486 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/createlineargradient/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/createlineargradient/index.html @@ -90,7 +90,7 @@ ctx.fillRect(20, 20, 200, 100); -<p>{{Compat("api.CanvasRenderingContext2D.createLinearGradient")}}</p> +<p>{{Compat}}</p> <h3 id="Специфично_для_Gecko">Специфично для Gecko</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/currenttransform/index.html b/files/ru/web/api/canvasrenderingcontext2d/currenttransform/index.html index 18774474af..f17f369d4d 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/currenttransform/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/currenttransform/index.html @@ -58,7 +58,7 @@ ctx.fillRect(0, 0, 100, 100);</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.currentTransform")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html b/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html index 6f8bf5422e..def4f66acf 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html @@ -187,7 +187,7 @@ function drawImageActualSize() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.drawImage")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно_о_совместимости">Дополнительно о совместимости</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/ellipse/index.html b/files/ru/web/api/canvasrenderingcontext2d/ellipse/index.html index 9bbe6aa749..05c126c22e 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/ellipse/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/ellipse/index.html @@ -116,7 +116,7 @@ ctx.fill(); -<p>{{Compat("api.CanvasRenderingContext2D.ellipse")}}</p> +<p>{{Compat}}</p> <h2 id="Изучите_также">Изучите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/fill/index.html b/files/ru/web/api/canvasrenderingcontext2d/fill/index.html index f98db0d5c6..44ead98a26 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/fill/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/fill/index.html @@ -115,7 +115,7 @@ window.addEventListener("load", drawCanvas); </table> <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.CanvasRenderingContext2D.fill")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/fillrect/index.html b/files/ru/web/api/canvasrenderingcontext2d/fillrect/index.html index dc7124be56..dbcdb6775c 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/fillrect/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/fillrect/index.html @@ -102,7 +102,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.fillRect")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html index 4e85d54ba6..360f3417c3 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html @@ -86,7 +86,7 @@ for (let i = 0; i < 6; i++) { <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.CanvasRenderingContext2D.fillStyle")}}</p> +<p>{{Compat}}</p> <p>В браузерах на основе WebKit и Blink реализован устаревший и нестандартный метод <code>ctx.setFillColor()</code> в дополнение к этому.</p> diff --git a/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html b/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html index 47d83f96e4..7c8641fb3f 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html @@ -99,7 +99,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.fillText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/font/index.html b/files/ru/web/api/canvasrenderingcontext2d/font/index.html index b1299951f2..1c9b03f424 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/font/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/font/index.html @@ -65,7 +65,7 @@ f.load().then(function() { -<p>{{Compat("api.CanvasRenderingContext2D.font")}}</p> +<p>{{Compat}}</p> <h3 id="Особенности_Gecko">Особенности Gecko</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html b/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html index 963d67e340..99e11c8ea6 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html @@ -78,7 +78,7 @@ ctx.putImageData(imageData, 150, 10);</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.getImageData")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/canvasrenderingcontext2d/getlinedash/index.html b/files/ru/web/api/canvasrenderingcontext2d/getlinedash/index.html index 11bebba030..8ab4ebe335 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/getlinedash/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/getlinedash/index.html @@ -55,7 +55,7 @@ ctx.stroke(); -<p>{{Compat("api.CanvasRenderingContext2D.getLineDash")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/globalalpha/index.html b/files/ru/web/api/canvasrenderingcontext2d/globalalpha/index.html index 9b5ffce0b4..7ae0d684ac 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/globalalpha/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/globalalpha/index.html @@ -118,7 +118,7 @@ for (let i = 0; i < 7; i++) { -<p>{{Compat("api.CanvasRenderingContext2D.globalAlpha")}}</p> +<p>{{Compat}}</p> <h3 id="Gecko-specific_notes">Gecko-specific notes</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/index.html b/files/ru/web/api/canvasrenderingcontext2d/index.html index 883201738d..7c8f33a8dc 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/index.html @@ -373,7 +373,7 @@ ctx.fillRect(10, 10, 55, 50); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/linecap/index.html b/files/ru/web/api/canvasrenderingcontext2d/linecap/index.html index cbc6e2d89b..82c3e26083 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linecap/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linecap/index.html @@ -98,7 +98,7 @@ for (let i = 0; i < lineCap.length; i++) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.lineCap")}}</p> +<p>{{Compat}}</p> <h3 id="Особенности_WebKitBlink">Особенности WebKit/Blink</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/linedashoffset/index.html b/files/ru/web/api/canvasrenderingcontext2d/linedashoffset/index.html index de56192bac..ec67e6d675 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linedashoffset/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linedashoffset/index.html @@ -112,7 +112,7 @@ march(); -<p>{{Compat("api.CanvasRenderingContext2D.lineDashOffset")}}</p> +<p>{{Compat}}</p> <h3 id="Специфичные_для_Gecko_заметки">Специфичные для Gecko заметки</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html b/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html index 428f7905a1..bc35cfc0fd 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html @@ -105,7 +105,7 @@ for (let i = 0; i < lineJoin.length; i++) { <p> </p> -<p>{{Compat("api.CanvasRenderingContext2D.lineJoin")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/canvasrenderingcontext2d/lineto/index.html b/files/ru/web/api/canvasrenderingcontext2d/lineto/index.html index 9d22e8d06d..c40d126941 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/lineto/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/lineto/index.html @@ -92,7 +92,7 @@ ctx.stroke();</pre> -<p>{{Compat("api.CanvasRenderingContext2D.lineTo")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html index 5971840ebb..a0d00d53b7 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html @@ -95,7 +95,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.lineWidth")}}</p> +<p>{{Compat}}</p> <h2 id="Особенности_WebKitBlink">Особенности WebKit/Blink</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html b/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html index 60b57b73a3..aed237a5b3 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html @@ -46,7 +46,7 @@ console.log(text.width); // 56; -<p>{{Compat("api.CanvasRenderingContext2D.measureText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/miterlimit/index.html b/files/ru/web/api/canvasrenderingcontext2d/miterlimit/index.html index efdf91cf28..f817f5ea55 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/miterlimit/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/miterlimit/index.html @@ -82,7 +82,7 @@ window.addEventListener("load", drawCanvas); -<p>{{Compat("api.CanvasRenderingContext2D.miterLimit")}}</p> +<p>{{Compat}}</p> <h3 id="WebKitBlink-specific_notes">WebKit/Blink-specific notes</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/moveto/index.html b/files/ru/web/api/canvasrenderingcontext2d/moveto/index.html index cf8bf98308..466272c507 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/moveto/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/moveto/index.html @@ -100,7 +100,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.moveTo")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/putimagedata/index.html b/files/ru/web/api/canvasrenderingcontext2d/putimagedata/index.html index 8c89d20863..9a94d42ea7 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/putimagedata/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/putimagedata/index.html @@ -145,7 +145,7 @@ after: Uint8ClampedArray(4) [ 255, 255, 255, 1 ]</pre> -<p>{{Compat("api.CanvasRenderingContext2D.putImageData")}}</p> +<p>{{Compat}}</p> <h3 id="Специфичные_для_Gecko_заметки">Специфичные для Gecko заметки</h3> diff --git a/files/ru/web/api/canvasrenderingcontext2d/rect/index.html b/files/ru/web/api/canvasrenderingcontext2d/rect/index.html index 2bc480532b..fa526a60ae 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/rect/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/rect/index.html @@ -99,7 +99,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.rect")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/restore/index.html b/files/ru/web/api/canvasrenderingcontext2d/restore/index.html index 5ba439b14e..48a30eedec 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/restore/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/restore/index.html @@ -53,7 +53,7 @@ ctx.fillRect(150, 40, 100, 100); -<p>{{Compat("api.CanvasRenderingContext2D.restore")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/rotate/index.html b/files/ru/web/api/canvasrenderingcontext2d/rotate/index.html index 14e4cc371e..50683513af 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/rotate/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/rotate/index.html @@ -98,7 +98,7 @@ window.addEventListener("load", drawCanvas); -<p>{{Compat("api.CanvasRenderingContext2D.rotate")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/save/index.html b/files/ru/web/api/canvasrenderingcontext2d/save/index.html index abba200bf5..b7381d27e0 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/save/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/save/index.html @@ -61,7 +61,7 @@ ctx.fillRect(150, 40, 100, 100);</code></pre> -<p>{{Compat("api.CanvasRenderingContext2D.save")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/stroke/index.html b/files/ru/web/api/canvasrenderingcontext2d/stroke/index.html index e34cf1b485..572006fb5c 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/stroke/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/stroke/index.html @@ -94,7 +94,7 @@ window.addEventListener("load", drawCanvas); -<p>{{Compat("api.CanvasRenderingContext2D.stroke")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/strokerect/index.html b/files/ru/web/api/canvasrenderingcontext2d/strokerect/index.html index 020b564d9d..438485ec1c 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/strokerect/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/strokerect/index.html @@ -100,7 +100,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.strokeRect")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html index e2980e5250..28f27aedf1 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html @@ -120,7 +120,7 @@ for (var i=0;i<6;i++){ <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.strokeStyle")}}</p> +<p>{{Compat}}</p> <h2 id="Особенности_WebKitBlink">Особенности WebKit/Blink</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html b/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html index 75055198bc..b080e32ebd 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html @@ -96,7 +96,7 @@ window.addEventListener("load", drawCanvas); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CanvasRenderingContext2D.strokeText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/textalign/index.html b/files/ru/web/api/canvasrenderingcontext2d/textalign/index.html index 3d3d49d4f5..01425683d2 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/textalign/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/textalign/index.html @@ -108,7 +108,7 @@ window.addEventListener('load', drawCanvas); -<p>{{Compat("api.CanvasRenderingContext2D.textAlign")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/canvasrenderingcontext2d/textbaseline/index.html b/files/ru/web/api/canvasrenderingcontext2d/textbaseline/index.html index 8e421b2730..bb567ae495 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/textbaseline/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/textbaseline/index.html @@ -78,7 +78,7 @@ baselines.forEach(function (baseline, index) { -<p>{{Compat("api.CanvasRenderingContext2D.textBaseline")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cdatasection/index.html b/files/ru/web/api/cdatasection/index.html index 6e2a29b25e..bc720246da 100644 --- a/files/ru/web/api/cdatasection/index.html +++ b/files/ru/web/api/cdatasection/index.html @@ -42,4 +42,4 @@ translation_of: Web/API/CDATASection -<p>{{Compat("api.CDATASection")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/characterdata/index.html b/files/ru/web/api/characterdata/index.html index 5712faeb99..b52a3ce5e8 100644 --- a/files/ru/web/api/characterdata/index.html +++ b/files/ru/web/api/characterdata/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/CharacterData <p> </p> -<p>{{Compat("api.CharacterData")}}</p> +<p>{{Compat}}</p> <h2 id="Смотри(те)_также">Смотри(те) также</h2> diff --git a/files/ru/web/api/cleartimeout/index.html b/files/ru/web/api/cleartimeout/index.html index b535695757..e07ffd2957 100644 --- a/files/ru/web/api/cleartimeout/index.html +++ b/files/ru/web/api/cleartimeout/index.html @@ -82,7 +82,7 @@ window.onclick = function() { alarm.setup(); }; -<p>{{Compat("api.WindowOrWorkerGlobalScope.clearTimeout")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/clients/claim/index.html b/files/ru/web/api/clients/claim/index.html index 75cbf4b7c7..6096a5231a 100644 --- a/files/ru/web/api/clients/claim/index.html +++ b/files/ru/web/api/clients/claim/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Clients/claim <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Clients.claim")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/clients/index.html b/files/ru/web/api/clients/index.html index 1b0f9370b6..db6860265f 100644 --- a/files/ru/web/api/clients/index.html +++ b/files/ru/web/api/clients/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/Clients <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Clients")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/clients/openwindow/index.html b/files/ru/web/api/clients/openwindow/index.html index d826c65b06..f926f78ed7 100644 --- a/files/ru/web/api/clients/openwindow/index.html +++ b/files/ru/web/api/clients/openwindow/index.html @@ -74,5 +74,5 @@ self.addEventListener('notificationclick', e => { <div> -<p>{{Compat("api.Clients.openWindow")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/clipboardevent/index.html b/files/ru/web/api/clipboardevent/index.html index 5326cd9dcd..3f9b075b0f 100644 --- a/files/ru/web/api/clipboardevent/index.html +++ b/files/ru/web/api/clipboardevent/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/ClipboardEvent <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.ClipboardEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/comment/index.html b/files/ru/web/api/comment/index.html index cbbb66977a..eabbb6bc87 100644 --- a/files/ru/web/api/comment/index.html +++ b/files/ru/web/api/comment/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/Comment -<p>{{Compat("api.Comment")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/assert/index.html b/files/ru/web/api/console/assert/index.html index 032c70fc4c..471b1d1a5b 100644 --- a/files/ru/web/api/console/assert/index.html +++ b/files/ru/web/api/console/assert/index.html @@ -86,7 +86,7 @@ for (let number = 2; number <= 5; number += 1) { -<p>{{Compat("api.Console.assert")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/clear/index.html b/files/ru/web/api/console/clear/index.html index 9b4653d8cc..300d2609de 100644 --- a/files/ru/web/api/console/clear/index.html +++ b/files/ru/web/api/console/clear/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Console/clear <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.clear")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/api/console/count/index.html b/files/ru/web/api/console/count/index.html index a0ebb424d6..04780ebae3 100644 --- a/files/ru/web/api/console/count/index.html +++ b/files/ru/web/api/console/count/index.html @@ -99,4 +99,4 @@ console.count("alice");</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Console.count")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/console/countreset/index.html b/files/ru/web/api/console/countreset/index.html index a0e5f04d39..2b198ee549 100644 --- a/files/ru/web/api/console/countreset/index.html +++ b/files/ru/web/api/console/countreset/index.html @@ -112,4 +112,4 @@ console.count("alice");</pre> -<p>{{Compat("api.Console.countReset")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/console/debug/index.html b/files/ru/web/api/console/debug/index.html index 9a0606f361..6db85bc109 100644 --- a/files/ru/web/api/console/debug/index.html +++ b/files/ru/web/api/console/debug/index.html @@ -37,5 +37,5 @@ console.debug(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <div> -<p>{{Compat("api.Console.debug")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/console/dir/index.html b/files/ru/web/api/console/dir/index.html index cf3aa850db..06ba512e83 100644 --- a/files/ru/web/api/console/dir/index.html +++ b/files/ru/web/api/console/dir/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Console/dir <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Console.dir")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/dirxml/index.html b/files/ru/web/api/console/dirxml/index.html index d429994b79..a25a04e49c 100644 --- a/files/ru/web/api/console/dirxml/index.html +++ b/files/ru/web/api/console/dirxml/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Console/dirxml {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.dirxml")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/error/index.html b/files/ru/web/api/console/error/index.html index fbaad9487a..ab8424f94b 100644 --- a/files/ru/web/api/console/error/index.html +++ b/files/ru/web/api/console/error/index.html @@ -40,7 +40,7 @@ console.exception(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.error")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html index 7a4e1dce7a..fad9850938 100644 --- a/files/ru/web/api/console/group/index.html +++ b/files/ru/web/api/console/group/index.html @@ -53,7 +53,7 @@ console.log("Back to the outer level"); <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("api.Console.group")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/info/index.html b/files/ru/web/api/console/info/index.html index 1bccf144ec..697bdec069 100644 --- a/files/ru/web/api/console/info/index.html +++ b/files/ru/web/api/console/info/index.html @@ -37,7 +37,7 @@ console.info(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.info")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/log/index.html b/files/ru/web/api/console/log/index.html index b8fee39ff9..5c5fc700d5 100644 --- a/files/ru/web/api/console/log/index.html +++ b/files/ru/web/api/console/log/index.html @@ -41,7 +41,7 @@ console.log(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.log")}}</p> +<p>{{Compat}}</p> <h2 id="Отличия_от_console.dir()">Отличия от console.dir()</h2> diff --git a/files/ru/web/api/console/profile/index.html b/files/ru/web/api/console/profile/index.html index d0b31a157f..00991e0d80 100644 --- a/files/ru/web/api/console/profile/index.html +++ b/files/ru/web/api/console/profile/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Console/profile -<p>{{Compat("api.Console.profile")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/table/index.html b/files/ru/web/api/console/table/index.html index dda36539dc..27c062399c 100644 --- a/files/ru/web/api/console/table/index.html +++ b/files/ru/web/api/console/table/index.html @@ -125,4 +125,4 @@ console.table([john, jane, emily], ["firstName"]);</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Console.table")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/console/time/index.html b/files/ru/web/api/console/time/index.html index 0f538e539d..837509a666 100644 --- a/files/ru/web/api/console/time/index.html +++ b/files/ru/web/api/console/time/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Console/time </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.time")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/timeend/index.html b/files/ru/web/api/console/timeend/index.html index e0ee61dea9..83c84db727 100644 --- a/files/ru/web/api/console/timeend/index.html +++ b/files/ru/web/api/console/timeend/index.html @@ -64,7 +64,7 @@ console.timeEnd("answer time");</pre> <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("api.Console.timeEnd")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"></div> diff --git a/files/ru/web/api/console/timelog/index.html b/files/ru/web/api/console/timelog/index.html index 2a837c225c..9078953ba4 100644 --- a/files/ru/web/api/console/timelog/index.html +++ b/files/ru/web/api/console/timelog/index.html @@ -65,7 +65,7 @@ console.timeEnd("answer time"); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("api.Console.timeLog")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/timestamp/index.html b/files/ru/web/api/console/timestamp/index.html index f0a8cafba6..c65b4e9fbc 100644 --- a/files/ru/web/api/console/timestamp/index.html +++ b/files/ru/web/api/console/timestamp/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Console/timeStamp <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Console.timestamp")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/trace/index.html b/files/ru/web/api/console/trace/index.html index 2edda50cc6..fe2312154a 100644 --- a/files/ru/web/api/console/trace/index.html +++ b/files/ru/web/api/console/trace/index.html @@ -42,7 +42,7 @@ foo -<p>{{Compat("api.Console.trace")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console/warn/index.html b/files/ru/web/api/console/warn/index.html index 453f086d30..e651dd3a96 100644 --- a/files/ru/web/api/console/warn/index.html +++ b/files/ru/web/api/console/warn/index.html @@ -39,7 +39,7 @@ console.warn(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div class="htab">{{Compat("api.Console.warn")}}</div> +<div class="htab">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/console_api/index.html b/files/ru/web/api/console_api/index.html index bab13d2c94..bf455aef96 100644 --- a/files/ru/web/api/console_api/index.html +++ b/files/ru/web/api/console_api/index.html @@ -48,7 +48,7 @@ console.log(myString)</pre> -<p>{{Compat("api.Console")}}</p> +<p>{{Compat("api.console")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/crypto/getrandomvalues/index.html b/files/ru/web/api/crypto/getrandomvalues/index.html index fafa89f009..750ebe23b3 100644 --- a/files/ru/web/api/crypto/getrandomvalues/index.html +++ b/files/ru/web/api/crypto/getrandomvalues/index.html @@ -64,7 +64,7 @@ for (var i = 0; i < array.length; i++) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Crypto.getRandomValues")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/crypto/index.html b/files/ru/web/api/crypto/index.html index c45b4a946c..6f0231daf8 100644 --- a/files/ru/web/api/crypto/index.html +++ b/files/ru/web/api/crypto/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Crypto <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Crypto")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/crypto_property/index.html b/files/ru/web/api/crypto_property/index.html index db23bb6f3f..15c964588a 100644 --- a/files/ru/web/api/crypto_property/index.html +++ b/files/ru/web/api/crypto_property/index.html @@ -37,7 +37,7 @@ original_slug: Web/API/Window/crypto <h2 id="Реализация_в_браузерах">Реализация в браузерах</h2> -<p>{{Compat("api.Window.crypto")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cryptokeypair/index.html b/files/ru/web/api/cryptokeypair/index.html index 793a00fa46..1035dc1b22 100644 --- a/files/ru/web/api/cryptokeypair/index.html +++ b/files/ru/web/api/cryptokeypair/index.html @@ -60,9 +60,6 @@ translation_of: Web/API/CryptoKeyPair </tbody> </table> -<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CryptoKeyPair")}}</p> - <h2 id="Смотрите_также">Смотрите также</h2> <ul> diff --git a/files/ru/web/api/css/index.html b/files/ru/web/api/css/index.html index cddb7b4441..19291be679 100644 --- a/files/ru/web/api/css/index.html +++ b/files/ru/web/api/css/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/CSS <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.CSS", 1)}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/cssconditionrule/index.html b/files/ru/web/api/cssconditionrule/index.html index 71a98ffd54..60f1a70964 100644 --- a/files/ru/web/api/cssconditionrule/index.html +++ b/files/ru/web/api/cssconditionrule/index.html @@ -52,7 +52,7 @@ translation_of: Web/API/CSSConditionRule <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.CSSConditionRule")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/cssrule/index.html b/files/ru/web/api/cssrule/index.html index e0061e60fe..5583200f89 100644 --- a/files/ru/web/api/cssrule/index.html +++ b/files/ru/web/api/cssrule/index.html @@ -192,7 +192,7 @@ translation_of: Web/API/CSSRule <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.CSSRule")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/cssstyledeclaration/getpropertyvalue/index.html b/files/ru/web/api/cssstyledeclaration/getpropertyvalue/index.html index 3d7f9e7140..c6cb6a0720 100644 --- a/files/ru/web/api/cssstyledeclaration/getpropertyvalue/index.html +++ b/files/ru/web/api/cssstyledeclaration/getpropertyvalue/index.html @@ -37,4 +37,4 @@ var value = declaration.getPropertyValue('margin'); // "1px 2px" <p><strong>Браузерная совместимость</strong></p> -<p>{{Compat("api.CSSStyleDeclaration.getPropertyValue")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/cssstyledeclaration/index.html b/files/ru/web/api/cssstyledeclaration/index.html index be605612c1..200db43458 100644 --- a/files/ru/web/api/cssstyledeclaration/index.html +++ b/files/ru/web/api/cssstyledeclaration/index.html @@ -96,4 +96,4 @@ console.log(styleObj.cssText);</pre> <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.CSSStyleDeclaration")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/cssstylesheet/index.html b/files/ru/web/api/cssstylesheet/index.html index 1b2da99134..bf86a6320d 100644 --- a/files/ru/web/api/cssstylesheet/index.html +++ b/files/ru/web/api/cssstylesheet/index.html @@ -124,7 +124,7 @@ translation_of: Web/API/CSSStyleSheet -<p>{{Compat("api.CSSStyleSheet")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/cssvalue/index.html b/files/ru/web/api/cssvalue/index.html index cf873e10bd..298043f388 100644 --- a/files/ru/web/api/cssvalue/index.html +++ b/files/ru/web/api/cssvalue/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/CSSValue <div> -<p>{{Compat("api.CSSValue")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/activeelement/index.html b/files/ru/web/api/document/activeelement/index.html index 8744c59508..563a008854 100644 --- a/files/ru/web/api/document/activeelement/index.html +++ b/files/ru/web/api/document/activeelement/index.html @@ -106,7 +106,7 @@ ID активного элемента: <span id="output-element"></spa <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.activeElement")}}</p> +<p>{{Compat}}</p> <h2 id="Связанные_события">Связанные события</h2> diff --git a/files/ru/web/api/document/alinkcolor/index.html b/files/ru/web/api/document/alinkcolor/index.html index d102d81a80..fb6316e265 100644 --- a/files/ru/web/api/document/alinkcolor/index.html +++ b/files/ru/web/api/document/alinkcolor/index.html @@ -31,6 +31,6 @@ document.alinkColor = <em>color</em> <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.alinkColor")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/all/index.html b/files/ru/web/api/document/all/index.html index 9afcb8917a..494a26e3d8 100644 --- a/files/ru/web/api/document/all/index.html +++ b/files/ru/web/api/document/all/index.html @@ -23,4 +23,4 @@ translation_of: Web/API/Document/all -<p>{{Compat("api.Document.all")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/anchors/index.html b/files/ru/web/api/document/anchors/index.html index 5dd210eb88..a6f34bc3bd 100644 --- a/files/ru/web/api/document/anchors/index.html +++ b/files/ru/web/api/document/anchors/index.html @@ -96,6 +96,6 @@ function init() { <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.anchors")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html index 3eae1be404..e059c9fd18 100644 --- a/files/ru/web/api/document/applets/index.html +++ b/files/ru/web/api/document/applets/index.html @@ -42,6 +42,6 @@ my_java_app = document.applets[1]; <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.applets")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/bgcolor/index.html b/files/ru/web/api/document/bgcolor/index.html index 467171ca3a..80168d4269 100644 --- a/files/ru/web/api/document/bgcolor/index.html +++ b/files/ru/web/api/document/bgcolor/index.html @@ -36,6 +36,6 @@ document.bgColor =<em>color</em> <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.bgColor")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/body/index.html b/files/ru/web/api/document/body/index.html index cbd8a2b3e2..1b74779e82 100644 --- a/files/ru/web/api/document/body/index.html +++ b/files/ru/web/api/document/body/index.html @@ -74,7 +74,7 @@ alert(document.body.id); // "newBodyElement" <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.body")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/characterset/index.html b/files/ru/web/api/document/characterset/index.html index 10696b56f9..1eb454549c 100644 --- a/files/ru/web/api/document/characterset/index.html +++ b/files/ru/web/api/document/characterset/index.html @@ -45,4 +45,4 @@ translation_of: Web/API/Document/characterSet <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.characterSet")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/close/index.html b/files/ru/web/api/document/close/index.html index 67adcd294f..9b4202170c 100644 --- a/files/ru/web/api/document/close/index.html +++ b/files/ru/web/api/document/close/index.html @@ -34,6 +34,6 @@ document.close(); <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.close")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html index 4d8ddfdc83..3b262f96d5 100644 --- a/files/ru/web/api/document/cookie/index.html +++ b/files/ru/web/api/document/cookie/index.html @@ -321,7 +321,7 @@ executeOnce(alertSomething, null, "Hello world!!!!", "alert_something");</code>< <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.cookie")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/createattribute/index.html b/files/ru/web/api/document/createattribute/index.html index 075ee4b211..4a6fd8a103 100644 --- a/files/ru/web/api/document/createattribute/index.html +++ b/files/ru/web/api/document/createattribute/index.html @@ -77,7 +77,7 @@ console.log(node.getAttribute("my_attrib")); // "newVal" -<p>{{Compat("api.Document.createAttribute")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/createdocumentfragment/index.html b/files/ru/web/api/document/createdocumentfragment/index.html index d28375a448..a87568e04a 100644 --- a/files/ru/web/api/document/createdocumentfragment/index.html +++ b/files/ru/web/api/document/createdocumentfragment/index.html @@ -77,7 +77,7 @@ element.appendChild(fragment); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Document.createDocumentFragment")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/createtextnode/index.html b/files/ru/web/api/document/createtextnode/index.html index 3fa8da2d5f..87cbcee296 100644 --- a/files/ru/web/api/document/createtextnode/index.html +++ b/files/ru/web/api/document/createtextnode/index.html @@ -51,4 +51,4 @@ function addTextNode(text) { <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.Document.createTextNode")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/createtreewalker/index.html b/files/ru/web/api/document/createtreewalker/index.html index 452fb1651e..5cbec1f273 100644 --- a/files/ru/web/api/document/createtreewalker/index.html +++ b/files/ru/web/api/document/createtreewalker/index.html @@ -146,7 +146,7 @@ while(treeWalker.nextNode()) nodeList.push(treeWalker.currentNode); -<p>{{Compat("api.Document.createTreeWalker")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/currentscript/index.html b/files/ru/web/api/document/currentscript/index.html index 3439912157..3a4267c9a5 100644 --- a/files/ru/web/api/document/currentscript/index.html +++ b/files/ru/web/api/document/currentscript/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/Document/currentScript <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.Document.currentScript")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html index df06455a50..f0dfb1ef04 100644 --- a/files/ru/web/api/document/defaultview/index.html +++ b/files/ru/web/api/document/defaultview/index.html @@ -23,4 +23,4 @@ translation_of: Web/API/Document/defaultView <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.defaultView")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/designmode/index.html b/files/ru/web/api/document/designmode/index.html index ddea6ddba4..5c87a9cfdb 100644 --- a/files/ru/web/api/document/designmode/index.html +++ b/files/ru/web/api/document/designmode/index.html @@ -33,7 +33,7 @@ document.designMode = "on" </code>|| "off";</pre> <h2 id="Совместимость_с_браузерами" style="font-size: 2.14285714285714rem;">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.designMode")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html index d1050bbc05..7fa74794d0 100644 --- a/files/ru/web/api/document/dir/index.html +++ b/files/ru/web/api/document/dir/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/Document/dir <p> </p> -<p>{{Compat("api.Document.dir")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/doctype/index.html b/files/ru/web/api/document/doctype/index.html index 70eebb14d0..dac0b01469 100644 --- a/files/ru/web/api/document/doctype/index.html +++ b/files/ru/web/api/document/doctype/index.html @@ -45,4 +45,4 @@ console.log( <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.doctype")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/document/index.html b/files/ru/web/api/document/document/index.html index 8e3a7cf9a4..7ae819f5b6 100644 --- a/files/ru/web/api/document/document/index.html +++ b/files/ru/web/api/document/document/index.html @@ -43,6 +43,6 @@ translation_of: Web/API/Document/Document <p> </p> -<p>{{Compat("api.Document.Document")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/documenturi/index.html b/files/ru/web/api/document/documenturi/index.html index c5c5eba6d7..d63935fc0a 100644 --- a/files/ru/web/api/document/documenturi/index.html +++ b/files/ru/web/api/document/documenturi/index.html @@ -24,4 +24,4 @@ translation_of: Web/API/Document/documentURI <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.documentURI")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/domain/index.html b/files/ru/web/api/document/domain/index.html index d3fbe24fe7..93e0e8bac3 100644 --- a/files/ru/web/api/document/domain/index.html +++ b/files/ru/web/api/document/domain/index.html @@ -94,7 +94,7 @@ if (document.domain == badDomain) { </table> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.domain")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html index ec4eca514c..460a6656f5 100644 --- a/files/ru/web/api/document/domcontentloaded_event/index.html +++ b/files/ru/web/api/document/domcontentloaded_event/index.html @@ -153,7 +153,7 @@ document.addEventListener('DOMContentLoaded', (event) => { {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Document.DOMContentLoaded_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/dragstart_event/index.html b/files/ru/web/api/document/dragstart_event/index.html index ff94df263f..29a68eab66 100644 --- a/files/ru/web/api/document/dragstart_event/index.html +++ b/files/ru/web/api/document/dragstart_event/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Document/dragstart_event -<p>{{Compat("api.Document.dragstart_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/evaluate/index.html b/files/ru/web/api/document/evaluate/index.html index ea44922ef5..28f2c36436 100644 --- a/files/ru/web/api/document/evaluate/index.html +++ b/files/ru/web/api/document/evaluate/index.html @@ -133,7 +133,7 @@ alert(alertText); // Показывает alert со всеми найденны <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.evaluate")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/document/execcommand/index.html b/files/ru/web/api/document/execcommand/index.html index ff6d160278..c4520839b6 100644 --- a/files/ru/web/api/document/execcommand/index.html +++ b/files/ru/web/api/document/execcommand/index.html @@ -274,7 +274,7 @@ translation_of: Web/API/Document/execCommand <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.execCommand")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/document/forms/index.html b/files/ru/web/api/document/forms/index.html index bab7e4317c..c72fe953d4 100644 --- a/files/ru/web/api/document/forms/index.html +++ b/files/ru/web/api/document/forms/index.html @@ -90,7 +90,7 @@ var selectFormElement = document.forms[index].elements[index];</code></pre> <h2 id="See_Also">Браузерная поддержка</h2> -<p>{{Compat("api.Document.forms")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Смотрите также</h2> diff --git a/files/ru/web/api/document/getelementbyid/index.html b/files/ru/web/api/document/getelementbyid/index.html index 501f24faef..fab8a4cebe 100644 --- a/files/ru/web/api/document/getelementbyid/index.html +++ b/files/ru/web/api/document/getelementbyid/index.html @@ -99,7 +99,7 @@ var el = document.getElementById('testqq'); // el will be null! <h2 id="Browser_Compatibility">Совместимость в браузерах</h2> -<p>{{Compat("api.Document.getElementById")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/document/getelementsbyclassname/index.html b/files/ru/web/api/document/getelementsbyclassname/index.html index 2bd221c468..7d88e2cbfa 100644 --- a/files/ru/web/api/document/getelementsbyclassname/index.html +++ b/files/ru/web/api/document/getelementsbyclassname/index.html @@ -70,7 +70,7 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){ <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Document.getElementsByClassName")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/document/getelementsbyname/index.html b/files/ru/web/api/document/getelementsbyname/index.html index 73b8921d61..4734e5a415 100644 --- a/files/ru/web/api/document/getelementsbyname/index.html +++ b/files/ru/web/api/document/getelementsbyname/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/Document/getElementsByName -<p>{{Compat("api.Document.getElementsByName")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/hasfocus/index.html b/files/ru/web/api/document/hasfocus/index.html index b450067b2d..ea46f2af19 100644 --- a/files/ru/web/api/document/hasfocus/index.html +++ b/files/ru/web/api/document/hasfocus/index.html @@ -87,7 +87,7 @@ function openWindow() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.hasFocus")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/head/index.html b/files/ru/web/api/document/head/index.html index 78c09b0450..2082d93459 100644 --- a/files/ru/web/api/document/head/index.html +++ b/files/ru/web/api/document/head/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Document/head <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.head")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/height/index.html b/files/ru/web/api/document/height/index.html index 8bba4d46f2..e39e77d946 100644 --- a/files/ru/web/api/document/height/index.html +++ b/files/ru/web/api/document/height/index.html @@ -40,7 +40,7 @@ document.documentElement.scrollHeight <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Document.height")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/hidden/index.html b/files/ru/web/api/document/hidden/index.html index f5cbc4acb6..1672e9509b 100644 --- a/files/ru/web/api/document/hidden/index.html +++ b/files/ru/web/api/document/hidden/index.html @@ -27,4 +27,4 @@ translation_of: Web/API/Document/hidden -<p>{{Compat("api.Document.hidden")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/importnode/index.html b/files/ru/web/api/document/importnode/index.html index 95efbef96f..07d715fc72 100644 --- a/files/ru/web/api/document/importnode/index.html +++ b/files/ru/web/api/document/importnode/index.html @@ -80,7 +80,7 @@ document.getElementById("container").appendChild(newNode); -<p>{{Compat("api.Document.importNode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/index.html b/files/ru/web/api/document/index.html index 968af1cc17..7f2a2e61cd 100644 --- a/files/ru/web/api/document/index.html +++ b/files/ru/web/api/document/index.html @@ -402,4 +402,4 @@ translation_of: Web/API/Document <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/document/links/index.html b/files/ru/web/api/document/links/index.html index b46180147b..a064e24096 100644 --- a/files/ru/web/api/document/links/index.html +++ b/files/ru/web/api/document/links/index.html @@ -45,6 +45,6 @@ for(var i = 0; i < links.length; i++) { <p> </p> -<p>{{Compat("api.Document.links")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/location/index.html b/files/ru/web/api/document/location/index.html index 9a1df15cc4..368cf7a11d 100644 --- a/files/ru/web/api/document/location/index.html +++ b/files/ru/web/api/document/location/index.html @@ -40,7 +40,7 @@ document.location.href = 'http://www.mozilla.org'</pre> <p> </p> -<p>{{Compat("api.Document.location")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/origin/index.html b/files/ru/web/api/document/origin/index.html index 5172e69480..54d2061cf4 100644 --- a/files/ru/web/api/document/origin/index.html +++ b/files/ru/web/api/document/origin/index.html @@ -34,7 +34,7 @@ var origin = document.origin; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.origin")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/queryselector/index.html b/files/ru/web/api/document/queryselector/index.html index 0f2dbb4229..54c2920062 100644 --- a/files/ru/web/api/document/queryselector/index.html +++ b/files/ru/web/api/document/queryselector/index.html @@ -96,7 +96,7 @@ translation_of: Web/API/Document/querySelector <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.querySelector")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/document/queryselectorall/index.html b/files/ru/web/api/document/queryselectorall/index.html index 135e34c329..358206076b 100644 --- a/files/ru/web/api/document/queryselectorall/index.html +++ b/files/ru/web/api/document/queryselectorall/index.html @@ -152,7 +152,7 @@ inner.length; // 0</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.querySelectorAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также"><span style='font-family: x-locale-heading-primary,zillaslab,Palatino,"Palatino Linotype",x-locale-heading-secondary,serif; font-size: 2.33333rem; letter-spacing: -0.00278rem;'>Смотрите также</span></h2> diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 050cbbf190..17570c9628 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -78,7 +78,7 @@ document.onreadystatechange = function () { <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.readyState")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/referrer/index.html b/files/ru/web/api/document/referrer/index.html index a5c775ba7a..e2114dbc65 100644 --- a/files/ru/web/api/document/referrer/index.html +++ b/files/ru/web/api/document/referrer/index.html @@ -32,6 +32,6 @@ translation_of: Web/API/Document/referrer <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.referrer")}}</p> +<p>{{Compat}}</p> <p> </p> diff --git a/files/ru/web/api/document/registerelement/index.html b/files/ru/web/api/document/registerelement/index.html index c6891a28a8..130d1baf9e 100644 --- a/files/ru/web/api/document/registerelement/index.html +++ b/files/ru/web/api/document/registerelement/index.html @@ -62,7 +62,7 @@ mytag.textContent = "I am a my-tag element."; <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Document.registerElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/document/scripts/index.html b/files/ru/web/api/document/scripts/index.html index 13fe288be4..0896903eba 100644 --- a/files/ru/web/api/document/scripts/index.html +++ b/files/ru/web/api/document/scripts/index.html @@ -27,7 +27,7 @@ if (scripts.length) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Document.scripts")}}</p> +<p>{{Compat}}</p> <h2 id="Specifications">Specifications</h2> diff --git a/files/ru/web/api/document/scroll_event/index.html b/files/ru/web/api/document/scroll_event/index.html index 2614235d17..25897ffcc4 100644 --- a/files/ru/web/api/document/scroll_event/index.html +++ b/files/ru/web/api/document/scroll_event/index.html @@ -80,7 +80,7 @@ window.addEventListener('scroll', function(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Document.scroll_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index f9169d6788..75be8faad8 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/Document/URL <h2 id="Браузерная_поддержка">Браузерная поддержка</h2> -<p>{{Compat("api.Document.URL")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/documentfragment/index.html b/files/ru/web/api/documentfragment/index.html index 9b14ef42a0..949486882c 100644 --- a/files/ru/web/api/documentfragment/index.html +++ b/files/ru/web/api/documentfragment/index.html @@ -61,7 +61,7 @@ translation_of: Web/API/DocumentFragment <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.DocumentFragment")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/domhighrestimestamp/index.html b/files/ru/web/api/domhighrestimestamp/index.html index fb61b09466..4b9a040e7b 100644 --- a/files/ru/web/api/domhighrestimestamp/index.html +++ b/files/ru/web/api/domhighrestimestamp/index.html @@ -70,7 +70,7 @@ event.timeStamp; <div> -<p>{{Compat("api.DOMHighResTimestamp")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/domimplementation/createhtmldocument/index.html b/files/ru/web/api/domimplementation/createhtmldocument/index.html index a0157be6d6..f078c273f8 100644 --- a/files/ru/web/api/domimplementation/createhtmldocument/index.html +++ b/files/ru/web/api/domimplementation/createhtmldocument/index.html @@ -87,7 +87,7 @@ translation_of: Web/API/DOMImplementation/createHTMLDocument -<p>{{Compat("api.DOMImplementation.createHTMLDocument")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/domimplementation/index.html b/files/ru/web/api/domimplementation/index.html index e43f057c03..26726618d7 100644 --- a/files/ru/web/api/domimplementation/index.html +++ b/files/ru/web/api/domimplementation/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/DOMImplementation -<p>{{Compat("api.DOMImplementation")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/domparser/index.html b/files/ru/web/api/domparser/index.html index 59f9553959..0ea08233f5 100644 --- a/files/ru/web/api/domparser/index.html +++ b/files/ru/web/api/domparser/index.html @@ -117,7 +117,7 @@ doc = parser.parseFromString(stringContainingHTMLSource, "text/html"); <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.DOMParser", 3)}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/domstringmap/index.html b/files/ru/web/api/domstringmap/index.html index 412ab4ccc2..b2309f2d56 100644 --- a/files/ru/web/api/domstringmap/index.html +++ b/files/ru/web/api/domstringmap/index.html @@ -85,7 +85,7 @@ translation_of: Web/API/DOMStringMap <p> </p> -<p>{{Compat("api.DOMStringMap")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_тажке">Смотрите также</h2> diff --git a/files/ru/web/api/domtokenlist/index.html b/files/ru/web/api/domtokenlist/index.html index 1f352cbdf8..242636afb0 100644 --- a/files/ru/web/api/domtokenlist/index.html +++ b/files/ru/web/api/domtokenlist/index.html @@ -98,7 +98,7 @@ span.textContent = 'span classList is "' + classes + '"';</pre> <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.DOMTokenList")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также:</h2> diff --git a/files/ru/web/api/domtokenlist/replace/index.html b/files/ru/web/api/domtokenlist/replace/index.html index b682299fcb..250774efbe 100644 --- a/files/ru/web/api/domtokenlist/replace/index.html +++ b/files/ru/web/api/domtokenlist/replace/index.html @@ -76,5 +76,5 @@ if (result) { <div> -<p>{{Compat("api.DOMTokenList.replace")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/element/animate/index.html b/files/ru/web/api/element/animate/index.html index 7df003df71..d78c7d2ab2 100644 --- a/files/ru/web/api/element/animate/index.html +++ b/files/ru/web/api/element/animate/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/Element/animate {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.animate")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/attachshadow/index.html b/files/ru/web/api/element/attachshadow/index.html index 6f76d20914..f8fae7ab8d 100644 --- a/files/ru/web/api/element/attachshadow/index.html +++ b/files/ru/web/api/element/attachshadow/index.html @@ -133,6 +133,6 @@ customElements.define('word-count', WordCount, { extends: 'p' }); <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Element.attachShadow")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/api/element/attributes/index.html b/files/ru/web/api/element/attributes/index.html index 97143a67be..5df5092149 100644 --- a/files/ru/web/api/element/attributes/index.html +++ b/files/ru/web/api/element/attributes/index.html @@ -97,7 +97,7 @@ var atts = para.attributes;</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Element.attributes")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/element/blur_event/index.html b/files/ru/web/api/element/blur_event/index.html index 0a118b9c84..7895790517 100644 --- a/files/ru/web/api/element/blur_event/index.html +++ b/files/ru/web/api/element/blur_event/index.html @@ -92,7 +92,7 @@ form.addEventListener("blur", function( event ) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.blur_event")}}</p> +<p>{{Compat}}</p> <h2 id="Похожие_события">Похожие события</h2> diff --git a/files/ru/web/api/element/childelementcount/index.html b/files/ru/web/api/element/childelementcount/index.html index 1466a01b27..3cb0ceba55 100644 --- a/files/ru/web/api/element/childelementcount/index.html +++ b/files/ru/web/api/element/childelementcount/index.html @@ -43,4 +43,4 @@ original_slug: Web/API/ParentNode/childElementCount <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Element.childElementCount")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/classlist/index.html b/files/ru/web/api/element/classlist/index.html index 523116f74a..b6c72a81cc 100644 --- a/files/ru/web/api/element/classlist/index.html +++ b/files/ru/web/api/element/classlist/index.html @@ -153,7 +153,7 @@ console.log(elem.classList); //DOMTokenList ["ok"]</pre> <p> </p> -<p>{{Compat("api.Element.classList")}}</p> +<p>{{Compat}}</p> <h2 id="sect1"> </h2> diff --git a/files/ru/web/api/element/classname/index.html b/files/ru/web/api/element/classname/index.html index db5272aaaa..579746bc71 100644 --- a/files/ru/web/api/element/classname/index.html +++ b/files/ru/web/api/element/classname/index.html @@ -43,7 +43,7 @@ alert(elm.className); //"class1 class2 class3" <h2 id="Поддержка_браузерами" style="line-height: 24px;">Поддержка браузерами</h2> -<p>{{Compat("api.Element.className")}}</p> +<p>{{Compat}}</p> <h2 id="Specification"> </h2> diff --git a/files/ru/web/api/element/clientheight/index.html b/files/ru/web/api/element/clientheight/index.html index 989f944cb5..1dae29c02c 100644 --- a/files/ru/web/api/element/clientheight/index.html +++ b/files/ru/web/api/element/clientheight/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Element/clientHeight <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.clientHeight")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Смотрите также</h2> diff --git a/files/ru/web/api/element/clientleft/index.html b/files/ru/web/api/element/clientleft/index.html index 6fb2e89c0b..4ac1850e57 100644 --- a/files/ru/web/api/element/clientleft/index.html +++ b/files/ru/web/api/element/clientleft/index.html @@ -57,7 +57,7 @@ translation_of: Web/API/Element/clientLeft -<p>{{Compat("api.Element.clientLeft")}}</p> +<p>{{Compat}}</p> <h2 id="Notes">Notes</h2> diff --git a/files/ru/web/api/element/clienttop/index.html b/files/ru/web/api/element/clienttop/index.html index 21dd71af36..005791260e 100644 --- a/files/ru/web/api/element/clienttop/index.html +++ b/files/ru/web/api/element/clienttop/index.html @@ -46,7 +46,7 @@ translation_of: Web/API/Element/clientTop <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.clientTop")}}</p> +<p>{{Compat}}</p> <h2 id="References">Смотрите также</h2> diff --git a/files/ru/web/api/element/clientwidth/index.html b/files/ru/web/api/element/clientwidth/index.html index 5ebcc8ff04..203209126b 100644 --- a/files/ru/web/api/element/clientwidth/index.html +++ b/files/ru/web/api/element/clientwidth/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Element/clientWidth -<p>{{Compat("api.Element.clientWidth")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/closest/index.html b/files/ru/web/api/element/closest/index.html index 9ad86944f7..2cf55e83af 100644 --- a/files/ru/web/api/element/closest/index.html +++ b/files/ru/web/api/element/closest/index.html @@ -101,7 +101,7 @@ div.closest("div[title]") //#block - так как ближе нет блоко <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<div>{{Compat("api.Element.closest")}}</div> +<div>{{Compat}}</div> <div> <h3 id="Примечания_совместимости">Примечания совместимости</h3> diff --git a/files/ru/web/api/element/createshadowroot/index.html b/files/ru/web/api/element/createshadowroot/index.html index f72bc0455f..cd527b77e8 100644 --- a/files/ru/web/api/element/createshadowroot/index.html +++ b/files/ru/web/api/element/createshadowroot/index.html @@ -32,4 +32,4 @@ translation_of: Web/API/Element/createShadowRoot <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Element.createShadowRoot")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/focusin_event/index.html b/files/ru/web/api/element/focusin_event/index.html index 016f82f580..fca801943a 100644 --- a/files/ru/web/api/element/focusin_event/index.html +++ b/files/ru/web/api/element/focusin_event/index.html @@ -64,7 +64,7 @@ original_slug: Web/Events/focusin <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Element.focusin_event")}}</p> +<p>{{Compat}}</p> <h2 id="Related_Events">Related Events</h2> diff --git a/files/ru/web/api/element/focusout_event/index.html b/files/ru/web/api/element/focusout_event/index.html index b080d9e8c5..43cfef49db 100644 --- a/files/ru/web/api/element/focusout_event/index.html +++ b/files/ru/web/api/element/focusout_event/index.html @@ -66,7 +66,7 @@ original_slug: Web/Events/focusout <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Element.focusout_event")}}</p> +<p>{{Compat}}</p> <h2 id="Related_Events">Related Events</h2> diff --git a/files/ru/web/api/element/getboundingclientrect/index.html b/files/ru/web/api/element/getboundingclientrect/index.html index c93026747e..419c5f6e56 100644 --- a/files/ru/web/api/element/getboundingclientrect/index.html +++ b/files/ru/web/api/element/getboundingclientrect/index.html @@ -88,7 +88,7 @@ emptyObj = { ...rect } <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> <div> -<p>{{Compat("api.Element.getBoundingClientRect")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/getelementsbyclassname/index.html b/files/ru/web/api/element/getelementsbyclassname/index.html index 62ecab1fd7..ae0f657068 100644 --- a/files/ru/web/api/element/getelementsbyclassname/index.html +++ b/files/ru/web/api/element/getelementsbyclassname/index.html @@ -64,4 +64,4 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){ <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Element.getElementsByClassName")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/getelementsbytagname/index.html b/files/ru/web/api/element/getelementsbytagname/index.html index 43e0b047e6..36a9c93858 100644 --- a/files/ru/web/api/element/getelementsbytagname/index.html +++ b/files/ru/web/api/element/getelementsbytagname/index.html @@ -40,4 +40,4 @@ for (var i = 0; i < cells.length; i++) { <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Element.getElementsByTagName")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/hasattribute/index.html b/files/ru/web/api/element/hasattribute/index.html index 15224280d9..2d34d2d5ba 100644 --- a/files/ru/web/api/element/hasattribute/index.html +++ b/files/ru/web/api/element/hasattribute/index.html @@ -42,4 +42,4 @@ if (d.hasAttribute("align")) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.hasAttribute")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/hasattributes/index.html b/files/ru/web/api/element/hasattributes/index.html index 2d92511953..2a53fc8db7 100644 --- a/files/ru/web/api/element/hasattributes/index.html +++ b/files/ru/web/api/element/hasattributes/index.html @@ -39,7 +39,7 @@ if (foo.hasAttributes()) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.hasAttributes")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/id/index.html b/files/ru/web/api/element/id/index.html index eb87daef4c..182aec9916 100644 --- a/files/ru/web/api/element/id/index.html +++ b/files/ru/web/api/element/id/index.html @@ -64,7 +64,7 @@ translation_of: Web/API/Element/id <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Element.id")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/index.html b/files/ru/web/api/element/index.html index 0826f584f8..fe9749b64c 100644 --- a/files/ru/web/api/element/index.html +++ b/files/ru/web/api/element/index.html @@ -205,6 +205,6 @@ translation_of: Web/API/Element <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.Element")}}</div> +<div>{{Compat}}</div> <div id="compat-desktop"></div> diff --git a/files/ru/web/api/element/insertadjacentelement/index.html b/files/ru/web/api/element/insertadjacentelement/index.html index c323c79759..9afd72ea04 100644 --- a/files/ru/web/api/element/insertadjacentelement/index.html +++ b/files/ru/web/api/element/insertadjacentelement/index.html @@ -115,7 +115,7 @@ afterBtn.addEventListener('click', function() { <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.insertAdjacentElement")}}</p> +<p>{{Compat}}</p> <div id="compat-desktop"></div> diff --git a/files/ru/web/api/element/insertadjacenthtml/index.html b/files/ru/web/api/element/insertadjacenthtml/index.html index 1d243f9579..102ecedd7b 100644 --- a/files/ru/web/api/element/insertadjacenthtml/index.html +++ b/files/ru/web/api/element/insertadjacenthtml/index.html @@ -66,7 +66,7 @@ d1.insertAdjacentHTML('afterend', '<div id="two">two</div>'); <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.insertAdjacentHTML")}}</p> +<p>{{Compat}}</p> <h2 id="Specification"><span style="font-size: 2.33333rem; letter-spacing: -0.00278rem;">Смотрите также</span></h2> diff --git a/files/ru/web/api/element/insertadjacenttext/index.html b/files/ru/web/api/element/insertadjacenttext/index.html index f135d58f2d..61ddbfcb78 100644 --- a/files/ru/web/api/element/insertadjacenttext/index.html +++ b/files/ru/web/api/element/insertadjacenttext/index.html @@ -108,7 +108,7 @@ afterBtn.addEventListener('click', function() { <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.insertAdjacentText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/keydown_event/index.html b/files/ru/web/api/element/keydown_event/index.html index 24f232c682..5d8789f737 100644 --- a/files/ru/web/api/element/keydown_event/index.html +++ b/files/ru/web/api/element/keydown_event/index.html @@ -66,7 +66,7 @@ function logKey(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.keydown_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/keyup_event/index.html b/files/ru/web/api/element/keyup_event/index.html index f1ebad6f4b..41fb4c8b2c 100644 --- a/files/ru/web/api/element/keyup_event/index.html +++ b/files/ru/web/api/element/keyup_event/index.html @@ -62,7 +62,7 @@ function logKey(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.keyup_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/matches/index.html b/files/ru/web/api/element/matches/index.html index d0913ee5db..6bf9b31d03 100644 --- a/files/ru/web/api/element/matches/index.html +++ b/files/ru/web/api/element/matches/index.html @@ -74,4 +74,4 @@ translation_of: Web/API/Element/matches <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Element.matches")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/mouseenter_event/index.html b/files/ru/web/api/element/mouseenter_event/index.html index 5b730ba50a..98b4211451 100644 --- a/files/ru/web/api/element/mouseenter_event/index.html +++ b/files/ru/web/api/element/mouseenter_event/index.html @@ -112,7 +112,7 @@ function addListItem(text) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.mouseenter_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/mouseleave_event/index.html b/files/ru/web/api/element/mouseleave_event/index.html index 9f047b0846..74040b2964 100644 --- a/files/ru/web/api/element/mouseleave_event/index.html +++ b/files/ru/web/api/element/mouseleave_event/index.html @@ -220,7 +220,7 @@ translation_of: Web/API/Element/mouseleave_event <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Element.mouseleave_event")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/element/mouseup_event/index.html b/files/ru/web/api/element/mouseup_event/index.html index 7293b7029d..77a351556c 100644 --- a/files/ru/web/api/element/mouseup_event/index.html +++ b/files/ru/web/api/element/mouseup_event/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Element/mouseup_event <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Element.mouseup_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/nextelementsibling/index.html b/files/ru/web/api/element/nextelementsibling/index.html index bce04f2f30..2ed817999a 100644 --- a/files/ru/web/api/element/nextelementsibling/index.html +++ b/files/ru/web/api/element/nextelementsibling/index.html @@ -100,7 +100,7 @@ if (!('nextElementSibling' in document.documentElement)) { <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.nextElementSibling")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/outerhtml/index.html b/files/ru/web/api/element/outerhtml/index.html index fd571fab8f..eebca14905 100644 --- a/files/ru/web/api/element/outerhtml/index.html +++ b/files/ru/web/api/element/outerhtml/index.html @@ -93,7 +93,7 @@ console.log(p.nodeName); // всё ещё "P"; <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Element.outerHTML")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/element/prefix/index.html b/files/ru/web/api/element/prefix/index.html index ca0aa41d34..f8f04ffb4b 100644 --- a/files/ru/web/api/element/prefix/index.html +++ b/files/ru/web/api/element/prefix/index.html @@ -34,4 +34,4 @@ original_slug: Web/API/Node/prefix <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.prefix")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/element/previouselementsibling/index.html b/files/ru/web/api/element/previouselementsibling/index.html index b1354a0c63..bd7551c4c1 100644 --- a/files/ru/web/api/element/previouselementsibling/index.html +++ b/files/ru/web/api/element/previouselementsibling/index.html @@ -110,7 +110,7 @@ if(!("previousElementSibling" in document.documentElement)){ <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Element.previousElementSibling")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/queryselector/index.html b/files/ru/web/api/element/queryselector/index.html index 817e327887..80487d6cf5 100644 --- a/files/ru/web/api/element/queryselector/index.html +++ b/files/ru/web/api/element/queryselector/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/Element/querySelector <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.querySelector")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/queryselectorall/index.html b/files/ru/web/api/element/queryselectorall/index.html index 38761d00ea..cb6b54f1d5 100644 --- a/files/ru/web/api/element/queryselectorall/index.html +++ b/files/ru/web/api/element/queryselectorall/index.html @@ -52,7 +52,7 @@ var matches = el.querySelectorAll('div.highlighted > p'); <div></div> -<p>{{Compat("api.Element.querySelectorAll")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Ссылки на спецификации</h2> diff --git a/files/ru/web/api/element/requestpointerlock/index.html b/files/ru/web/api/element/requestpointerlock/index.html index 187a9cfbf7..291608f7b6 100644 --- a/files/ru/web/api/element/requestpointerlock/index.html +++ b/files/ru/web/api/element/requestpointerlock/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/Element/requestPointerLock <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.Element.requestPointerLock")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/element/scrollintoview/index.html b/files/ru/web/api/element/scrollintoview/index.html index d28f10ca66..f5c6568cda 100644 --- a/files/ru/web/api/element/scrollintoview/index.html +++ b/files/ru/web/api/element/scrollintoview/index.html @@ -88,7 +88,7 @@ btn.addEventListener('click', handleButtonClick); <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.scrollIntoView")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/scrollto/index.html b/files/ru/web/api/element/scrollto/index.html index 05a306ff14..8d0af55f45 100644 --- a/files/ru/web/api/element/scrollto/index.html +++ b/files/ru/web/api/element/scrollto/index.html @@ -44,7 +44,7 @@ element.scrollTo(<em>options</em>) {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Element.scrollTo")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/element/scrolltop/index.html b/files/ru/web/api/element/scrolltop/index.html index 0750fe8482..fb861eaa0b 100644 --- a/files/ru/web/api/element/scrolltop/index.html +++ b/files/ru/web/api/element/scrolltop/index.html @@ -49,7 +49,7 @@ var <var> intElemScrollTop</var> = someElement.scrollTop; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Element.scrollTop")}}</p> +<p>{{Compat}}</p> <h2 id="Ссылки">Ссылки</h2> diff --git a/files/ru/web/api/element/slot/index.html b/files/ru/web/api/element/slot/index.html index 9becd1d2f7..ee194a2bc8 100644 --- a/files/ru/web/api/element/slot/index.html +++ b/files/ru/web/api/element/slot/index.html @@ -48,5 +48,5 @@ console.log(slottedSpan.slot); // logs <span class="message-body-wrapper"><span <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> <div> -<p>{{Compat("api.Element.slot")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/event/currenttarget/index.html b/files/ru/web/api/event/currenttarget/index.html index 581a0f198b..a3d36e5ada 100644 --- a/files/ru/web/api/event/currenttarget/index.html +++ b/files/ru/web/api/event/currenttarget/index.html @@ -31,7 +31,7 @@ for(var i = 0; i < ps.length; i++){ <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Event.currentTarget")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/event/defaultprevented/index.html b/files/ru/web/api/event/defaultprevented/index.html index c49441d0dd..a02742e3c4 100644 --- a/files/ru/web/api/event/defaultprevented/index.html +++ b/files/ru/web/api/event/defaultprevented/index.html @@ -28,4 +28,4 @@ translation_of: Web/API/Event/defaultPrevented <h2 id="Совместимость_с_браузерами"><span style="font-size: 1.71428571428571rem; letter-spacing: -0.021em; line-height: 1;">Совместимость с браузерами</span></h2> -<p>{{Compat("api.Event.defaultPrevented")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/event/event/index.html b/files/ru/web/api/event/event/index.html index 9ca43c3a83..d6bc78ec1f 100644 --- a/files/ru/web/api/event/event/index.html +++ b/files/ru/web/api/event/event/index.html @@ -64,7 +64,7 @@ myDiv.dispatchEvent(evt); -<p>{{Compat("api.Event.Event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также"><span class="short_text" id="result_box" lang="ru"><span>Смотрите также</span></span></h2> diff --git a/files/ru/web/api/event/index.html b/files/ru/web/api/event/index.html index ac8ad4c21f..3596e562e3 100644 --- a/files/ru/web/api/event/index.html +++ b/files/ru/web/api/event/index.html @@ -156,7 +156,7 @@ translation_of: Web/API/Event <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.Event")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/event/initevent/index.html b/files/ru/web/api/event/initevent/index.html index 77e38169dc..840619cd82 100644 --- a/files/ru/web/api/event/initevent/index.html +++ b/files/ru/web/api/event/initevent/index.html @@ -69,7 +69,7 @@ elem.dispatchEvent(event);</code> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Event.initEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/event/istrusted/index.html b/files/ru/web/api/event/istrusted/index.html index ad3ff5c671..d07fb2fe16 100644 --- a/files/ru/web/api/event/istrusted/index.html +++ b/files/ru/web/api/event/istrusted/index.html @@ -27,4 +27,4 @@ translation_of: Web/API/Event/isTrusted <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Event.isTrusted")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/event/srcelement/index.html b/files/ru/web/api/event/srcelement/index.html index 0cab26e236..72d0e3d8ab 100644 --- a/files/ru/web/api/event/srcelement/index.html +++ b/files/ru/web/api/event/srcelement/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/Event/srcElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Event.srcElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/event/stoppropagation/index.html b/files/ru/web/api/event/stoppropagation/index.html index faffcd89be..f58090b732 100644 --- a/files/ru/web/api/event/stoppropagation/index.html +++ b/files/ru/web/api/event/stoppropagation/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/Event/stopPropagation <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div id="compat-mobile"> -<p>{{Compat("api.Event.stopPropagation")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/event/target/index.html b/files/ru/web/api/event/target/index.html index d3e08d4b12..2fe87c1ea3 100644 --- a/files/ru/web/api/event/target/index.html +++ b/files/ru/web/api/event/target/index.html @@ -46,7 +46,7 @@ ul.addEventListener('click', hide, false);</pre> <h2 id="Поддержка_браузеров">Поддержка браузеров</h2> -<p>{{Compat("api.Event.target")}}</p> +<p>{{Compat}}</p> <h2 id="Примечания">Примечания</h2> diff --git a/files/ru/web/api/event/timestamp/index.html b/files/ru/web/api/event/timestamp/index.html index 6a79557c96..b4e2e7472d 100644 --- a/files/ru/web/api/event/timestamp/index.html +++ b/files/ru/web/api/event/timestamp/index.html @@ -100,4 +100,4 @@ event.timeStamp; -<p>{{Compat("api.Event.timeStamp")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/eventsource/index.html b/files/ru/web/api/eventsource/index.html index e539cd0414..45e5e036e1 100644 --- a/files/ru/web/api/eventsource/index.html +++ b/files/ru/web/api/eventsource/index.html @@ -116,6 +116,6 @@ translation_of: Web/API/EventSource <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.EventSource")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/api/eventtarget/addeventlistener/index.html b/files/ru/web/api/eventtarget/addeventlistener/index.html index d442f0f239..bf22b10217 100644 --- a/files/ru/web/api/eventtarget/addeventlistener/index.html +++ b/files/ru/web/api/eventtarget/addeventlistener/index.html @@ -441,7 +441,7 @@ elem.addEventListener( <h2 id="Browser_compatibility">Совместимость</h2> -<div>{{Compat("api.EventTarget.addEventListener", 3)}}</div> +<div>{{Compat}}</div> <h3 id="Примечания_по_Gecko">Примечания по Gecko</h3> diff --git a/files/ru/web/api/eventtarget/dispatchevent/index.html b/files/ru/web/api/eventtarget/dispatchevent/index.html index a65abc8d6f..d9826a24ed 100644 --- a/files/ru/web/api/eventtarget/dispatchevent/index.html +++ b/files/ru/web/api/eventtarget/dispatchevent/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/EventTarget/dispatchEvent <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p id="Specification">{{Compat("api.EventTarget.dispatchEvent")}}</p> +<p id="Specification">{{Compat}}</p> <div style="-webkit-border-radius: 8px; opacity: 0; display: none; padding: 10px; background-color: #ffffff; position: fixed; right: 0px; top: 0px;"></div> diff --git a/files/ru/web/api/eventtarget/eventtarget/index.html b/files/ru/web/api/eventtarget/eventtarget/index.html index 1c99c09b38..d21fefa462 100644 --- a/files/ru/web/api/eventtarget/eventtarget/index.html +++ b/files/ru/web/api/eventtarget/eventtarget/index.html @@ -62,7 +62,7 @@ let newValue = myEventTarget.secret; // == 7</pre> <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> <div> -<p>{{Compat("api.EventTarget.EventTarget")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/eventtarget/index.html b/files/ru/web/api/eventtarget/index.html index 4351dfffcb..c1c9ab8d77 100644 --- a/files/ru/web/api/eventtarget/index.html +++ b/files/ru/web/api/eventtarget/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/EventTarget <h2 id="Browser_Compatibility">Браузерная совместимость</h2> -<p>{{Compat("api.EventTarget")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/eventtarget/removeeventlistener/index.html b/files/ru/web/api/eventtarget/removeeventlistener/index.html index 823c71bbf0..e38080e435 100644 --- a/files/ru/web/api/eventtarget/removeeventlistener/index.html +++ b/files/ru/web/api/eventtarget/removeeventlistener/index.html @@ -67,7 +67,7 @@ div.removeEventListener('click', listener, false); <h2 id="Browser_Compatibility">Совместимость браузеров</h2> -<p>{{Compat("api.EventTarget.removeEventListener", 3)}}</p> +<p>{{Compat}}</p> <h3 id="Gecko_примечания">Gecko примечания</h3> diff --git a/files/ru/web/api/extendableevent/index.html b/files/ru/web/api/extendableevent/index.html index 4e41c3d38a..76bba5d33f 100644 --- a/files/ru/web/api/extendableevent/index.html +++ b/files/ru/web/api/extendableevent/index.html @@ -116,7 +116,7 @@ self.addEventListener('install', function(event) { <div> -<p>{{Compat("api.ExtendableEvent")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/extendableevent/waituntil/index.html b/files/ru/web/api/extendableevent/waituntil/index.html index 66225a232d..9d38a79028 100644 --- a/files/ru/web/api/extendableevent/waituntil/index.html +++ b/files/ru/web/api/extendableevent/waituntil/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/ExtendableEvent/waitUntil {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.ExtendableEvent.waitUntil")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/fetch/index.html b/files/ru/web/api/fetch/index.html index 26695586cf..be4fe4c8c9 100644 --- a/files/ru/web/api/fetch/index.html +++ b/files/ru/web/api/fetch/index.html @@ -134,7 +134,7 @@ var myRequest = new Request('flowers.jpg', myInit); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/fetch_api/index.html b/files/ru/web/api/fetch_api/index.html index a40189c5cd..0ae7d16ff3 100644 --- a/files/ru/web/api/fetch_api/index.html +++ b/files/ru/web/api/fetch_api/index.html @@ -91,7 +91,7 @@ translation_of: Web/API/Fetch_API <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat("api.fetch")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/fetch_api/using_fetch/index.html b/files/ru/web/api/fetch_api/using_fetch/index.html index a51617db11..5b5b057d8c 100644 --- a/files/ru/web/api/fetch_api/using_fetch/index.html +++ b/files/ru/web/api/fetch_api/using_fetch/index.html @@ -418,7 +418,7 @@ console.log(myHeaders.get("X-Custom-Header")); // [ ]</pre> <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.fetch")}}</p> +<p>{{Compat("api.fetch")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/fetchevent/index.html b/files/ru/web/api/fetchevent/index.html index 6213ba1ffa..2b06453415 100644 --- a/files/ru/web/api/fetchevent/index.html +++ b/files/ru/web/api/fetchevent/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/FetchEvent <div> -<p>{{Compat("api.FetchEvent")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/file/index.html b/files/ru/web/api/file/index.html index 2352d65766..9d4eb4bc3c 100644 --- a/files/ru/web/api/file/index.html +++ b/files/ru/web/api/file/index.html @@ -46,7 +46,7 @@ translation_of: Web/API/File <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<div>{{Compat("api.File")}}</div> +<div>{{Compat}}</div> <p> </p> diff --git a/files/ru/web/api/file/name/index.html b/files/ru/web/api/file/name/index.html index 928a1fcbc2..c1be0ac680 100644 --- a/files/ru/web/api/file/name/index.html +++ b/files/ru/web/api/file/name/index.html @@ -44,7 +44,7 @@ translation_of: Web/API/File/name <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.File.name")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Смотрите также</h2> diff --git a/files/ru/web/api/file_and_directory_entries_api/index.html b/files/ru/web/api/file_and_directory_entries_api/index.html index 76d7fe3a46..4d9da9fbf7 100644 --- a/files/ru/web/api/file_and_directory_entries_api/index.html +++ b/files/ru/web/api/file_and_directory_entries_api/index.html @@ -117,7 +117,7 @@ translation_of: Web/API/File_and_Directory_Entries_API <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FileSystem", 0)}}</p> +<p>{{Compat}}</p> <p>{{Compat("api.FileSystemSync", 0)}}</p> diff --git a/files/ru/web/api/file_and_directory_entries_api/introduction/index.html b/files/ru/web/api/file_and_directory_entries_api/introduction/index.html index b79bdefce4..d3cd70f2f8 100644 --- a/files/ru/web/api/file_and_directory_entries_api/introduction/index.html +++ b/files/ru/web/api/file_and_directory_entries_api/introduction/index.html @@ -217,7 +217,7 @@ original_slug: Web/API/File_and_Directory_Entries_API/Введение <h3 id="FileSystem"><code>FileSystem</code></h3> -<p>{{Compat("api.FileSystem", 0)}}</p> +<p>{{Compat}}</p> <h3 id="FileSystemSync_property"><code>FileSystemSync</code> property</h3> diff --git a/files/ru/web/api/filereader/error/index.html b/files/ru/web/api/filereader/error/index.html index 80f1b2a186..2bb906d4f2 100644 --- a/files/ru/web/api/filereader/error/index.html +++ b/files/ru/web/api/filereader/error/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/FileReader/error -<p>{{Compat("api.FileReader.error")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/filereader/index.html b/files/ru/web/api/filereader/index.html index 228b220128..e6828e393a 100644 --- a/files/ru/web/api/filereader/index.html +++ b/files/ru/web/api/filereader/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/FileReader <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.FileReader")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/api/filereader/readasarraybuffer/index.html b/files/ru/web/api/filereader/readasarraybuffer/index.html index 5890b2d788..d3522bd6ff 100644 --- a/files/ru/web/api/filereader/readasarraybuffer/index.html +++ b/files/ru/web/api/filereader/readasarraybuffer/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/FileReader/readAsArrayBuffer <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FileReader.readAsArrayBuffer")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/filereader/readasbinarystring/index.html b/files/ru/web/api/filereader/readasbinarystring/index.html index 04cf704b78..b035e3687b 100644 --- a/files/ru/web/api/filereader/readasbinarystring/index.html +++ b/files/ru/web/api/filereader/readasbinarystring/index.html @@ -52,7 +52,7 @@ canvas.toBlob(function (blob) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FileReader.readAsBinaryString")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/filereader/readastext/index.html b/files/ru/web/api/filereader/readastext/index.html index 516f393489..eb75d2f54b 100644 --- a/files/ru/web/api/filereader/readastext/index.html +++ b/files/ru/web/api/filereader/readastext/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/FileReader/readAsText -<p>{{Compat("api.FileReader.readAsText")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/fontface/index.html b/files/ru/web/api/fontface/index.html index 22991d72d9..6cdbd89f91 100644 --- a/files/ru/web/api/fontface/index.html +++ b/files/ru/web/api/fontface/index.html @@ -62,5 +62,5 @@ translation_of: Web/API/FontFace <div> -<p>{{Compat("api.FontFace")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/formdata/append/index.html b/files/ru/web/api/formdata/append/index.html index 6f9491b88b..c8ac41a444 100644 --- a/files/ru/web/api/formdata/append/index.html +++ b/files/ru/web/api/formdata/append/index.html @@ -76,7 +76,7 @@ formData.append('userpic[]', myFileInput2.files[0], 'chris2.jpg');</pre> <h2 id="Поддержка">Поддержка</h2> -<p>{{Compat("api.FormData.append")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/delete/index.html b/files/ru/web/api/formdata/delete/index.html index 6a4c41c08c..dacf0b3a95 100644 --- a/files/ru/web/api/formdata/delete/index.html +++ b/files/ru/web/api/formdata/delete/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/FormData/delete <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.FormData.delete")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/formdata/entries/index.html b/files/ru/web/api/formdata/entries/index.html index 7065a4814d..944c1a8fb5 100644 --- a/files/ru/web/api/formdata/entries/index.html +++ b/files/ru/web/api/formdata/entries/index.html @@ -50,7 +50,7 @@ key2, value2</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.FormData.entries")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/formdata/index.html b/files/ru/web/api/formdata/formdata/index.html index f8ec86a7ff..a55450a410 100644 --- a/files/ru/web/api/formdata/formdata/index.html +++ b/files/ru/web/api/formdata/formdata/index.html @@ -73,4 +73,4 @@ console.log( <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<div>{{Compat("api.FormData.FormData")}}</div> +<div>{{Compat}}</div> diff --git a/files/ru/web/api/formdata/get/index.html b/files/ru/web/api/formdata/get/index.html index 837c81f159..af06f8e558 100644 --- a/files/ru/web/api/formdata/get/index.html +++ b/files/ru/web/api/formdata/get/index.html @@ -46,7 +46,7 @@ formData.append('username', 'Кирилл');</pre> {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FormData.get")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/getall/index.html b/files/ru/web/api/formdata/getall/index.html index 4247417aca..02e4cafeae 100644 --- a/files/ru/web/api/formdata/getall/index.html +++ b/files/ru/web/api/formdata/getall/index.html @@ -47,7 +47,7 @@ formData.append('username', 'Кирилл');</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.FormData.getAll")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/has/index.html b/files/ru/web/api/formdata/has/index.html index 5ed2c76d73..d5d71e74cb 100644 --- a/files/ru/web/api/formdata/has/index.html +++ b/files/ru/web/api/formdata/has/index.html @@ -48,7 +48,7 @@ formData.has('username'); // Returns true -<p>{{Compat("api.FormData.has")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/index.html b/files/ru/web/api/formdata/index.html index a58e650b98..47ed1054ba 100644 --- a/files/ru/web/api/formdata/index.html +++ b/files/ru/web/api/formdata/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/FormData {{Specifications}} <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.FormData")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/keys/index.html b/files/ru/web/api/formdata/keys/index.html index 8f82f5a377..9686d81cd3 100644 --- a/files/ru/web/api/formdata/keys/index.html +++ b/files/ru/web/api/formdata/keys/index.html @@ -45,7 +45,7 @@ key2</pre> -<p>{{Compat("api.FormData.keys")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/formdata/set/index.html b/files/ru/web/api/formdata/set/index.html index 41349bf78d..b40bc6ac6f 100644 --- a/files/ru/web/api/formdata/set/index.html +++ b/files/ru/web/api/formdata/set/index.html @@ -65,7 +65,7 @@ formData.set('userpic', myFileInput.files[0], 'chris.jpg');</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<div>{{Compat("api.FormData.set")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/formdata/values/index.html b/files/ru/web/api/formdata/values/index.html index e0e21d2e8b..409b346e81 100644 --- a/files/ru/web/api/formdata/values/index.html +++ b/files/ru/web/api/formdata/values/index.html @@ -45,7 +45,7 @@ value2</pre> -<p>{{Compat("api.FormData.values")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/axes/index.html b/files/ru/web/api/gamepad/axes/index.html index b4ed1fa5ba..ffe216d389 100644 --- a/files/ru/web/api/gamepad/axes/index.html +++ b/files/ru/web/api/gamepad/axes/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/Gamepad/axes -<p>{{Compat("api.Gamepad.axes")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/gamepad/buttons/index.html b/files/ru/web/api/gamepad/buttons/index.html index ded4be8d3c..48a30ab7aa 100644 --- a/files/ru/web/api/gamepad/buttons/index.html +++ b/files/ru/web/api/gamepad/buttons/index.html @@ -82,7 +82,7 @@ translation_of: Web/API/Gamepad/buttons -<p>{{Compat("api.Gamepad.buttons")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"></div> diff --git a/files/ru/web/api/gamepad/connected/index.html b/files/ru/web/api/gamepad/connected/index.html index 0a3a2ce96b..3746044c1c 100644 --- a/files/ru/web/api/gamepad/connected/index.html +++ b/files/ru/web/api/gamepad/connected/index.html @@ -28,7 +28,7 @@ console.log(gp.connected);</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Gamepad.connected")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/displayid/index.html b/files/ru/web/api/gamepad/displayid/index.html index 0b3f71009e..26f52dcb7a 100644 --- a/files/ru/web/api/gamepad/displayid/index.html +++ b/files/ru/web/api/gamepad/displayid/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Gamepad/displayId <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Gamepad.displayId")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/gamepad/id/index.html b/files/ru/web/api/gamepad/id/index.html index 504efbf490..faae62a365 100644 --- a/files/ru/web/api/gamepad/id/index.html +++ b/files/ru/web/api/gamepad/id/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/Gamepad/id <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Gamepad.id")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/index.html b/files/ru/web/api/gamepad/index.html index c39971de2e..114a44f496 100644 --- a/files/ru/web/api/gamepad/index.html +++ b/files/ru/web/api/gamepad/index.html @@ -59,7 +59,7 @@ translation_of: Web/API/Gamepad -<p>{{Compat("api.Gamepad")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/index/index.html b/files/ru/web/api/gamepad/index/index.html index 3e7e16406e..e75051779a 100644 --- a/files/ru/web/api/gamepad/index/index.html +++ b/files/ru/web/api/gamepad/index/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Gamepad/index <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Gamepad.index")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/mapping/index.html b/files/ru/web/api/gamepad/mapping/index.html index 4c1cf9847f..2ada0a403f 100644 --- a/files/ru/web/api/gamepad/mapping/index.html +++ b/files/ru/web/api/gamepad/mapping/index.html @@ -28,7 +28,7 @@ console.log(gp.mapping);</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.Gamepad.mapping")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepad/timestamp/index.html b/files/ru/web/api/gamepad/timestamp/index.html index d6854037ac..9719b59c97 100644 --- a/files/ru/web/api/gamepad/timestamp/index.html +++ b/files/ru/web/api/gamepad/timestamp/index.html @@ -32,7 +32,7 @@ console.log(gp.timestamp);</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Gamepad.timestamp")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepadbutton/index.html b/files/ru/web/api/gamepadbutton/index.html index 9dc284725e..3abd2f9501 100644 --- a/files/ru/web/api/gamepadbutton/index.html +++ b/files/ru/web/api/gamepadbutton/index.html @@ -78,7 +78,7 @@ translation_of: Web/API/GamepadButton <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.GamepadButton")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepadbutton/pressed/index.html b/files/ru/web/api/gamepadbutton/pressed/index.html index f97f697ab8..3eb96a2628 100644 --- a/files/ru/web/api/gamepadbutton/pressed/index.html +++ b/files/ru/web/api/gamepadbutton/pressed/index.html @@ -43,7 +43,7 @@ if(gp.buttons[0].pressed == true) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.GamepadButton.pressed")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/gamepadbutton/value/index.html b/files/ru/web/api/gamepadbutton/value/index.html index 27ab35d435..a1992b8acf 100644 --- a/files/ru/web/api/gamepadbutton/value/index.html +++ b/files/ru/web/api/gamepadbutton/value/index.html @@ -44,7 +44,7 @@ if(gp.buttons[0].value > 0) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.GamepadButton.value")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepadevent/gamepad/index.html b/files/ru/web/api/gamepadevent/gamepad/index.html index cb084bdfd7..f571d680c2 100644 --- a/files/ru/web/api/gamepadevent/gamepad/index.html +++ b/files/ru/web/api/gamepadevent/gamepad/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/GamepadEvent/gamepad <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GamepadEvent.gamepad")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/gamepadevent/index.html b/files/ru/web/api/gamepadevent/index.html index 636775b0f9..ed8c903588 100644 --- a/files/ru/web/api/gamepadevent/index.html +++ b/files/ru/web/api/gamepadevent/index.html @@ -37,7 +37,7 @@ translation_of: Web/API/GamepadEvent <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.GamepadEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/geolocation/getcurrentposition/index.html b/files/ru/web/api/geolocation/getcurrentposition/index.html index 3464186d18..aad18e8d7b 100644 --- a/files/ru/web/api/geolocation/getcurrentposition/index.html +++ b/files/ru/web/api/geolocation/getcurrentposition/index.html @@ -57,7 +57,7 @@ navigator.geolocation.getCurrentPosition(success, error, options); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Geolocation.getCurrentPosition")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/geolocation/index.html b/files/ru/web/api/geolocation/index.html index 35c36cd726..736d5ce50d 100644 --- a/files/ru/web/api/geolocation/index.html +++ b/files/ru/web/api/geolocation/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/Geolocation -<p>{{Compat("api.Geolocation")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/geolocationcoordinates/index.html b/files/ru/web/api/geolocationcoordinates/index.html index 4c8a1e836f..f3c78c238c 100644 --- a/files/ru/web/api/geolocationcoordinates/index.html +++ b/files/ru/web/api/geolocationcoordinates/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/GeolocationCoordinates -<p>{{Compat("api.Coordinates")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/geolocationposition/index.html b/files/ru/web/api/geolocationposition/index.html index 4ecc8faacf..cb9a5acac2 100644 --- a/files/ru/web/api/geolocationposition/index.html +++ b/files/ru/web/api/geolocationposition/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/GeolocationPosition -<p>{{Compat("api.GeolocationPosition")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/geolocationpositionerror/index.html b/files/ru/web/api/geolocationpositionerror/index.html index 43ff2bceeb..c4ae59542d 100644 --- a/files/ru/web/api/geolocationpositionerror/index.html +++ b/files/ru/web/api/geolocationpositionerror/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/GeolocationPositionError -<p>{{Compat("api.PositionError")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/globaleventhandlers/index.html b/files/ru/web/api/globaleventhandlers/index.html index 92a0600cb7..2242cd82ad 100644 --- a/files/ru/web/api/globaleventhandlers/index.html +++ b/files/ru/web/api/globaleventhandlers/index.html @@ -204,7 +204,7 @@ translation_of: Web/API/GlobalEventHandlers <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/globaleventhandlers/onabort/index.html b/files/ru/web/api/globaleventhandlers/onabort/index.html index bc95803963..d165f777b9 100644 --- a/files/ru/web/api/globaleventhandlers/onabort/index.html +++ b/files/ru/web/api/globaleventhandlers/onabort/index.html @@ -45,4 +45,4 @@ translation_of: Web/API/GlobalEventHandlers/onabort <h2 id="Browser_Compatibility">Browser Compatibility</h2> -<p>{{Compat("api.GlobalEventHandlers.onabort")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html b/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html index 3b082fe4ba..69dfaddea0 100644 --- a/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html +++ b/files/ru/web/api/globaleventhandlers/onanimationcancel/index.html @@ -183,7 +183,7 @@ translation_of: Web/API/GlobalEventHandlers/onanimationcancel <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.GlobalEventHandlers.onanimationcancel")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/globaleventhandlers/onanimationend/index.html b/files/ru/web/api/globaleventhandlers/onanimationend/index.html index e3b2c90f90..b25478ad4d 100644 --- a/files/ru/web/api/globaleventhandlers/onanimationend/index.html +++ b/files/ru/web/api/globaleventhandlers/onanimationend/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/GlobalEventHandlers/onanimationend <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers.onanimationend")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/globaleventhandlers/onblur/index.html b/files/ru/web/api/globaleventhandlers/onblur/index.html index 1c7abef190..0f1bbec2bb 100644 --- a/files/ru/web/api/globaleventhandlers/onblur/index.html +++ b/files/ru/web/api/globaleventhandlers/onblur/index.html @@ -73,7 +73,7 @@ function inputFocus() { -<p>{{Compat("api.GlobalEventHandlers.onblur")}}</p> +<p>{{Compat}}</p> <p>In contrast to IE, in which almost all kinds of elements receive the <code>blur</code> event, only a few kinds of elements on Gecko browsers work with this event.</p> diff --git a/files/ru/web/api/globaleventhandlers/onchange/index.html b/files/ru/web/api/globaleventhandlers/onchange/index.html index 52134b596c..268eaeac50 100644 --- a/files/ru/web/api/globaleventhandlers/onchange/index.html +++ b/files/ru/web/api/globaleventhandlers/onchange/index.html @@ -51,5 +51,5 @@ var <em>handlerFunction</em> = <em><var>element</var></em>.onchange; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("api.GlobalEventHandlers.onchange")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/globaleventhandlers/onclick/index.html b/files/ru/web/api/globaleventhandlers/onclick/index.html index 040003efae..e62eba687a 100644 --- a/files/ru/web/api/globaleventhandlers/onclick/index.html +++ b/files/ru/web/api/globaleventhandlers/onclick/index.html @@ -84,7 +84,7 @@ translation_of: Web/API/GlobalEventHandlers/onclick <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.GlobalEventHandlers.onclick")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/globaleventhandlers/onclose/index.html b/files/ru/web/api/globaleventhandlers/onclose/index.html index 35848d806e..79e5dd691b 100644 --- a/files/ru/web/api/globaleventhandlers/onclose/index.html +++ b/files/ru/web/api/globaleventhandlers/onclose/index.html @@ -29,4 +29,4 @@ translation_of: Web/API/GlobalEventHandlers/onclose <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers.onclose")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/globaleventhandlers/oncontextmenu/index.html b/files/ru/web/api/globaleventhandlers/oncontextmenu/index.html index 63b1933bc5..bc48a02d8c 100644 --- a/files/ru/web/api/globaleventhandlers/oncontextmenu/index.html +++ b/files/ru/web/api/globaleventhandlers/oncontextmenu/index.html @@ -44,5 +44,5 @@ window.addEventListener('contextmenu', function (e) { // Не совместим <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> <div> -<p>{{Compat("api.GlobalEventHandlers.oncontextmenu")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/globaleventhandlers/ondragstart/index.html b/files/ru/web/api/globaleventhandlers/ondragstart/index.html index f61817dd34..87751d91d3 100644 --- a/files/ru/web/api/globaleventhandlers/ondragstart/index.html +++ b/files/ru/web/api/globaleventhandlers/ondragstart/index.html @@ -84,7 +84,7 @@ function dragover_handler(ev) { -<p>{{Compat("api.GlobalEventHandlers.ondragstart")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/globaleventhandlers/onfocus/index.html b/files/ru/web/api/globaleventhandlers/onfocus/index.html index b2258cc7b6..69d9961ffd 100644 --- a/files/ru/web/api/globaleventhandlers/onfocus/index.html +++ b/files/ru/web/api/globaleventhandlers/onfocus/index.html @@ -26,4 +26,4 @@ translation_of: Web/API/GlobalEventHandlers/onfocus <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers.onfocus")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/globaleventhandlers/oninput/index.html b/files/ru/web/api/globaleventhandlers/oninput/index.html index 58fe207d33..f7c76bcf08 100644 --- a/files/ru/web/api/globaleventhandlers/oninput/index.html +++ b/files/ru/web/api/globaleventhandlers/oninput/index.html @@ -43,7 +43,7 @@ window.addEventListener('input', function (e) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.GlobalEventHandlers.oninput")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/globaleventhandlers/onkeydown/index.html b/files/ru/web/api/globaleventhandlers/onkeydown/index.html index 04de1619ca..c84b71553d 100644 --- a/files/ru/web/api/globaleventhandlers/onkeydown/index.html +++ b/files/ru/web/api/globaleventhandlers/onkeydown/index.html @@ -52,7 +52,7 @@ function logKey(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.GlobalEventHandlers.onkeydown")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/globaleventhandlers/onloadend/index.html b/files/ru/web/api/globaleventhandlers/onloadend/index.html index db22f025fe..f5a69a8d4a 100644 --- a/files/ru/web/api/globaleventhandlers/onloadend/index.html +++ b/files/ru/web/api/globaleventhandlers/onloadend/index.html @@ -53,4 +53,4 @@ image.addEventListener('loadend', function(e) { <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers.onloadend")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/globaleventhandlers/onmousedown/index.html b/files/ru/web/api/globaleventhandlers/onmousedown/index.html index b4f161aad6..072a556f1d 100644 --- a/files/ru/web/api/globaleventhandlers/onmousedown/index.html +++ b/files/ru/web/api/globaleventhandlers/onmousedown/index.html @@ -24,4 +24,4 @@ translation_of: Web/API/GlobalEventHandlers/onmousedown <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.GlobalEventHandlers.onmousedown")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/globaleventhandlers/onmouseup/index.html b/files/ru/web/api/globaleventhandlers/onmouseup/index.html index cb30f62122..d8f3cf726a 100644 --- a/files/ru/web/api/globaleventhandlers/onmouseup/index.html +++ b/files/ru/web/api/globaleventhandlers/onmouseup/index.html @@ -35,4 +35,4 @@ translation_of: Web/API/GlobalEventHandlers/onmouseup <h2 id="Browser_Compatibility">Browser Compatibility</h2> -<p>{{Compat("api.GlobalEventHandlers.onmouseup")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/gyroscope/index.html b/files/ru/web/api/gyroscope/index.html index e71e1f61b7..87e4a6a550 100644 --- a/files/ru/web/api/gyroscope/index.html +++ b/files/ru/web/api/gyroscope/index.html @@ -50,4 +50,4 @@ gyroscope.start();</pre> -<p>{{Compat("api.Gyroscope")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/history/go/index.html b/files/ru/web/api/history/go/index.html index f571cd8cfe..e5da1dde06 100644 --- a/files/ru/web/api/history/go/index.html +++ b/files/ru/web/api/history/go/index.html @@ -57,7 +57,7 @@ history.go(0);</pre> -<p>{{Compat("api.History.go")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/history/index.html b/files/ru/web/api/history/index.html index 4a4c6b7825..d680239dfb 100644 --- a/files/ru/web/api/history/index.html +++ b/files/ru/web/api/history/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/History <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.History")}}</p> +<p>{{Compat}}</p> <h2 id="sect1"> </h2> diff --git a/files/ru/web/api/history/length/index.html b/files/ru/web/api/history/length/index.html index 471df24c2f..d9a7d37900 100644 --- a/files/ru/web/api/history/length/index.html +++ b/files/ru/web/api/history/length/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/History/length <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.History.length")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/history/pushstate/index.html b/files/ru/web/api/history/pushstate/index.html index df5d6fc489..ba7fb41187 100644 --- a/files/ru/web/api/history/pushstate/index.html +++ b/files/ru/web/api/history/pushstate/index.html @@ -69,7 +69,7 @@ history.pushState(state, title, url)</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.History.pushState")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/history/replacestate/index.html b/files/ru/web/api/history/replacestate/index.html index ee54ccefa7..70c7f70bba 100644 --- a/files/ru/web/api/history/replacestate/index.html +++ b/files/ru/web/api/history/replacestate/index.html @@ -49,4 +49,4 @@ history.pushState(stateObj, "page 2", "bar.html") -<p>{{Compat("api.History.replaceState")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/history/state/index.html b/files/ru/web/api/history/state/index.html index aba004c406..05dc7cce11 100644 --- a/files/ru/web/api/history/state/index.html +++ b/files/ru/web/api/history/state/index.html @@ -56,7 +56,7 @@ console.log(`History.state after pushState: ${history.state}`);</pre> -<p>{{Compat("api.History.state")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html index 3e15b0a7ef..7f1db5265c 100644 --- a/files/ru/web/api/htmlanchorelement/hash/index.html +++ b/files/ru/web/api/htmlanchorelement/hash/index.html @@ -32,7 +32,7 @@ var result = anchor.hash; // Вернёт: '#youhou'</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.hash")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html index 74cf2f483a..4518061954 100644 --- a/files/ru/web/api/htmlanchorelement/host/index.html +++ b/files/ru/web/api/htmlanchorelement/host/index.html @@ -41,7 +41,7 @@ anchor.host == "developer.mozilla.org:4097" <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.host")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html index cb24ed08b5..4de6c5db4f 100644 --- a/files/ru/web/api/htmlanchorelement/hostname/index.html +++ b/files/ru/web/api/htmlanchorelement/hostname/index.html @@ -32,7 +32,7 @@ var result = anchor.hostname; // Вернёт: 'developer.mozilla.org'</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.hostname")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html index 8e3f609c6b..b9fbc4df95 100644 --- a/files/ru/web/api/htmlanchorelement/href/index.html +++ b/files/ru/web/api/htmlanchorelement/href/index.html @@ -35,7 +35,7 @@ var result = anchor.href; // Вернёт: 'https://developer.mozilla.org/en-US/ <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.href")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/index.html b/files/ru/web/api/htmlanchorelement/index.html index 2774fafdea..de265ab576 100644 --- a/files/ru/web/api/htmlanchorelement/index.html +++ b/files/ru/web/api/htmlanchorelement/index.html @@ -92,7 +92,7 @@ translation_of: Web/API/HTMLAnchorElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html index 21d7ece75e..f32a259407 100644 --- a/files/ru/web/api/htmlanchorelement/origin/index.html +++ b/files/ru/web/api/htmlanchorelement/origin/index.html @@ -41,7 +41,7 @@ var result = window.location.origin; // Вернёт: 'https://developer.mozilla <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.origin")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html index 926f1bad15..04aa27701b 100644 --- a/files/ru/web/api/htmlanchorelement/password/index.html +++ b/files/ru/web/api/htmlanchorelement/password/index.html @@ -35,7 +35,7 @@ var result = anchor.password; // Вернёт: 'flabada' <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.password")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html index afc467b67a..89144f8b65 100644 --- a/files/ru/web/api/htmlanchorelement/pathname/index.html +++ b/files/ru/web/api/htmlanchorelement/pathname/index.html @@ -33,7 +33,7 @@ var result = anchor.pathname; // Вернёт: '/en-US/docs/HTMLHyperlinkElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.pathname")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html index ac02347dc6..f213f33041 100644 --- a/files/ru/web/api/htmlanchorelement/port/index.html +++ b/files/ru/web/api/htmlanchorelement/port/index.html @@ -35,7 +35,7 @@ var result = anchor.port; // Вернёт: '80' <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.port")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html index 72f26f23d6..3a45d901f0 100644 --- a/files/ru/web/api/htmlanchorelement/protocol/index.html +++ b/files/ru/web/api/htmlanchorelement/protocol/index.html @@ -33,7 +33,7 @@ var result = anchor.protocol; // Вернёт: 'https:' <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.protocol")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html index 1b3d9eaa6a..3831bc9b87 100644 --- a/files/ru/web/api/htmlanchorelement/search/index.html +++ b/files/ru/web/api/htmlanchorelement/search/index.html @@ -33,7 +33,7 @@ var result = anchor.search; // Вернёт: '?q=123' <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.search")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html index 392a71c5b0..45341ac109 100644 --- a/files/ru/web/api/htmlanchorelement/tostring/index.html +++ b/files/ru/web/api/htmlanchorelement/tostring/index.html @@ -33,7 +33,7 @@ var result = anchor.toString(); // Вернёт: 'https://developer.mozilla.org/ <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.toString")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html index 351f8b858c..48c0f2859c 100644 --- a/files/ru/web/api/htmlanchorelement/username/index.html +++ b/files/ru/web/api/htmlanchorelement/username/index.html @@ -33,7 +33,7 @@ var result = anchor.username; // Вернёт: 'anonymous' <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAnchorElement.username")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlareaelement/index.html b/files/ru/web/api/htmlareaelement/index.html index 53667aa312..61887df605 100644 --- a/files/ru/web/api/htmlareaelement/index.html +++ b/files/ru/web/api/htmlareaelement/index.html @@ -81,7 +81,7 @@ translation_of: Web/API/HTMLAreaElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLAreaElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlaudioelement/audio/index.html b/files/ru/web/api/htmlaudioelement/audio/index.html index d118155c00..99d11a8a81 100644 --- a/files/ru/web/api/htmlaudioelement/audio/index.html +++ b/files/ru/web/api/htmlaudioelement/audio/index.html @@ -59,7 +59,7 @@ original_slug: Web/API/HTMLAudioElement/Audio() <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLAudioElement.Audio")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlaudioelement/index.html b/files/ru/web/api/htmlaudioelement/index.html index e858df87ea..27e41da46b 100644 --- a/files/ru/web/api/htmlaudioelement/index.html +++ b/files/ru/web/api/htmlaudioelement/index.html @@ -72,7 +72,7 @@ translation_of: Web/API/HTMLAudioElement <h2 id="Поддержка_браузеров">Поддержка браузеров</h2> -<p>{{Compat("api.HTMLAudioElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlbaseelement/index.html b/files/ru/web/api/htmlbaseelement/index.html index 7c3d90b2d9..8cbae78424 100644 --- a/files/ru/web/api/htmlbaseelement/index.html +++ b/files/ru/web/api/htmlbaseelement/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/HTMLBaseElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLBaseElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlbasefontelement/index.html b/files/ru/web/api/htmlbasefontelement/index.html index efbfa2de60..91ae95ee65 100644 --- a/files/ru/web/api/htmlbasefontelement/index.html +++ b/files/ru/web/api/htmlbasefontelement/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/HTMLBaseFontElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLBaseFontElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlbodyelement/index.html b/files/ru/web/api/htmlbodyelement/index.html index 7168f35bd8..8a8e8e4cca 100644 --- a/files/ru/web/api/htmlbodyelement/index.html +++ b/files/ru/web/api/htmlbodyelement/index.html @@ -71,7 +71,7 @@ translation_of: Web/API/HTMLBodyElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLBodyElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlbrelement/index.html b/files/ru/web/api/htmlbrelement/index.html index d06a631500..f8169c54f3 100644 --- a/files/ru/web/api/htmlbrelement/index.html +++ b/files/ru/web/api/htmlbrelement/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/HTMLBRElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLBRElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlbuttonelement/index.html b/files/ru/web/api/htmlbuttonelement/index.html index bcea4351b7..fe051c106e 100644 --- a/files/ru/web/api/htmlbuttonelement/index.html +++ b/files/ru/web/api/htmlbuttonelement/index.html @@ -205,7 +205,7 @@ translation_of: Web/API/HTMLButtonElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLButtonElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlcanvaselement/capturestream/index.html b/files/ru/web/api/htmlcanvaselement/capturestream/index.html index 7a86ca991c..948e9e4777 100644 --- a/files/ru/web/api/htmlcanvaselement/capturestream/index.html +++ b/files/ru/web/api/htmlcanvaselement/capturestream/index.html @@ -50,7 +50,7 @@ pc.addStream(stream); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.captureStream")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/getcontext/index.html b/files/ru/web/api/htmlcanvaselement/getcontext/index.html index f871662ed7..3e5f3b37ee 100644 --- a/files/ru/web/api/htmlcanvaselement/getcontext/index.html +++ b/files/ru/web/api/htmlcanvaselement/getcontext/index.html @@ -91,7 +91,7 @@ console.log(ctx); // CanvasRenderingContext2D { ... } <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.HTMLCanvasElement.getContext")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/height/index.html b/files/ru/web/api/htmlcanvaselement/height/index.html index e1865aa3af..2dbe64aa0e 100644 --- a/files/ru/web/api/htmlcanvaselement/height/index.html +++ b/files/ru/web/api/htmlcanvaselement/height/index.html @@ -45,7 +45,7 @@ console.log(canvas.height); // 300 <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.height")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/index.html b/files/ru/web/api/htmlcanvaselement/index.html index 3128a63526..c8521d80b1 100644 --- a/files/ru/web/api/htmlcanvaselement/index.html +++ b/files/ru/web/api/htmlcanvaselement/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/HTMLCanvasElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLCanvasElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlcanvaselement/toblob/index.html b/files/ru/web/api/htmlcanvaselement/toblob/index.html index 04f49dafb0..04840d40e6 100644 --- a/files/ru/web/api/htmlcanvaselement/toblob/index.html +++ b/files/ru/web/api/htmlcanvaselement/toblob/index.html @@ -138,7 +138,7 @@ canvas.toBlob(blobCallback('passThisString'), 'image/vnd.microsoft.icon', <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.toBlob")}}</p> +<p>{{Compat}}</p> <h2 id="Полифил">Полифил</h2> diff --git a/files/ru/web/api/htmlcanvaselement/todataurl/index.html b/files/ru/web/api/htmlcanvaselement/todataurl/index.html index 24f5aaa4aa..8466e64a28 100644 --- a/files/ru/web/api/htmlcanvaselement/todataurl/index.html +++ b/files/ru/web/api/htmlcanvaselement/todataurl/index.html @@ -131,7 +131,7 @@ function removeColors() { <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.toDataURL")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html index 508efa1ab4..330bb3520c 100644 --- a/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html +++ b/files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html @@ -42,7 +42,7 @@ gl.commit(); <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.transferControlToOffscreen")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html index 7f605c7b6d..87d1213eb9 100644 --- a/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html +++ b/files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html @@ -54,7 +54,7 @@ gl.getExtension('WEBGL_lose_context').loseContext(); <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.webglcontextlost_event")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcanvaselement/width/index.html b/files/ru/web/api/htmlcanvaselement/width/index.html index 70ba714cd7..62475d75fa 100644 --- a/files/ru/web/api/htmlcanvaselement/width/index.html +++ b/files/ru/web/api/htmlcanvaselement/width/index.html @@ -45,7 +45,7 @@ console.log(canvas.width); // 300 <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLCanvasElement.width")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlcontentelement/index.html b/files/ru/web/api/htmlcontentelement/index.html index 2c08241a7b..83762d5141 100644 --- a/files/ru/web/api/htmlcontentelement/index.html +++ b/files/ru/web/api/htmlcontentelement/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/HTMLContentElement -<p>{{Compat("api.HTMLContentElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmldataelement/index.html b/files/ru/web/api/htmldataelement/index.html index 99c7fc1f4d..0216c48c72 100644 --- a/files/ru/web/api/htmldataelement/index.html +++ b/files/ru/web/api/htmldataelement/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/HTMLDataElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLDataElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmldialogelement/index.html b/files/ru/web/api/htmldialogelement/index.html index 395eb66b2c..2df97d1472 100644 --- a/files/ru/web/api/htmldialogelement/index.html +++ b/files/ru/web/api/htmldialogelement/index.html @@ -107,7 +107,7 @@ translation_of: Web/API/HTMLDialogElement -<p>{{Compat("api.HTMLDialogElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmldialogelement/open/index.html b/files/ru/web/api/htmldialogelement/open/index.html index 1dc31f86df..8c625f5200 100644 --- a/files/ru/web/api/htmldialogelement/open/index.html +++ b/files/ru/web/api/htmldialogelement/open/index.html @@ -97,7 +97,7 @@ var myOpenValue = dialogInstance.open;</pre> -<p>{{Compat("api.HTMLDialogElement.open")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmldivelement/index.html b/files/ru/web/api/htmldivelement/index.html index 9d2900d050..e38845b0b7 100644 --- a/files/ru/web/api/htmldivelement/index.html +++ b/files/ru/web/api/htmldivelement/index.html @@ -32,7 +32,7 @@ translation_of: Web/API/HTMLDivElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLDivElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/click/index.html b/files/ru/web/api/htmlelement/click/index.html index b8766a363c..b243c04c12 100644 --- a/files/ru/web/api/htmlelement/click/index.html +++ b/files/ru/web/api/htmlelement/click/index.html @@ -36,4 +36,4 @@ translation_of: Web/API/HTMLElement/click <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLElement.click")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlelement/contenteditable/index.html b/files/ru/web/api/htmlelement/contenteditable/index.html index 7e1a7b01f9..525bef5a4f 100644 --- a/files/ru/web/api/htmlelement/contenteditable/index.html +++ b/files/ru/web/api/htmlelement/contenteditable/index.html @@ -29,7 +29,7 @@ element.contentEditable = "true" <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLElement.contentEditable")}}</p> +<p>{{Compat}}</p> <p>In Internet Explorer, <code>contenteditable</code> cannot be applied to the {{htmlelement("table")}}, {{htmlelement("col")}}, {{htmlelement("colgroup")}}, diff --git a/files/ru/web/api/htmlelement/hidden/index.html b/files/ru/web/api/htmlelement/hidden/index.html index dff1f5764b..2fa6d52491 100644 --- a/files/ru/web/api/htmlelement/hidden/index.html +++ b/files/ru/web/api/htmlelement/hidden/index.html @@ -130,7 +130,7 @@ h1 { <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.HTMLElement.hidden")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/index.html b/files/ru/web/api/htmlelement/index.html index 7e66c3b3ec..1d442b0cbb 100644 --- a/files/ru/web/api/htmlelement/index.html +++ b/files/ru/web/api/htmlelement/index.html @@ -160,7 +160,7 @@ translation_of: Web/API/HTMLElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlelement/innertext/index.html b/files/ru/web/api/htmlelement/innertext/index.html index b462913dc2..fd5b4bc328 100644 --- a/files/ru/web/api/htmlelement/innertext/index.html +++ b/files/ru/web/api/htmlelement/innertext/index.html @@ -24,7 +24,7 @@ original_slug: Web/API/Node/innerText <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Node.innerText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/offsetheight/index.html b/files/ru/web/api/htmlelement/offsetheight/index.html index 96862833fd..87107f87ef 100644 --- a/files/ru/web/api/htmlelement/offsetheight/index.html +++ b/files/ru/web/api/htmlelement/offsetheight/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/HTMLElement/offsetHeight <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLElement.offsetHeight")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">See Also</h2> diff --git a/files/ru/web/api/htmlelement/offsetleft/index.html b/files/ru/web/api/htmlelement/offsetleft/index.html index ec44a76d10..3e88b2e330 100644 --- a/files/ru/web/api/htmlelement/offsetleft/index.html +++ b/files/ru/web/api/htmlelement/offsetleft/index.html @@ -72,7 +72,7 @@ if (tOLeft > 5) { -<p>{{Compat("api.HTMLElement.offsetLeft")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlelement/offsettop/index.html b/files/ru/web/api/htmlelement/offsettop/index.html index f5b5170132..7feada4c62 100644 --- a/files/ru/web/api/htmlelement/offsettop/index.html +++ b/files/ru/web/api/htmlelement/offsettop/index.html @@ -53,4 +53,4 @@ if (topPos > 10) { -<p>{{Compat("api.HTMLElement.offsetTop")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlelement/offsetwidth/index.html b/files/ru/web/api/htmlelement/offsetwidth/index.html index 0e4f659f31..a31d965e44 100644 --- a/files/ru/web/api/htmlelement/offsetwidth/index.html +++ b/files/ru/web/api/htmlelement/offsetwidth/index.html @@ -52,7 +52,7 @@ translation_of: Web/API/HTMLElement/offsetWidth <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLElement.offsetWidth")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/outertext/index.html b/files/ru/web/api/htmlelement/outertext/index.html index 27e46a5f77..d8cea696e1 100644 --- a/files/ru/web/api/htmlelement/outertext/index.html +++ b/files/ru/web/api/htmlelement/outertext/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/HTMLElement/outerText -<p>{{Compat("api.HTMLElement.outerText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/pointerover_event/index.html b/files/ru/web/api/htmlelement/pointerover_event/index.html index 8a3485860a..5006937f8c 100644 --- a/files/ru/web/api/htmlelement/pointerover_event/index.html +++ b/files/ru/web/api/htmlelement/pointerover_event/index.html @@ -54,7 +54,7 @@ para.onpointerover = (event) => { -<p>{{Compat("api.HTMLElement.pointerover_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlelement/transitionend_event/index.html b/files/ru/web/api/htmlelement/transitionend_event/index.html index d2d8e2e3c5..73b3240866 100644 --- a/files/ru/web/api/htmlelement/transitionend_event/index.html +++ b/files/ru/web/api/htmlelement/transitionend_event/index.html @@ -92,7 +92,7 @@ element.addEventListener("transitionend", showMessage, false); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLElement.transitionend_event")}}</p> +<p>{{Compat}}</p> <h2 id="Также">Также</h2> diff --git a/files/ru/web/api/htmlformelement/elements/index.html b/files/ru/web/api/htmlformelement/elements/index.html index a1e9d8d068..3447d7060c 100644 --- a/files/ru/web/api/htmlformelement/elements/index.html +++ b/files/ru/web/api/htmlformelement/elements/index.html @@ -97,4 +97,4 @@ for (i = 0; i < inputs.length; i++) { -<p>{{Compat("api.HTMLFormElement.elements")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlformelement/index.html b/files/ru/web/api/htmlformelement/index.html index 318e59bfcf..d35b3e190c 100644 --- a/files/ru/web/api/htmlformelement/index.html +++ b/files/ru/web/api/htmlformelement/index.html @@ -218,7 +218,7 @@ function popupSend (oFormElement) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLFormElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlformelement/reportvalidity/index.html b/files/ru/web/api/htmlformelement/reportvalidity/index.html index 83d185529d..dbfba23cbf 100644 --- a/files/ru/web/api/htmlformelement/reportvalidity/index.html +++ b/files/ru/web/api/htmlformelement/reportvalidity/index.html @@ -28,4 +28,4 @@ document.forms["myform"].addEventListener('submit', function() { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLFormElement.reportValidity")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlformelement/submit/index.html b/files/ru/web/api/htmlformelement/submit/index.html index 00dfc0a6e9..c2791d4443 100644 --- a/files/ru/web/api/htmlformelement/submit/index.html +++ b/files/ru/web/api/htmlformelement/submit/index.html @@ -53,4 +53,4 @@ translation_of: Web/API/HTMLFormElement/submit -<p>{{Compat("api.HTMLFormElement.submit")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlheadelement/index.html b/files/ru/web/api/htmlheadelement/index.html index 493b01b6c3..a6682f9bec 100644 --- a/files/ru/web/api/htmlheadelement/index.html +++ b/files/ru/web/api/htmlheadelement/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/HTMLHeadElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLHeadElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlheadingelement/index.html b/files/ru/web/api/htmlheadingelement/index.html index e031fba028..78152d98d1 100644 --- a/files/ru/web/api/htmlheadingelement/index.html +++ b/files/ru/web/api/htmlheadingelement/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/HTMLHeadingElement -<p>{{Compat("api.HTMLHeadingElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlimageelement/decoding/index.html b/files/ru/web/api/htmlimageelement/decoding/index.html index 59d7a14e75..e4ba3014f5 100644 --- a/files/ru/web/api/htmlimageelement/decoding/index.html +++ b/files/ru/web/api/htmlimageelement/decoding/index.html @@ -38,7 +38,7 @@ img.src = 'img/logo.png'; {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLImageElement.decoding")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlimageelement/index.html b/files/ru/web/api/htmlimageelement/index.html index 34cf4d1a26..c98d4707e1 100644 --- a/files/ru/web/api/htmlimageelement/index.html +++ b/files/ru/web/api/htmlimageelement/index.html @@ -195,7 +195,7 @@ alert(document.images[0].src); <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.HTMLImageElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlimageelement/srcset/index.html b/files/ru/web/api/htmlimageelement/srcset/index.html index 53fdac19e5..63ced9b5c5 100644 --- a/files/ru/web/api/htmlimageelement/srcset/index.html +++ b/files/ru/web/api/htmlimageelement/srcset/index.html @@ -100,7 +100,7 @@ box.appendChild(newElem); -<p>{{Compat("api.HTMLImageElement.srcset")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlinputelement/index.html b/files/ru/web/api/htmlinputelement/index.html index f0b6634279..525bce7fe8 100644 --- a/files/ru/web/api/htmlinputelement/index.html +++ b/files/ru/web/api/htmlinputelement/index.html @@ -418,7 +418,7 @@ translation_of: Web/API/HTMLInputElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLInputElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlinputelement/setselectionrange/index.html b/files/ru/web/api/htmlinputelement/setselectionrange/index.html index 1b3d36707d..e75e616630 100644 --- a/files/ru/web/api/htmlinputelement/setselectionrange/index.html +++ b/files/ru/web/api/htmlinputelement/setselectionrange/index.html @@ -68,7 +68,7 @@ function SelectText () { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLInputElement.setSelectionRange")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmllinkelement/index.html b/files/ru/web/api/htmllinkelement/index.html index acdb8ea9b6..982154d079 100644 --- a/files/ru/web/api/htmllinkelement/index.html +++ b/files/ru/web/api/htmllinkelement/index.html @@ -69,7 +69,7 @@ translation_of: Web/API/HTMLLinkElement <div> -<p>{{Compat("api.HTMLLinkElement")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlmediaelement/abort_event/index.html b/files/ru/web/api/htmlmediaelement/abort_event/index.html index 82045136cf..c91f1653f1 100644 --- a/files/ru/web/api/htmlmediaelement/abort_event/index.html +++ b/files/ru/web/api/htmlmediaelement/abort_event/index.html @@ -49,7 +49,7 @@ video.appendChild(source);</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLMediaElement.abort_event")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlmediaelement/duration/index.html b/files/ru/web/api/htmlmediaelement/duration/index.html index a067f10301..173ff600b7 100644 --- a/files/ru/web/api/htmlmediaelement/duration/index.html +++ b/files/ru/web/api/htmlmediaelement/duration/index.html @@ -47,7 +47,7 @@ console.log(obj.duration); // NaN -<p>{{Compat("api.HTMLMediaElement.duration")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Смотрите также</h2> diff --git a/files/ru/web/api/htmlmediaelement/index.html b/files/ru/web/api/htmlmediaelement/index.html index 6c030c3263..270b4cd41e 100644 --- a/files/ru/web/api/htmlmediaelement/index.html +++ b/files/ru/web/api/htmlmediaelement/index.html @@ -271,7 +271,7 @@ translation_of: Web/API/HTMLMediaElement <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.HTMLMediaElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlscriptelement/index.html b/files/ru/web/api/htmlscriptelement/index.html index a7e77350f9..e309f7b524 100644 --- a/files/ru/web/api/htmlscriptelement/index.html +++ b/files/ru/web/api/htmlscriptelement/index.html @@ -144,7 +144,7 @@ affixScriptToHead("myScript2.js", function () { alert("The script \"myScript2.js -<p>{{Compat("api.HTMLScriptElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlselectelement/index.html b/files/ru/web/api/htmlselectelement/index.html index 0958acd5bc..58f2cc4f21 100644 --- a/files/ru/web/api/htmlselectelement/index.html +++ b/files/ru/web/api/htmlselectelement/index.html @@ -227,7 +227,7 @@ console.log(select.options[select.selectedIndex].value) // Second <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLSelectElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlselectelement/selectedindex/index.html b/files/ru/web/api/htmlselectelement/selectedindex/index.html index 577e7013e2..170ecb2505 100644 --- a/files/ru/web/api/htmlselectelement/selectedindex/index.html +++ b/files/ru/web/api/htmlselectelement/selectedindex/index.html @@ -51,4 +51,4 @@ selectElem.addEventListener('change', function() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLSelectElement.selectedIndex")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html b/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html index 356e8bb658..341cf5d088 100644 --- a/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html +++ b/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/HTMLSelectElement/setCustomValidity <h2 id="Поддержка_браузеров">Поддержка браузеров</h2> -<p>{{Compat("api.HTMLSelectElement.setCustomValidity")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmltablecellelement/index.html b/files/ru/web/api/htmltablecellelement/index.html index b3dd7bd327..b7aff1aa0f 100644 --- a/files/ru/web/api/htmltablecellelement/index.html +++ b/files/ru/web/api/htmltablecellelement/index.html @@ -82,7 +82,7 @@ translation_of: Web/API/HTMLTableCellElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLTableCellElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmltableelement/index.html b/files/ru/web/api/htmltableelement/index.html index c098d783db..26d50fa573 100644 --- a/files/ru/web/api/htmltableelement/index.html +++ b/files/ru/web/api/htmltableelement/index.html @@ -111,7 +111,7 @@ translation_of: Web/API/HTMLTableElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLTableElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmltableelement/insertrow/index.html b/files/ru/web/api/htmltableelement/insertrow/index.html index b186f3198e..2861c1cc1a 100644 --- a/files/ru/web/api/htmltableelement/insertrow/index.html +++ b/files/ru/web/api/htmltableelement/insertrow/index.html @@ -70,7 +70,7 @@ addRow('TableA'); <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.HTMLTableElement.insertRow")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmltimeelement/index.html b/files/ru/web/api/htmltimeelement/index.html index 8dffa7043a..4e1c689501 100644 --- a/files/ru/web/api/htmltimeelement/index.html +++ b/files/ru/web/api/htmltimeelement/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/HTMLTimeElement <div> -<p>{{Compat("api.HTMLTimeElement")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/htmltrackelement/index.html b/files/ru/web/api/htmltrackelement/index.html index 41dde3f970..2e5ceb4203 100644 --- a/files/ru/web/api/htmltrackelement/index.html +++ b/files/ru/web/api/htmltrackelement/index.html @@ -98,7 +98,7 @@ translation_of: Web/API/HTMLTrackElement <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLTrackElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlunknownelement/index.html b/files/ru/web/api/htmlunknownelement/index.html index 8d97b92921..32aa5ba881 100644 --- a/files/ru/web/api/htmlunknownelement/index.html +++ b/files/ru/web/api/htmlunknownelement/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/HTMLUnknownElement <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLUnknownElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/htmlvideoelement/index.html b/files/ru/web/api/htmlvideoelement/index.html index bc76d13990..26d448fe68 100644 --- a/files/ru/web/api/htmlvideoelement/index.html +++ b/files/ru/web/api/htmlvideoelement/index.html @@ -62,7 +62,7 @@ translation_of: Web/API/HTMLVideoElement <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.HTMLVideoElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/idbindex/index.html b/files/ru/web/api/idbindex/index.html index 2ca2f8c0ce..9897d559b9 100644 --- a/files/ru/web/api/idbindex/index.html +++ b/files/ru/web/api/idbindex/index.html @@ -124,7 +124,7 @@ translation_of: Web/API/IDBIndex -<p>{{Compat("api.IDBIndex")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/idbindex/locale/index.html b/files/ru/web/api/idbindex/locale/index.html index 943e5a1ffe..9f4f9a0b51 100644 --- a/files/ru/web/api/idbindex/locale/index.html +++ b/files/ru/web/api/idbindex/locale/index.html @@ -60,7 +60,7 @@ console.log(myIndex.locale);</pre> <div> -<p>{{Compat("api.IDBIndex.locale")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/imagebitmap/index.html b/files/ru/web/api/imagebitmap/index.html index 7215c6daec..33a27da150 100644 --- a/files/ru/web/api/imagebitmap/index.html +++ b/files/ru/web/api/imagebitmap/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/ImageBitmap -<p>{{Compat("api.ImageBitmap")}}</p> +<p>{{Compat}}</p> <h2 id="Полезные_ссылки">Полезные ссылки</h2> diff --git a/files/ru/web/api/imagedata/index.html b/files/ru/web/api/imagedata/index.html index a6adf064cf..6a2b114ec1 100644 --- a/files/ru/web/api/imagedata/index.html +++ b/files/ru/web/api/imagedata/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/ImageData <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.ImageData")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/inputevent/index.html b/files/ru/web/api/inputevent/index.html index 1bf9b77f4b..99376da3ba 100644 --- a/files/ru/web/api/inputevent/index.html +++ b/files/ru/web/api/inputevent/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/InputEvent -<p>{{Compat("api.InputEvent")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/intersectionobserver/index.html b/files/ru/web/api/intersectionobserver/index.html index 0609171bb1..bf467e60d1 100644 --- a/files/ru/web/api/intersectionobserver/index.html +++ b/files/ru/web/api/intersectionobserver/index.html @@ -81,7 +81,7 @@ intersectionObserver.observe(document.querySelector('.scrollerFooter'));</pre> </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.IntersectionObserver")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/keyboardevent/altkey/index.html b/files/ru/web/api/keyboardevent/altkey/index.html index 82bc3b7020..6a06a0e4dd 100644 --- a/files/ru/web/api/keyboardevent/altkey/index.html +++ b/files/ru/web/api/keyboardevent/altkey/index.html @@ -45,7 +45,7 @@ function showChar(e){ <h2 id="Browser_compatibility">Совместимость браузеров</h2> -<p>{{Compat("api.KeyboardEvent.altKey")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/keyboardevent/index.html b/files/ru/web/api/keyboardevent/index.html index 090f10d168..10acfd474b 100644 --- a/files/ru/web/api/keyboardevent/index.html +++ b/files/ru/web/api/keyboardevent/index.html @@ -218,7 +218,7 @@ document.addEventListener('keyup', (event) => { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.KeyboardEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/keyboardevent/key/index.html b/files/ru/web/api/keyboardevent/key/index.html index 932daf471a..aa03939ca3 100644 --- a/files/ru/web/api/keyboardevent/key/index.html +++ b/files/ru/web/api/keyboardevent/key/index.html @@ -226,4 +226,4 @@ btnClearConsole.addEventListener('click', (e) => { -<p>{{Compat("api.KeyboardEvent.key")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/keyframeeffect/keyframeeffect/index.html b/files/ru/web/api/keyframeeffect/keyframeeffect/index.html index 4878698401..7e8ac96be2 100644 --- a/files/ru/web/api/keyframeeffect/keyframeeffect/index.html +++ b/files/ru/web/api/keyframeeffect/keyframeeffect/index.html @@ -48,7 +48,7 @@ original_slug: Web/API/EffectTiming -<p>{{Compat("api.EffectTiming")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/location/assign/index.html b/files/ru/web/api/location/assign/index.html index 5e49b7093e..07e6862575 100644 --- a/files/ru/web/api/location/assign/index.html +++ b/files/ru/web/api/location/assign/index.html @@ -40,7 +40,7 @@ document.location.assign('https://developer.mozilla.org/ru/docs/Web/API/Location <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location.assign")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/location/index.html b/files/ru/web/api/location/index.html index 4a9bc70230..81e52aabe3 100644 --- a/files/ru/web/api/location/index.html +++ b/files/ru/web/api/location/index.html @@ -81,7 +81,7 @@ console.log(url.origin); // https://developer.mozilla.org <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/location/reload/index.html b/files/ru/web/api/location/reload/index.html index 271f81772b..38b10235d5 100644 --- a/files/ru/web/api/location/reload/index.html +++ b/files/ru/web/api/location/reload/index.html @@ -31,7 +31,7 @@ document.location.reload();</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location.reload")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/location/replace/index.html b/files/ru/web/api/location/replace/index.html index 398c9637a4..5530415f85 100644 --- a/files/ru/web/api/location/replace/index.html +++ b/files/ru/web/api/location/replace/index.html @@ -40,7 +40,7 @@ document.location.replace('https://developer.mozilla.org/en-US/docs/Web/API/Loca <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div id="compat-mobile">{{Compat("api.Location.replace")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediadevices/enumeratedevices/index.html b/files/ru/web/api/mediadevices/enumeratedevices/index.html index d79626dbbb..0b36391988 100644 --- a/files/ru/web/api/mediadevices/enumeratedevices/index.html +++ b/files/ru/web/api/mediadevices/enumeratedevices/index.html @@ -74,7 +74,7 @@ audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0= <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaDevices.enumerateDevices")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediadevices/getusermedia/index.html b/files/ru/web/api/mediadevices/getusermedia/index.html index c6f8390675..b921688354 100644 --- a/files/ru/web/api/mediadevices/getusermedia/index.html +++ b/files/ru/web/api/mediadevices/getusermedia/index.html @@ -314,7 +314,7 @@ var constraints = { video: { facingMode: (front? "user" : "environment") } }; {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaDevices.getUserMedia")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediadevices/index.html b/files/ru/web/api/mediadevices/index.html index b7d64472ac..29a05bfd4d 100644 --- a/files/ru/web/api/mediadevices/index.html +++ b/files/ru/web/api/mediadevices/index.html @@ -98,7 +98,7 @@ function errorMsg(msg, error) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaDevices")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediaelementaudiosourcenode/index.html b/files/ru/web/api/mediaelementaudiosourcenode/index.html index 9867ae317c..ca5e7c6697 100644 --- a/files/ru/web/api/mediaelementaudiosourcenode/index.html +++ b/files/ru/web/api/mediaelementaudiosourcenode/index.html @@ -46,7 +46,7 @@ translation_of: Web/API/MediaElementAudioSourceNode <h2 id="Поддержка_в_браузерах">Поддержка в браузерах</h2> -<p>{{Compat("api.MediaElementAudioSourceNode")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediaerror/code/index.html b/files/ru/web/api/mediaerror/code/index.html index a5cd9fe6f8..476b169615 100644 --- a/files/ru/web/api/mediaerror/code/index.html +++ b/files/ru/web/api/mediaerror/code/index.html @@ -81,7 +81,7 @@ obj.src="https://example.com/blahblah.mp4"; -<p>{{Compat("api.MediaError.code")}}</p> +<p>{{Compat}}</p> <h2 id="See_Also">Изучите также</h2> diff --git a/files/ru/web/api/mediaerror/index.html b/files/ru/web/api/mediaerror/index.html index 7a4eaaf052..3079fcc6df 100644 --- a/files/ru/web/api/mediaerror/index.html +++ b/files/ru/web/api/mediaerror/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/MediaError -<p>{{Compat("api.MediaError")}}</p> +<p>{{Compat}}</p> <h2 id="Изучите_также">Изучите также</h2> diff --git a/files/ru/web/api/mediarecorder/index.html b/files/ru/web/api/mediarecorder/index.html index 8251de3e3d..eef5598a31 100644 --- a/files/ru/web/api/mediarecorder/index.html +++ b/files/ru/web/api/mediarecorder/index.html @@ -160,7 +160,7 @@ if (navigator.getUserMedia) { -<p>{{Compat("api.MediaRecorder")}}</p> +<p>{{Compat}}</p> <h2 id="Ещё_по_теме">Ещё по теме</h2> diff --git a/files/ru/web/api/mediarecorder/mediarecorder/index.html b/files/ru/web/api/mediarecorder/mediarecorder/index.html index 2d1d3010e8..22888096f5 100644 --- a/files/ru/web/api/mediarecorder/mediarecorder/index.html +++ b/files/ru/web/api/mediarecorder/mediarecorder/index.html @@ -70,7 +70,7 @@ if (navigator.mediaDevices.getUserMedia) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaRecorder.MediaRecorder")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediarecorder/ondataavailable/index.html b/files/ru/web/api/mediarecorder/ondataavailable/index.html index 4afc79ac0d..a111bdaacd 100644 --- a/files/ru/web/api/mediarecorder/ondataavailable/index.html +++ b/files/ru/web/api/mediarecorder/ondataavailable/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/MediaRecorder/ondataavailable -<p>{{Compat("api.MediaRecorder.ondataavailable")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediarecorder/requestdata/index.html b/files/ru/web/api/mediarecorder/requestdata/index.html index 058f4fcc24..fae251682a 100644 --- a/files/ru/web/api/mediarecorder/requestdata/index.html +++ b/files/ru/web/api/mediarecorder/requestdata/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/MediaRecorder/requestData <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.MediaRecorder.requestData")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/mediarecorder/start/index.html b/files/ru/web/api/mediarecorder/start/index.html index c86d17137e..dba02e3ae7 100644 --- a/files/ru/web/api/mediarecorder/start/index.html +++ b/files/ru/web/api/mediarecorder/start/index.html @@ -68,7 +68,7 @@ translation_of: Web/API/MediaRecorder/start <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaRecorder.start")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediarecorder/state/index.html b/files/ru/web/api/mediarecorder/state/index.html index 42e9042937..e57b07e5a2 100644 --- a/files/ru/web/api/mediarecorder/state/index.html +++ b/files/ru/web/api/mediarecorder/state/index.html @@ -59,7 +59,7 @@ translation_of: Web/API/MediaRecorder/state -<p>{{Compat("api.MediaRecorder.state")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediasource/index.html b/files/ru/web/api/mediasource/index.html index a246377eab..3e5d8497e6 100644 --- a/files/ru/web/api/mediasource/index.html +++ b/files/ru/web/api/mediasource/index.html @@ -124,7 +124,7 @@ function fetchAB (url, cb) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.MediaSource")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/mediastream/active/index.html b/files/ru/web/api/mediastream/active/index.html index 36ba647af2..83ece64f8b 100644 --- a/files/ru/web/api/mediastream/active/index.html +++ b/files/ru/web/api/mediastream/active/index.html @@ -37,4 +37,4 @@ promise.then(function(stream) { -<p>{{Compat("api.MediaStream.active")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/mediastream/index.html b/files/ru/web/api/mediastream/index.html index e0cdbbcbc5..50c0129bde 100644 --- a/files/ru/web/api/mediastream/index.html +++ b/files/ru/web/api/mediastream/index.html @@ -105,7 +105,7 @@ translation_of: Web/API/MediaStream <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.MediaStream")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediastreamtrack/index.html b/files/ru/web/api/mediastreamtrack/index.html index f180e4f9bb..6c11cbf92c 100644 --- a/files/ru/web/api/mediastreamtrack/index.html +++ b/files/ru/web/api/mediastreamtrack/index.html @@ -99,7 +99,7 @@ translation_of: Web/API/MediaStreamTrack <div> -<p>{{Compat("api.MediaStreamTrack")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediatrackconstraints/echocancellation/index.html b/files/ru/web/api/mediatrackconstraints/echocancellation/index.html index 33ea4c5fb1..3c71298b03 100644 --- a/files/ru/web/api/mediatrackconstraints/echocancellation/index.html +++ b/files/ru/web/api/mediatrackconstraints/echocancellation/index.html @@ -46,7 +46,7 @@ original_slug: Web/API/MediaTrackConstraints/Эхоподавление <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MediaTrackConstraints.echoCancellation")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mediatrackconstraints/index.html b/files/ru/web/api/mediatrackconstraints/index.html index 1265eca23f..c298325014 100644 --- a/files/ru/web/api/mediatrackconstraints/index.html +++ b/files/ru/web/api/mediatrackconstraints/index.html @@ -176,7 +176,7 @@ translation_of: Web/API/MediaTrackConstraints <div> -<p>{{Compat("api.MediaTrackConstraints")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/mouseevent/button/index.html b/files/ru/web/api/mouseevent/button/index.html index 92dcf05573..873c3ead41 100644 --- a/files/ru/web/api/mouseevent/button/index.html +++ b/files/ru/web/api/mouseevent/button/index.html @@ -73,7 +73,7 @@ var whichButton = function (e) { <h2 id="Поддерживается_браузерами">Поддерживается браузерами</h2> -<p>{{Compat("api.MouseEvent.button")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mouseevent/buttons/index.html b/files/ru/web/api/mouseevent/buttons/index.html index d09d48507b..f67c8b1cd2 100644 --- a/files/ru/web/api/mouseevent/buttons/index.html +++ b/files/ru/web/api/mouseevent/buttons/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/MouseEvent/buttons <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.buttons")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mouseevent/clientx/index.html b/files/ru/web/api/mouseevent/clientx/index.html index f80eb70865..811f4b3da4 100644 --- a/files/ru/web/api/mouseevent/clientx/index.html +++ b/files/ru/web/api/mouseevent/clientx/index.html @@ -53,7 +53,7 @@ function showCoords(evt){ <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.clientX")}}</p> +<p>{{Compat}}</p> <h2 id="See_also"><strong>Смотрите также</strong></h2> diff --git a/files/ru/web/api/mouseevent/clienty/index.html b/files/ru/web/api/mouseevent/clienty/index.html index 0ea2f3ea43..fa348a7eb2 100644 --- a/files/ru/web/api/mouseevent/clienty/index.html +++ b/files/ru/web/api/mouseevent/clienty/index.html @@ -45,7 +45,7 @@ function showCoords(evt){ <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.clientY")}}</p> +<p>{{Compat}}</p> <h2 id="See_also"><strong>Смотрите также</strong></h2> diff --git a/files/ru/web/api/mouseevent/ctrlkey/index.html b/files/ru/web/api/mouseevent/ctrlkey/index.html index d25c7af786..00ee6212ad 100644 --- a/files/ru/web/api/mouseevent/ctrlkey/index.html +++ b/files/ru/web/api/mouseevent/ctrlkey/index.html @@ -44,7 +44,7 @@ document.addEventListener('click', function(e) { -<p>{{Compat("api.MouseEvent.ctrlKey")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/mouseevent/index.html b/files/ru/web/api/mouseevent/index.html index e222265ea1..ccce17750f 100644 --- a/files/ru/web/api/mouseevent/index.html +++ b/files/ru/web/api/mouseevent/index.html @@ -140,7 +140,7 @@ document.getElementById("button").addEventListener('click', simulateClick);</pre <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Посмотрите_также">Посмотрите также</h2> diff --git a/files/ru/web/api/mouseevent/offsetx/index.html b/files/ru/web/api/mouseevent/offsetx/index.html index 5915789752..33d7141932 100644 --- a/files/ru/web/api/mouseevent/offsetx/index.html +++ b/files/ru/web/api/mouseevent/offsetx/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/MouseEvent/offsetX <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.offsetX")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/mouseevent/pagex/index.html b/files/ru/web/api/mouseevent/pagex/index.html index 1405d60608..616f15873a 100644 --- a/files/ru/web/api/mouseevent/pagex/index.html +++ b/files/ru/web/api/mouseevent/pagex/index.html @@ -23,7 +23,7 @@ pageX === event.clientX + (window.pageYOffset || document.body.scrollTop); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.pageX")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также"><strong>Смотрите также</strong></h2> diff --git a/files/ru/web/api/mouseevent/screenx/index.html b/files/ru/web/api/mouseevent/screenx/index.html index 0027a46dec..f7b684db38 100644 --- a/files/ru/web/api/mouseevent/screenx/index.html +++ b/files/ru/web/api/mouseevent/screenx/index.html @@ -56,7 +56,7 @@ function logKey(e) { {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.screenX")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/mouseevent/shiftkey/index.html b/files/ru/web/api/mouseevent/shiftkey/index.html index 1c0ff3ee48..9f525dabb0 100644 --- a/files/ru/web/api/mouseevent/shiftkey/index.html +++ b/files/ru/web/api/mouseevent/shiftkey/index.html @@ -49,7 +49,7 @@ function showChar(e){ <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.MouseEvent.shiftKey")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/mutationobserver/index.html b/files/ru/web/api/mutationobserver/index.html index d89679a100..43fb9b75fe 100644 --- a/files/ru/web/api/mutationobserver/index.html +++ b/files/ru/web/api/mutationobserver/index.html @@ -142,7 +142,7 @@ observer.disconnect();</code> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.MutationObserver")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/namednodemap/getnameditem/index.html b/files/ru/web/api/namednodemap/getnameditem/index.html index 26cc894bf8..d71b2b4d26 100644 --- a/files/ru/web/api/namednodemap/getnameditem/index.html +++ b/files/ru/web/api/namednodemap/getnameditem/index.html @@ -21,4 +21,4 @@ translation_of: Web/API/NamedNodeMap/getNamedItem -<p>{{Compat("api.NamedNodeMap.getNamedItem")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/namednodemap/index.html b/files/ru/web/api/namednodemap/index.html index 53dedf4fe9..38742122d0 100644 --- a/files/ru/web/api/namednodemap/index.html +++ b/files/ru/web/api/namednodemap/index.html @@ -76,7 +76,7 @@ translation_of: Web/API/NamedNodeMap </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.NamedNodeMap")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/navigator/battery/index.html b/files/ru/web/api/navigator/battery/index.html index 997d5b86e1..dd2a6b9d50 100644 --- a/files/ru/web/api/navigator/battery/index.html +++ b/files/ru/web/api/navigator/battery/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Navigator/battery <h2 id="Доступность_в_браузере">Доступность в браузере</h2> -<p>{{Compat("api.Navigator.battery")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/connection/index.html b/files/ru/web/api/navigator/connection/index.html index 836c81247b..900a24aff0 100644 --- a/files/ru/web/api/navigator/connection/index.html +++ b/files/ru/web/api/navigator/connection/index.html @@ -20,7 +20,7 @@ original_slug: Web/API/NetworkInformation/connection <h2 id="Доступность_в_браузере">Доступность в браузере</h2> -<p>{{Compat("api.Navigator.connection")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/cookieenabled/index.html b/files/ru/web/api/navigator/cookieenabled/index.html index 45f2ca2b01..a4e2d11dc2 100644 --- a/files/ru/web/api/navigator/cookieenabled/index.html +++ b/files/ru/web/api/navigator/cookieenabled/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/Navigator/cookieEnabled <h2 id="Совместимость_в_браузере">Совместимость в браузере</h2> -<p>{{Compat("api.Navigator.cookieEnabled")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/navigator/donottrack/index.html b/files/ru/web/api/navigator/donottrack/index.html index 933653ccd4..bb9ea607e0 100644 --- a/files/ru/web/api/navigator/donottrack/index.html +++ b/files/ru/web/api/navigator/donottrack/index.html @@ -32,4 +32,4 @@ translation_of: Web/API/Navigator/doNotTrack <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Navigator.doNotTrack")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/navigator/geolocation/index.html b/files/ru/web/api/navigator/geolocation/index.html index ad4736bdb5..819b70237c 100644 --- a/files/ru/web/api/navigator/geolocation/index.html +++ b/files/ru/web/api/navigator/geolocation/index.html @@ -22,7 +22,7 @@ translation_of: Web/API/Navigator/geolocation <h2 id="Доступность_в_браузере">Доступность в браузере</h2> -<p>{{Compat("api.Navigator.geolocation")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/getgamepads/index.html b/files/ru/web/api/navigator/getgamepads/index.html index 6e92483ca9..38354c9bed 100644 --- a/files/ru/web/api/navigator/getgamepads/index.html +++ b/files/ru/web/api/navigator/getgamepads/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Navigator/getGamepads <h2 id="Browser_compatibility">Совместимость браузеров</h2> -<p>{{Compat("api.Navigator.getGamepads")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/navigator/getusermedia/index.html b/files/ru/web/api/navigator/getusermedia/index.html index 664d4832e0..a38266e107 100644 --- a/files/ru/web/api/navigator/getusermedia/index.html +++ b/files/ru/web/api/navigator/getusermedia/index.html @@ -95,7 +95,7 @@ if (navigator.getUserMedia) { -<p>{{Compat("api.Navigator.getUserMedia")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/navigator/getvrdisplays/index.html b/files/ru/web/api/navigator/getvrdisplays/index.html index b7c81f5436..d77250f305 100644 --- a/files/ru/web/api/navigator/getvrdisplays/index.html +++ b/files/ru/web/api/navigator/getvrdisplays/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/Navigator/getVRDisplays -<p>{{Compat("api.Navigator.getVRDisplays")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/mediadevices/index.html b/files/ru/web/api/navigator/mediadevices/index.html index 7cf343c970..08954d1ddc 100644 --- a/files/ru/web/api/navigator/mediadevices/index.html +++ b/files/ru/web/api/navigator/mediadevices/index.html @@ -22,7 +22,7 @@ translation_of: Web/API/Navigator/mediaDevices <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Navigator.mediaDevices")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/navigator/registerprotocolhandler/index.html b/files/ru/web/api/navigator/registerprotocolhandler/index.html index 153bfca7fe..634ea28648 100644 --- a/files/ru/web/api/navigator/registerprotocolhandler/index.html +++ b/files/ru/web/api/navigator/registerprotocolhandler/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/Navigator/registerProtocolHandler <h2 id="See_also">Совместимость с браузерами</h2> -<p>{{Compat("api.Navigator.registerProtocolHandler")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/sendbeacon/index.html b/files/ru/web/api/navigator/sendbeacon/index.html index 5159394b1f..00d0fe8411 100644 --- a/files/ru/web/api/navigator/sendbeacon/index.html +++ b/files/ru/web/api/navigator/sendbeacon/index.html @@ -78,7 +78,7 @@ function logData() { {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Navigator.sendBeacon")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/navigator/serviceworker/index.html b/files/ru/web/api/navigator/serviceworker/index.html index 3cba8cf8e5..cb38a1f3a9 100644 --- a/files/ru/web/api/navigator/serviceworker/index.html +++ b/files/ru/web/api/navigator/serviceworker/index.html @@ -22,7 +22,7 @@ translation_of: Web/API/Navigator/serviceWorker <h2 id="Совместимость_с_браузерами" style="line-height: 30px; font-size: 2.14285714285714rem;">Совместимость с браузерами</h2> -<p>{{Compat("api.Navigator.serviceWorker")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/navigator/vibrate/index.html b/files/ru/web/api/navigator/vibrate/index.html index b333329761..79caa8c730 100644 --- a/files/ru/web/api/navigator/vibrate/index.html +++ b/files/ru/web/api/navigator/vibrate/index.html @@ -33,7 +33,7 @@ window.navigator.vibrate([100,30,100,30,100,200,200,30,200,30,200,200,100,30,100 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Navigator.vibrate")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/networkinformation/index.html b/files/ru/web/api/networkinformation/index.html index 217c109848..b9e069e472 100644 --- a/files/ru/web/api/networkinformation/index.html +++ b/files/ru/web/api/networkinformation/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/NetworkInformation <h2 id="Доступность_в_браузерах">Доступность в браузерах</h2> -<p>{{Compat("api.NetworkInformation")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/node/clonenode/index.html b/files/ru/web/api/node/clonenode/index.html index 2d7e8fb58e..56cabf1f0d 100644 --- a/files/ru/web/api/node/clonenode/index.html +++ b/files/ru/web/api/node/clonenode/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Node/cloneNode <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.cloneNode")}}</p> +<p>{{Compat}}</p> <h2 id="Спецификации">Спецификации</h2> diff --git a/files/ru/web/api/node/contains/index.html b/files/ru/web/api/node/contains/index.html index af5156e31a..b9bcf40574 100644 --- a/files/ru/web/api/node/contains/index.html +++ b/files/ru/web/api/node/contains/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Node/contains -<p>{{Compat("api.Node.contains")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/node/index.html b/files/ru/web/api/node/index.html index df19dd72cf..002d41c5db 100644 --- a/files/ru/web/api/node/index.html +++ b/files/ru/web/api/node/index.html @@ -226,4 +226,4 @@ document.body.removeAll();</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/node/insertbefore/index.html b/files/ru/web/api/node/insertbefore/index.html index 357d320d6c..3931f4fa7b 100644 --- a/files/ru/web/api/node/insertbefore/index.html +++ b/files/ru/web/api/node/insertbefore/index.html @@ -77,7 +77,7 @@ parentElement.insertBefore(newElement, theFirstChild); <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.insertBefore")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/isconnected/index.html b/files/ru/web/api/node/isconnected/index.html index db34feea77..53162190a1 100644 --- a/files/ru/web/api/node/isconnected/index.html +++ b/files/ru/web/api/node/isconnected/index.html @@ -70,5 +70,5 @@ console.log(style.isConnected); // returns true</pre> <div> -<p>{{Compat("api.Node.isConnected")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/node/issamenode/index.html b/files/ru/web/api/node/issamenode/index.html index fb4e920c33..996ebd81b8 100644 --- a/files/ru/web/api/node/issamenode/index.html +++ b/files/ru/web/api/node/issamenode/index.html @@ -33,7 +33,7 @@ node1 == node2</pre> <h2 id="Совместимость_в_браузерах">Совместимость в браузерах</h2> -<p>{{Compat("api.Node.isSameNode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/node/issupported/index.html b/files/ru/web/api/node/issupported/index.html index a9dc1b7ca5..5d282299b0 100644 --- a/files/ru/web/api/node/issupported/index.html +++ b/files/ru/web/api/node/issupported/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Node/isSupported <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.isSupported")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/node/ownerdocument/index.html b/files/ru/web/api/node/ownerdocument/index.html index 696351a427..7764949897 100644 --- a/files/ru/web/api/node/ownerdocument/index.html +++ b/files/ru/web/api/node/ownerdocument/index.html @@ -33,7 +33,7 @@ var html = d.documentElement; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.ownerDocument")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/parentelement/index.html b/files/ru/web/api/node/parentelement/index.html index 0b5eb58843..a70df353a9 100644 --- a/files/ru/web/api/node/parentelement/index.html +++ b/files/ru/web/api/node/parentelement/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Node/parentElement <p>В некоторых браузерах, свойство <code>parentElement</code> определено только для узлов, которые сами {{domxref("Element")}}. В частности, не определено для текстовых узлов.</p> -<p>{{Compat("api.Node.parentElement")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/parentnode/index.html b/files/ru/web/api/node/parentnode/index.html index ddbd29b604..cf0b701fc3 100644 --- a/files/ru/web/api/node/parentnode/index.html +++ b/files/ru/web/api/node/parentnode/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Node/parentNode <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Node.parentNode")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/textcontent/index.html b/files/ru/web/api/node/textcontent/index.html index 4d3d70f33f..122d93e075 100644 --- a/files/ru/web/api/node/textcontent/index.html +++ b/files/ru/web/api/node/textcontent/index.html @@ -62,7 +62,7 @@ document.getElementById("block").textContent = "Это — просто текс <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Node.textContent")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/notification/index.html b/files/ru/web/api/notification/index.html index 19a6dbd637..d2e74b5e81 100644 --- a/files/ru/web/api/notification/index.html +++ b/files/ru/web/api/notification/index.html @@ -196,7 +196,7 @@ translation_of: Web/API/Notification <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Notification")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/pannernode/index.html b/files/ru/web/api/pannernode/index.html index f1bb52e664..c60521d6a0 100644 --- a/files/ru/web/api/pannernode/index.html +++ b/files/ru/web/api/pannernode/index.html @@ -145,7 +145,7 @@ translation_of: Web/API/PannerNode <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.PannerNode")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/paymentrequest/index.html b/files/ru/web/api/paymentrequest/index.html index 8f3f1eca7f..819ea78c6c 100644 --- a/files/ru/web/api/paymentrequest/index.html +++ b/files/ru/web/api/paymentrequest/index.html @@ -92,7 +92,7 @@ translation_of: Web/API/PaymentRequest <div> -<p>{{Compat("api.PaymentRequest")}}</p> +<p>{{Compat}}</p> </div> <div id="gtx-anchor" style="position: absolute; left: 40px; top: 2184px; width: 409.484px; height: 17px;"></div> diff --git a/files/ru/web/api/performance/index.html b/files/ru/web/api/performance/index.html index 30e6343681..1af3008104 100644 --- a/files/ru/web/api/performance/index.html +++ b/files/ru/web/api/performance/index.html @@ -77,7 +77,7 @@ translation_of: Web/API/Performance <div> -<p>{{Compat("api.Performance")}}</p> +<p>{{Compat}}</p> </div> </div> diff --git a/files/ru/web/api/performance/now/index.html b/files/ru/web/api/performance/now/index.html index 597368e82f..de3a670ab9 100644 --- a/files/ru/web/api/performance/now/index.html +++ b/files/ru/web/api/performance/now/index.html @@ -43,7 +43,7 @@ console.log("Call to doSomething took " + (t1 - t0) + " milliseconds.") <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Performance.now")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/presentation/index.html b/files/ru/web/api/presentation/index.html index 99acfb719c..a0c4147d48 100644 --- a/files/ru/web/api/presentation/index.html +++ b/files/ru/web/api/presentation/index.html @@ -50,4 +50,4 @@ translation_of: Web/API/Presentation <h2 id="Browser_Compatibility">Browser Compatibility</h2> -<p>{{Compat("api.Presentation")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/pushmanager/index.html b/files/ru/web/api/pushmanager/index.html index f1f4901042..8e16ed97d0 100644 --- a/files/ru/web/api/pushmanager/index.html +++ b/files/ru/web/api/pushmanager/index.html @@ -91,7 +91,7 @@ navigator.serviceWorker.register('serviceworker.js').then( <div> -<p>{{Compat("api.PushManager")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/pushmanager/subscribe/index.html b/files/ru/web/api/pushmanager/subscribe/index.html index e87a6a305f..298cc0d6ca 100644 --- a/files/ru/web/api/pushmanager/subscribe/index.html +++ b/files/ru/web/api/pushmanager/subscribe/index.html @@ -65,7 +65,7 @@ navigator.serviceWorker.register('serviceworker.js').then( <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.PushManager.subscribe")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/range/collapsed/index.html b/files/ru/web/api/range/collapsed/index.html index 3f1707614b..90a898e251 100644 --- a/files/ru/web/api/range/collapsed/index.html +++ b/files/ru/web/api/range/collapsed/index.html @@ -49,7 +49,7 @@ isCollapsed = range.collapsed; <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Range.collapsed")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/range/getboundingclientrect/index.html b/files/ru/web/api/range/getboundingclientrect/index.html index 6b7b100969..cdfaf28037 100644 --- a/files/ru/web/api/range/getboundingclientrect/index.html +++ b/files/ru/web/api/range/getboundingclientrect/index.html @@ -29,7 +29,7 @@ rect = range.getBoundingClientRect(); </tbody> </table> <h2 id="Поддержка_браузеров">Поддержка браузеров</h2> -<p>{{Compat("api.Range.getBoundingClientRect")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> <ul> diff --git a/files/ru/web/api/range/index.html b/files/ru/web/api/range/index.html index 0397b2396c..b9b635d5fd 100644 --- a/files/ru/web/api/range/index.html +++ b/files/ru/web/api/range/index.html @@ -135,7 +135,7 @@ translation_of: Web/API/Range <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Range")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/range/surroundcontents/index.html b/files/ru/web/api/range/surroundcontents/index.html index 0dad3bb74c..cc1639a21a 100644 --- a/files/ru/web/api/range/surroundcontents/index.html +++ b/files/ru/web/api/range/surroundcontents/index.html @@ -56,7 +56,7 @@ range.surroundContents(newNode); <h2 id="Совместимость">Совместимость</h2> -<p>{{Compat("api.Range.surroundContents")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/request/index.html b/files/ru/web/api/request/index.html index ddf3cef81b..41a351a7bc 100644 --- a/files/ru/web/api/request/index.html +++ b/files/ru/web/api/request/index.html @@ -164,7 +164,7 @@ const bodyUsed = request.bodyUsed; -<p>{{Compat("api.Request")}}</p> +<p>{{Compat}}</p> <h2 id="Читай_также">Читай также</h2> diff --git a/files/ru/web/api/request/mode/index.html b/files/ru/web/api/request/mode/index.html index c1f367a4ce..687519a702 100644 --- a/files/ru/web/api/request/mode/index.html +++ b/files/ru/web/api/request/mode/index.html @@ -54,7 +54,7 @@ var myMode = myRequest.mode; // вернёт "cors" по умолчанию</pre -<p>{{Compat("api.Request.mode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/response/index.html b/files/ru/web/api/response/index.html index 969c6d288f..008dd36243 100644 --- a/files/ru/web/api/response/index.html +++ b/files/ru/web/api/response/index.html @@ -148,7 +148,7 @@ doAjax().then(console.log).catch(console.log); -<p>{{Compat("api.Response")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/response/response/index.html b/files/ru/web/api/response/response/index.html index 4f5c98692b..ddae84b4a2 100644 --- a/files/ru/web/api/response/response/index.html +++ b/files/ru/web/api/response/response/index.html @@ -57,7 +57,7 @@ var myResponse = new Response(myBlob,init);</pre> -<p>{{Compat("api.Response.Response")}}</p> +<p>{{Compat}}</p> <h2 id="Читай_также">Читай также</h2> diff --git a/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html b/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html index ec6d3f43cd..8919de483b 100644 --- a/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html +++ b/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html @@ -65,7 +65,7 @@ pc.addEventListener('icecandidate', e => { -<p>{{Compat("api.RTCPeerConnection.canTrickleIceCandidates")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html index 84a6b0ca74..d425cf57a2 100644 --- a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html +++ b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html @@ -35,7 +35,7 @@ var connectionState = pc.connectionState;</pre> -<p>{{Compat("api.RTCPeerConnection.connectionState")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html b/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html index 054c4b49c5..46b579d864 100644 --- a/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html +++ b/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html @@ -46,7 +46,7 @@ else { -<p>{{Compat("api.RTCPeerConnection.currentLocalDescription")}}</p> +<p>{{Compat}}</p> <div class="note"> <p>The addition of <code>currentLocalDescription</code> and {{domxref("RTCPeerConnection.pendingLocalDescription", "pendingLocalDescription")}} to the WebRTC spec is relatively recent. In browsers which don't support them, just use {{domxref("RTCPeerConnection.localDescription", "localDescription")}}.</p> diff --git a/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html b/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html index b03d5ecfbf..3cc3546cb4 100644 --- a/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html +++ b/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html @@ -46,7 +46,7 @@ else { -<p>{{Compat("api.RTCPeerConnection.currentRemoteDescription")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/rtcpeerconnection/icecandidate_event/index.html b/files/ru/web/api/rtcpeerconnection/icecandidate_event/index.html index 781f299272..7caff88571 100644 --- a/files/ru/web/api/rtcpeerconnection/icecandidate_event/index.html +++ b/files/ru/web/api/rtcpeerconnection/icecandidate_event/index.html @@ -131,7 +131,7 @@ translation_of: Web/API/RTCPeerConnection/icecandidate_event -<p>{{Compat("api.RTCPeerConnection.icecandidate_event")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/rtcpeerconnection/index.html b/files/ru/web/api/rtcpeerconnection/index.html index a226b822bd..ba800995f3 100644 --- a/files/ru/web/api/rtcpeerconnection/index.html +++ b/files/ru/web/api/rtcpeerconnection/index.html @@ -345,7 +345,7 @@ translation_of: Web/API/RTCPeerConnection -<p>{{Compat("api.RTCPeerConnection")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html b/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html index 36609588b4..22da1f878e 100644 --- a/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html +++ b/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/RTCPeerConnection/RTCPeerConnection -<p>{{Compat("api.RTCPeerConnection.RTCPeerConnection")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/selection/getrangeat/index.html b/files/ru/web/api/selection/getrangeat/index.html index 88a51ee488..8063e78f25 100644 --- a/files/ru/web/api/selection/getrangeat/index.html +++ b/files/ru/web/api/selection/getrangeat/index.html @@ -47,7 +47,7 @@ for(var i = 0; i < sel.rangeCount; i++) { <h2 id="Browser_compatibility">Совместимость</h2> -<p>{{Compat("api.Selection.getRangeAt")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/selection/index.html b/files/ru/web/api/selection/index.html index 1c825b2925..fa1f85660b 100644 --- a/files/ru/web/api/selection/index.html +++ b/files/ru/web/api/selection/index.html @@ -136,7 +136,7 @@ var range = selObj.getRangeAt(0);</pre> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.Selection")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/selection/tostring/index.html b/files/ru/web/api/selection/tostring/index.html index d8f6bb1619..77c2069499 100644 --- a/files/ru/web/api/selection/tostring/index.html +++ b/files/ru/web/api/selection/tostring/index.html @@ -57,7 +57,7 @@ alert(window.getSelection().toString()) // What is actually being effectively c -<p>{{Compat("api.Selection.toString")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/serviceworker/index.html b/files/ru/web/api/serviceworker/index.html index 06cb74c21c..0793f47caa 100644 --- a/files/ru/web/api/serviceworker/index.html +++ b/files/ru/web/api/serviceworker/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/ServiceWorker <div> -<p>{{Compat("api.ServiceWorker")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_Также">Смотрите Также</h2> diff --git a/files/ru/web/api/serviceworker/onstatechange/index.html b/files/ru/web/api/serviceworker/onstatechange/index.html index 845835a669..d7b171e887 100644 --- a/files/ru/web/api/serviceworker/onstatechange/index.html +++ b/files/ru/web/api/serviceworker/onstatechange/index.html @@ -56,5 +56,5 @@ if (serviceWorker) { <div> -<p>{{Compat("api.ServiceWorker.onstatechange")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/serviceworker/scripturl/index.html b/files/ru/web/api/serviceworker/scripturl/index.html index c7163ea4b4..75b2e06547 100644 --- a/files/ru/web/api/serviceworker/scripturl/index.html +++ b/files/ru/web/api/serviceworker/scripturl/index.html @@ -29,5 +29,5 @@ translation_of: Web/API/ServiceWorker/scriptURL <div> -<p>{{Compat("api.ServiceWorker.scriptURL")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/serviceworker/state/index.html b/files/ru/web/api/serviceworker/state/index.html index 851911b247..35d298dabe 100644 --- a/files/ru/web/api/serviceworker/state/index.html +++ b/files/ru/web/api/serviceworker/state/index.html @@ -48,5 +48,5 @@ if (serviceWorker) { <div> -<p>{{Compat("api.ServiceWorker.state")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/serviceworkercontainer/controller/index.html b/files/ru/web/api/serviceworkercontainer/controller/index.html index b5cf6af9c6..8af62200b3 100644 --- a/files/ru/web/api/serviceworkercontainer/controller/index.html +++ b/files/ru/web/api/serviceworkercontainer/controller/index.html @@ -38,5 +38,5 @@ translation_of: Web/API/ServiceWorkerContainer/controller <div> -<p>{{Compat("api.ServiceWorkerContainer.controller")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/serviceworkercontainer/index.html b/files/ru/web/api/serviceworkercontainer/index.html index 6d21fec9dc..2e20f56e03 100644 --- a/files/ru/web/api/serviceworkercontainer/index.html +++ b/files/ru/web/api/serviceworkercontainer/index.html @@ -100,7 +100,7 @@ translation_of: Web/API/ServiceWorkerContainer <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.ServiceWorkerContainer")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/serviceworkercontainer/register/index.html b/files/ru/web/api/serviceworkercontainer/register/index.html index 7bea2cd567..f98eea7c35 100644 --- a/files/ru/web/api/serviceworkercontainer/register/index.html +++ b/files/ru/web/api/serviceworkercontainer/register/index.html @@ -72,4 +72,4 @@ translation_of: Web/API/ServiceWorkerContainer/register <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.ServiceWorkerContainer.register")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/serviceworkerregistration/index.html b/files/ru/web/api/serviceworkerregistration/index.html index 2890d0bfa1..98dbdbaf05 100644 --- a/files/ru/web/api/serviceworkerregistration/index.html +++ b/files/ru/web/api/serviceworkerregistration/index.html @@ -104,7 +104,7 @@ translation_of: Web/API/ServiceWorkerRegistration -<p>{{Compat("api.ServiceWorkerRegistration")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/serviceworkerregistration/pushmanager/index.html b/files/ru/web/api/serviceworkerregistration/pushmanager/index.html index b1ef0ebeae..8a13a60fc0 100644 --- a/files/ru/web/api/serviceworkerregistration/pushmanager/index.html +++ b/files/ru/web/api/serviceworkerregistration/pushmanager/index.html @@ -50,7 +50,7 @@ navigator.serviceWorker.register('serviceworker.js').then( -<p>{{Compat("api.ServiceWorkerRegistration.pushManager")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/serviceworkerregistration/shownotification/index.html b/files/ru/web/api/serviceworkerregistration/shownotification/index.html index e02e7e09dd..8206c699de 100644 --- a/files/ru/web/api/serviceworkerregistration/shownotification/index.html +++ b/files/ru/web/api/serviceworkerregistration/shownotification/index.html @@ -93,6 +93,6 @@ function showNotification() { -<p>{{Compat("api.ServiceWorkerRegistration.showNotification")}}</p> +<p>{{Compat}}</p> <p>{{Compat("api.ServiceWorkerRegistration.showNotification")}}</p> diff --git a/files/ru/web/api/serviceworkerregistration/update/index.html b/files/ru/web/api/serviceworkerregistration/update/index.html index 5c74c99096..84306f9364 100644 --- a/files/ru/web/api/serviceworkerregistration/update/index.html +++ b/files/ru/web/api/serviceworkerregistration/update/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/ServiceWorkerRegistration/update {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.ServiceWorkerRegistration.update")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/setinterval/index.html b/files/ru/web/api/setinterval/index.html index 7267237b16..7bf3d4f278 100644 --- a/files/ru/web/api/setinterval/index.html +++ b/files/ru/web/api/setinterval/index.html @@ -591,7 +591,7 @@ MiniDaemon.prototype.start = function (bReverse) { <div> -<p>{{Compat("api.WindowOrWorkerGlobalScope.setInterval")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/settimeout/index.html b/files/ru/web/api/settimeout/index.html index 6e38955b9f..8100bb9be2 100644 --- a/files/ru/web/api/settimeout/index.html +++ b/files/ru/web/api/settimeout/index.html @@ -244,7 +244,7 @@ window.setTimeout("alert(\"Hello World!\");", 500); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.setTimeout")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/sharedworker/index.html b/files/ru/web/api/sharedworker/index.html index 232b72f1b7..1156e289f0 100644 --- a/files/ru/web/api/sharedworker/index.html +++ b/files/ru/web/api/sharedworker/index.html @@ -145,7 +145,7 @@ index1.html <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.SharedWorker")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/speechgrammar/index.html b/files/ru/web/api/speechgrammar/index.html index 3c4b8000f0..fbda9fd6a3 100644 --- a/files/ru/web/api/speechgrammar/index.html +++ b/files/ru/web/api/speechgrammar/index.html @@ -52,7 +52,7 @@ console.log(speechRecognitionList[0].weight); // должно вернуть 1 - <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.SpeechGrammar")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/speechsynthesisutterance/index.html b/files/ru/web/api/speechsynthesisutterance/index.html index 750e34d8f5..eadf2ef891 100644 --- a/files/ru/web/api/speechsynthesisutterance/index.html +++ b/files/ru/web/api/speechsynthesisutterance/index.html @@ -110,7 +110,7 @@ inputForm.onsubmit = function(event) { <div> -<p>{{Compat("api.SpeechSynthesisUtterance")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/storage/clear/index.html b/files/ru/web/api/storage/clear/index.html index 527cadfe08..5bf4e5d934 100644 --- a/files/ru/web/api/storage/clear/index.html +++ b/files/ru/web/api/storage/clear/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/Storage/clear <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Storage.clear")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/getitem/index.html b/files/ru/web/api/storage/getitem/index.html index 74d38a07c9..6e0627f3b5 100644 --- a/files/ru/web/api/storage/getitem/index.html +++ b/files/ru/web/api/storage/getitem/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Storage/getItem <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Storage.getItem")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/index.html b/files/ru/web/api/storage/index.html index a328426988..e31deb99f8 100644 --- a/files/ru/web/api/storage/index.html +++ b/files/ru/web/api/storage/index.html @@ -84,7 +84,7 @@ function setStyles() { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Storage")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/key/index.html b/files/ru/web/api/storage/key/index.html index 9e7883cf76..d9df91e329 100644 --- a/files/ru/web/api/storage/key/index.html +++ b/files/ru/web/api/storage/key/index.html @@ -61,7 +61,7 @@ translation_of: Web/API/Storage/key <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Storage.key")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/length/index.html b/files/ru/web/api/storage/length/index.html index d2b43bebb6..f7df31325e 100644 --- a/files/ru/web/api/storage/length/index.html +++ b/files/ru/web/api/storage/length/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/Storage/length <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Storage.length")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/removeitem/index.html b/files/ru/web/api/storage/removeitem/index.html index 9984a1316a..02d81c02aa 100644 --- a/files/ru/web/api/storage/removeitem/index.html +++ b/files/ru/web/api/storage/removeitem/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/Storage/removeItem -<p>{{Compat("api.Storage.removeItem")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storage/setitem/index.html b/files/ru/web/api/storage/setitem/index.html index e9ffbf69d5..380b539191 100644 --- a/files/ru/web/api/storage/setitem/index.html +++ b/files/ru/web/api/storage/setitem/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/Storage/setItem <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Storage.setItem")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storagemanager/estimate/index.html b/files/ru/web/api/storagemanager/estimate/index.html index 81b067dc77..9893b9cabb 100644 --- a/files/ru/web/api/storagemanager/estimate/index.html +++ b/files/ru/web/api/storagemanager/estimate/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/StorageManager/estimate <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("api.StorageManager.estimate")}}</div> +<div>{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/storagemanager/index.html b/files/ru/web/api/storagemanager/index.html index 6a85fe52a8..c088cd3e8d 100644 --- a/files/ru/web/api/storagemanager/index.html +++ b/files/ru/web/api/storagemanager/index.html @@ -37,4 +37,4 @@ translation_of: Web/API/StorageManager -<p>{{Compat("api.StorageManager")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/streams_api/index.html b/files/ru/web/api/streams_api/index.html index 7bdd756645..de0b1bce49 100644 --- a/files/ru/web/api/streams_api/index.html +++ b/files/ru/web/api/streams_api/index.html @@ -124,7 +124,7 @@ translation_of: Web/API/Streams_API <h3 id="Поток_записи_данных">Поток записи данных</h3> -<p>{{Compat("api.WritableStream")}}</p> +<p>{{Compat("api.ReadableStream")}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/stylesheet/disabled/index.html b/files/ru/web/api/stylesheet/disabled/index.html index cefd4860cd..2a64146b41 100644 --- a/files/ru/web/api/stylesheet/disabled/index.html +++ b/files/ru/web/api/stylesheet/disabled/index.html @@ -33,4 +33,4 @@ if (stylesheet.disabled) { -<p>{{Compat("api.StyleSheet.disabled")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/stylesheet/index.html b/files/ru/web/api/stylesheet/index.html index c777b500fc..70848679b9 100644 --- a/files/ru/web/api/stylesheet/index.html +++ b/files/ru/web/api/stylesheet/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/StyleSheet <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.StyleSheet")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/subtlecrypto/index.html b/files/ru/web/api/subtlecrypto/index.html index 65366d5562..bdbafa9423 100644 --- a/files/ru/web/api/subtlecrypto/index.html +++ b/files/ru/web/api/subtlecrypto/index.html @@ -63,7 +63,7 @@ translation_of: Web/API/SubtleCrypto <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.SubtleCrypto")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/svgaelement/index.html b/files/ru/web/api/svgaelement/index.html index bed837b4c2..83a35d02d0 100644 --- a/files/ru/web/api/svgaelement/index.html +++ b/files/ru/web/api/svgaelement/index.html @@ -83,7 +83,7 @@ linkRef.onclick = function(){ <h2 id="Browser_compatibility">Совместимость с браузером</h2> -<p>{{Compat("api.SVGAElement")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/svgaelement/target/index.html b/files/ru/web/api/svgaelement/target/index.html index 59d12cdfb8..612501d871 100644 --- a/files/ru/web/api/svgaelement/target/index.html +++ b/files/ru/web/api/svgaelement/target/index.html @@ -47,7 +47,7 @@ linkRef.target ='_blank'; </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.SVGAElement.target")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/svggraphicselement/index.html b/files/ru/web/api/svggraphicselement/index.html index 73e1ec73fd..b13c91906f 100644 --- a/files/ru/web/api/svggraphicselement/index.html +++ b/files/ru/web/api/svggraphicselement/index.html @@ -46,4 +46,4 @@ translation_of: Web/API/SVGGraphicsElement -<p>{{Compat("api.SVGGraphicsElement")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/svgtextcontentelement/index.html b/files/ru/web/api/svgtextcontentelement/index.html index 4236770e43..8bca2cfda9 100644 --- a/files/ru/web/api/svgtextcontentelement/index.html +++ b/files/ru/web/api/svgtextcontentelement/index.html @@ -104,4 +104,4 @@ translation_of: Web/API/SVGTextContentElement </table> <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<p>{{Compat("api.SVGTextContentElement")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/svgtextelement/index.html b/files/ru/web/api/svgtextelement/index.html index dba540546c..94c1f6a7ba 100644 --- a/files/ru/web/api/svgtextelement/index.html +++ b/files/ru/web/api/svgtextelement/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/SVGTextElement <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> <div> -<p>{{Compat("api.SVGTextElement")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/text/index.html b/files/ru/web/api/text/index.html index 97a373924c..6299634b15 100644 --- a/files/ru/web/api/text/index.html +++ b/files/ru/web/api/text/index.html @@ -71,7 +71,7 @@ translation_of: Web/API/Text -<p>{{Compat("api.Text")}}</p> +<p>{{Compat}}</p> <h2 id="Смотри(те)_также">Смотри(те) также</h2> diff --git a/files/ru/web/api/touch/index.html b/files/ru/web/api/touch/index.html index 963914c07a..215e91d0f5 100644 --- a/files/ru/web/api/touch/index.html +++ b/files/ru/web/api/touch/index.html @@ -76,7 +76,7 @@ translation_of: Web/API/Touch <div> -<p>{{Compat("api.Touch")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/touchevent/altkey/index.html b/files/ru/web/api/touchevent/altkey/index.html index a6c5843270..f6f5a190c0 100644 --- a/files/ru/web/api/touchevent/altkey/index.html +++ b/files/ru/web/api/touchevent/altkey/index.html @@ -47,4 +47,4 @@ translation_of: Web/API/TouchEvent/altKey -<p>{{Compat("api.TouchEvent.altKey")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/touchevent/changedtouches/index.html b/files/ru/web/api/touchevent/changedtouches/index.html index 8daa58016c..7ebb42025b 100644 --- a/files/ru/web/api/touchevent/changedtouches/index.html +++ b/files/ru/web/api/touchevent/changedtouches/index.html @@ -51,4 +51,4 @@ translation_of: Web/API/TouchEvent/changedTouches <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.TouchEvent.changedTouches")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/touchevent/index.html b/files/ru/web/api/touchevent/index.html index f443e928bb..f9b6ec778c 100644 --- a/files/ru/web/api/touchevent/index.html +++ b/files/ru/web/api/touchevent/index.html @@ -116,7 +116,7 @@ translation_of: Web/API/TouchEvent <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.TouchEvent")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/touchevent/touches/index.html b/files/ru/web/api/touchevent/touches/index.html index 8d76645501..5799846924 100644 --- a/files/ru/web/api/touchevent/touches/index.html +++ b/files/ru/web/api/touchevent/touches/index.html @@ -47,4 +47,4 @@ translation_of: Web/API/TouchEvent/touches -<p>{{Compat("api.TouchEvent.touches")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/touchlist/index.html b/files/ru/web/api/touchlist/index.html index 8b731da08e..ed4eaeaf07 100644 --- a/files/ru/web/api/touchlist/index.html +++ b/files/ru/web/api/touchlist/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/TouchList -<p>{{Compat("api.TouchList")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/uievent/which/index.html b/files/ru/web/api/uievent/which/index.html index 1e4daf978c..f90fb2c532 100644 --- a/files/ru/web/api/uievent/which/index.html +++ b/files/ru/web/api/uievent/which/index.html @@ -74,7 +74,7 @@ alert("onkeydown handler: \n" -<p>{{Compat("api.KeyboardEvent.which")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/url/createobjecturl/index.html b/files/ru/web/api/url/createobjecturl/index.html index 40ebec62db..25cfd5e9d7 100644 --- a/files/ru/web/api/url/createobjecturl/index.html +++ b/files/ru/web/api/url/createobjecturl/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/URL/createObjectURL <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.URL.createObjectURL")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/urlsearchparams/delete/index.html b/files/ru/web/api/urlsearchparams/delete/index.html index c9e662228e..34b9296f5d 100644 --- a/files/ru/web/api/urlsearchparams/delete/index.html +++ b/files/ru/web/api/urlsearchparams/delete/index.html @@ -41,5 +41,5 @@ params.delete('foo'); //Строка запроса теперь: 'bar=2'</pre> <div> -<p>{{Compat("api.URLSearchParams.delete")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/urlsearchparams/index.html b/files/ru/web/api/urlsearchparams/index.html index e7826e364a..ff4b1efeb3 100644 --- a/files/ru/web/api/urlsearchparams/index.html +++ b/files/ru/web/api/urlsearchparams/index.html @@ -81,7 +81,7 @@ searchParams.toString(); // "q=URLUtils.searchParams" <h2 id="Совместимость_с_браузером">Совместимость с браузером</h2> -<div id="compat-mobile">{{Compat("api.URLSearchParams")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/usb/getdevices/index.html b/files/ru/web/api/usb/getdevices/index.html index abf031fb83..37c86ac85b 100644 --- a/files/ru/web/api/usb/getdevices/index.html +++ b/files/ru/web/api/usb/getdevices/index.html @@ -47,4 +47,4 @@ translation_of: Web/API/USB/getDevices -<p>{{Compat("api.USB.getDevices")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/usb/index.html b/files/ru/web/api/usb/index.html index c8b687b747..5bc0faadec 100644 --- a/files/ru/web/api/usb/index.html +++ b/files/ru/web/api/usb/index.html @@ -44,4 +44,4 @@ translation_of: Web/API/USB -<p>{{Compat("api.USB")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/usb/onconnect/index.html b/files/ru/web/api/usb/onconnect/index.html index abe16f16c4..8b60c4b889 100644 --- a/files/ru/web/api/usb/onconnect/index.html +++ b/files/ru/web/api/usb/onconnect/index.html @@ -27,4 +27,4 @@ translation_of: Web/API/USB/onconnect -<p>{{Compat("api.USB.onconnect")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/usb/ondisconnect/index.html b/files/ru/web/api/usb/ondisconnect/index.html index ce89669aba..d9e18286f0 100644 --- a/files/ru/web/api/usb/ondisconnect/index.html +++ b/files/ru/web/api/usb/ondisconnect/index.html @@ -27,4 +27,4 @@ translation_of: Web/API/USB/ondisconnect -<p>{{Compat("api.USB.ondisconnect")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/usb/requestdevice/index.html b/files/ru/web/api/usb/requestdevice/index.html index fc8257f9f8..21f05ae52d 100644 --- a/files/ru/web/api/usb/requestdevice/index.html +++ b/files/ru/web/api/usb/requestdevice/index.html @@ -66,4 +66,4 @@ navigator.usb.requestDevice({filters: filters}) -<p>{{Compat("api.USB.requestDevice")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/vrdisplay/index.html b/files/ru/web/api/vrdisplay/index.html index 9bec0eb481..0808d1a1e3 100644 --- a/files/ru/web/api/vrdisplay/index.html +++ b/files/ru/web/api/vrdisplay/index.html @@ -119,7 +119,7 @@ translation_of: Web/API/VRDisplay <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRDisplay")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrdisplay/requestanimationframe/index.html b/files/ru/web/api/vrdisplay/requestanimationframe/index.html index 880d61f899..e2e454f7c0 100644 --- a/files/ru/web/api/vrdisplay/requestanimationframe/index.html +++ b/files/ru/web/api/vrdisplay/requestanimationframe/index.html @@ -112,7 +112,7 @@ function drawVRScene() { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRDisplay.requestAnimationFrame")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrdisplay/requestpresent/index.html b/files/ru/web/api/vrdisplay/requestpresent/index.html index 46af415823..1c896553ea 100644 --- a/files/ru/web/api/vrdisplay/requestpresent/index.html +++ b/files/ru/web/api/vrdisplay/requestpresent/index.html @@ -102,7 +102,7 @@ translation_of: Web/API/VRDisplay/requestPresent <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRDisplay.requestPresent")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrdisplaycapabilities/hasposition/index.html b/files/ru/web/api/vrdisplaycapabilities/hasposition/index.html index d259ca2ee2..ae6d7761ec 100644 --- a/files/ru/web/api/vrdisplaycapabilities/hasposition/index.html +++ b/files/ru/web/api/vrdisplaycapabilities/hasposition/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/VRDisplayCapabilities/hasPosition <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRDisplayCapabilities.hasPosition")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrdisplaycapabilities/index.html b/files/ru/web/api/vrdisplaycapabilities/index.html index 992546b740..1293ab3c77 100644 --- a/files/ru/web/api/vrdisplaycapabilities/index.html +++ b/files/ru/web/api/vrdisplaycapabilities/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/VRDisplayCapabilities <h2 id="Режим_совместимости_браузера">Режим совместимости браузера</h2> -<p>{{Compat("api.VRDisplayCapabilities")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно">Дополнительно</h2> diff --git a/files/ru/web/api/vrdisplayevent/display/index.html b/files/ru/web/api/vrdisplayevent/display/index.html index 14764df601..b97fc68ce7 100644 --- a/files/ru/web/api/vrdisplayevent/display/index.html +++ b/files/ru/web/api/vrdisplayevent/display/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/VRDisplayEvent/display <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.VRDisplayEvent.display")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно">Дополнительно</h2> diff --git a/files/ru/web/api/vrdisplayevent/index.html b/files/ru/web/api/vrdisplayevent/index.html index 9847e7e521..27304f85eb 100644 --- a/files/ru/web/api/vrdisplayevent/index.html +++ b/files/ru/web/api/vrdisplayevent/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/VRDisplayEvent <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRDisplayEvent")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrframedata/index.html b/files/ru/web/api/vrframedata/index.html index de6b8a1edf..9ca52369d6 100644 --- a/files/ru/web/api/vrframedata/index.html +++ b/files/ru/web/api/vrframedata/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/VRFrameData <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.VRFrameData")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно">Дополнительно</h2> diff --git a/files/ru/web/api/vrpose/index.html b/files/ru/web/api/vrpose/index.html index 8e09aaf928..de93cd165f 100644 --- a/files/ru/web/api/vrpose/index.html +++ b/files/ru/web/api/vrpose/index.html @@ -67,7 +67,7 @@ translation_of: Web/API/VRPose <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRPose")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrpose/position/index.html b/files/ru/web/api/vrpose/position/index.html index 764e400aff..505e33cac2 100644 --- a/files/ru/web/api/vrpose/position/index.html +++ b/files/ru/web/api/vrpose/position/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/VRPose/position <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.VRPose.position")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно">Дополнительно</h2> diff --git a/files/ru/web/api/vrstageparameters/index.html b/files/ru/web/api/vrstageparameters/index.html index 1b44ab613c..1eb4b73334 100644 --- a/files/ru/web/api/vrstageparameters/index.html +++ b/files/ru/web/api/vrstageparameters/index.html @@ -70,7 +70,7 @@ navigator.getVRDisplays().then(function(displays) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRStageParameters")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrstageparameters/sittingtostandingtransform/index.html b/files/ru/web/api/vrstageparameters/sittingtostandingtransform/index.html index cf3c5cd146..a0c37ea382 100644 --- a/files/ru/web/api/vrstageparameters/sittingtostandingtransform/index.html +++ b/files/ru/web/api/vrstageparameters/sittingtostandingtransform/index.html @@ -29,7 +29,7 @@ translation_of: Web/API/VRStageParameters/sittingToStandingTransform <h2 id="Режим_совместимости_браузера">Режим совместимости браузера</h2> -<p>{{Compat("api.VRStageParameters.sittingToStandingTransform")}}</p> +<p>{{Compat}}</p> <h2 id="Дополнительно">Дополнительно</h2> diff --git a/files/ru/web/api/vrstageparameters/sizex/index.html b/files/ru/web/api/vrstageparameters/sizex/index.html index adf67b2acf..22c187d7d7 100644 --- a/files/ru/web/api/vrstageparameters/sizex/index.html +++ b/files/ru/web/api/vrstageparameters/sizex/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/VRStageParameters/sizeX <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRStageParameters.sizeX")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/vrstageparameters/sizey/index.html b/files/ru/web/api/vrstageparameters/sizey/index.html index 43e908e20e..05f933c142 100644 --- a/files/ru/web/api/vrstageparameters/sizey/index.html +++ b/files/ru/web/api/vrstageparameters/sizey/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/VRStageParameters/sizeY <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.VRStageParameters.sizeY")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html b/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html index 823aebdec4..76562c3532 100644 --- a/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html +++ b/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html @@ -49,7 +49,7 @@ gl.compressedTexImage2D(gl.TEXTURE_2D, 0, ext.COMPRESSED_RGB_PVRTC_4BPPV1_IMG, 5 {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.WEBGL_compressed_texture_pvrtc")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglprogram/index.html b/files/ru/web/api/webglprogram/index.html index 7ad0d375ba..9e76b43f35 100644 --- a/files/ru/web/api/webglprogram/index.html +++ b/files/ru/web/api/webglprogram/index.html @@ -53,7 +53,7 @@ gl.drawArrays(gl.TRIANGLES, 0, 3); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api/WebGLProgram", "WebGLProgram")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/activetexture/index.html b/files/ru/web/api/webglrenderingcontext/activetexture/index.html index 06836b64aa..cefcf0e323 100644 --- a/files/ru/web/api/webglrenderingcontext/activetexture/index.html +++ b/files/ru/web/api/webglrenderingcontext/activetexture/index.html @@ -52,7 +52,7 @@ gl.getParameter(gl.ACTIVE_TEXTURE); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.activeTexture")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html b/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html index 09c38c1a85..7e5ecfa60d 100644 --- a/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html +++ b/files/ru/web/api/webglrenderingcontext/bindbuffer/index.html @@ -106,7 +106,7 @@ gl.getParameter(gl.ELEMENT_ARRAY_BUFFER_BINDING); </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WebGLRenderingContext.bindBuffer")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html index 9dd9cdce7b..6451c0bfa1 100644 --- a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html +++ b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html @@ -64,7 +64,7 @@ gl.bindTexture(gl.TEXTURE_2D, texture); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.bindTexture")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/canvas/index.html b/files/ru/web/api/webglrenderingcontext/canvas/index.html index 786d9db6ca..a05ed9a68a 100644 --- a/files/ru/web/api/webglrenderingcontext/canvas/index.html +++ b/files/ru/web/api/webglrenderingcontext/canvas/index.html @@ -57,7 +57,7 @@ gl.canvas; // OffscreenCanvas</pre> </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WebGLRenderingContext.canvas")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webglrenderingcontext/clear/index.html b/files/ru/web/api/webglrenderingcontext/clear/index.html index 42f0053b23..c1ed341a9a 100644 --- a/files/ru/web/api/webglrenderingcontext/clear/index.html +++ b/files/ru/web/api/webglrenderingcontext/clear/index.html @@ -57,7 +57,7 @@ gl.getParameter(gl.STENCIL_CLEAR_VALUE); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.clear")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/clearcolor/index.html b/files/ru/web/api/webglrenderingcontext/clearcolor/index.html index d16d5ecc05..73287d5da3 100644 --- a/files/ru/web/api/webglrenderingcontext/clearcolor/index.html +++ b/files/ru/web/api/webglrenderingcontext/clearcolor/index.html @@ -65,7 +65,7 @@ translation_of: Web/API/WebGLRenderingContext/clearColor </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WebGLRenderingContext.clearColor")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webglrenderingcontext/compileshader/index.html b/files/ru/web/api/webglrenderingcontext/compileshader/index.html index dca8e34eea..f62712a7cb 100644 --- a/files/ru/web/api/webglrenderingcontext/compileshader/index.html +++ b/files/ru/web/api/webglrenderingcontext/compileshader/index.html @@ -32,7 +32,7 @@ gl.compileShader(shader); <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.compileShader")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/enable/index.html b/files/ru/web/api/webglrenderingcontext/enable/index.html index 3ee19af56b..5d15a62bc8 100644 --- a/files/ru/web/api/webglrenderingcontext/enable/index.html +++ b/files/ru/web/api/webglrenderingcontext/enable/index.html @@ -126,7 +126,7 @@ translation_of: Web/API/WebGLRenderingContext/enable </table> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WebGLRenderingContext.enable")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html b/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html index 3d496038d5..a4e4a85010 100644 --- a/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html +++ b/files/ru/web/api/webglrenderingcontext/getshaderinfolog/index.html @@ -47,7 +47,7 @@ if (message.length > 0) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.getShaderInfoLog")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/index.html b/files/ru/web/api/webglrenderingcontext/index.html index fab75dd82e..52859932f8 100644 --- a/files/ru/web/api/webglrenderingcontext/index.html +++ b/files/ru/web/api/webglrenderingcontext/index.html @@ -338,7 +338,7 @@ var gl = canvas.getContext('webgl'); <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WebGLRenderingContext")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/webglrenderingcontext/shadersource/index.html b/files/ru/web/api/webglrenderingcontext/shadersource/index.html index d1ab03b9ad..43181e8b23 100644 --- a/files/ru/web/api/webglrenderingcontext/shadersource/index.html +++ b/files/ru/web/api/webglrenderingcontext/shadersource/index.html @@ -38,7 +38,7 @@ var source = gl.getShaderSource(shader);</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.shaderSource")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/webglrenderingcontext/uniform/index.html b/files/ru/web/api/webglrenderingcontext/uniform/index.html index 1436e057d2..7467e5755d 100644 --- a/files/ru/web/api/webglrenderingcontext/uniform/index.html +++ b/files/ru/web/api/webglrenderingcontext/uniform/index.html @@ -70,7 +70,7 @@ gl.uniform1iv(samplerCubeUniformLoc, [v]); // для samplerCube или масс <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WebGLRenderingContext.uniform1f")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/websocket/index.html b/files/ru/web/api/websocket/index.html index 2e4f217a0b..c51d213152 100644 --- a/files/ru/web/api/websocket/index.html +++ b/files/ru/web/api/websocket/index.html @@ -270,7 +270,7 @@ socket.addEventListener('message', function (event) { <div> -<p>{{Compat("api.WebSocket")}}</p> +<p>{{Compat}}</p> </div> <h2 id="See_also">Смотрите также</h2> 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> diff --git a/files/ru/web/api/windowclient/index.html b/files/ru/web/api/windowclient/index.html index e5d5134b85..80ea2ffb28 100644 --- a/files/ru/web/api/windowclient/index.html +++ b/files/ru/web/api/windowclient/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/WindowClient <div> -<p>{{Compat("api.WindowClient")}}</p> +<p>{{Compat}}</p> </div> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/windoweventhandlers/index.html b/files/ru/web/api/windoweventhandlers/index.html index bfcb7bc448..42e8556533 100644 --- a/files/ru/web/api/windoweventhandlers/index.html +++ b/files/ru/web/api/windoweventhandlers/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/WindowEventHandlers <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WindowEventHandlers")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/windoweventhandlers/onafterprint/index.html b/files/ru/web/api/windoweventhandlers/onafterprint/index.html index d43467ee51..fb74c55d3c 100644 --- a/files/ru/web/api/windoweventhandlers/onafterprint/index.html +++ b/files/ru/web/api/windoweventhandlers/onafterprint/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/WindowEventHandlers/onafterprint -<p>{{Compat("api.WindowEventHandlers.onafterprint")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html b/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html index 53bb02af49..6a1d18e3cc 100644 --- a/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html +++ b/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html @@ -76,7 +76,7 @@ translation_of: Web/API/WindowEventHandlers/onbeforeunload <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowEventHandlers.onbeforeunload")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/api/windoweventhandlers/onhashchange/index.html b/files/ru/web/api/windoweventhandlers/onhashchange/index.html index cc4913d047..109059c2e7 100644 --- a/files/ru/web/api/windoweventhandlers/onhashchange/index.html +++ b/files/ru/web/api/windoweventhandlers/onhashchange/index.html @@ -101,4 +101,4 @@ window.onhashchange = locationHashChanged; <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.WindowEventHandlers.onhashchange")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/windoweventhandlers/onpopstate/index.html b/files/ru/web/api/windoweventhandlers/onpopstate/index.html index efcf2ad0d7..9f18700a57 100644 --- a/files/ru/web/api/windoweventhandlers/onpopstate/index.html +++ b/files/ru/web/api/windoweventhandlers/onpopstate/index.html @@ -48,7 +48,7 @@ history.go(2); // alerts "location: http://example.com/example.html?page=3, sta <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WindowEventHandlers.onpopstate")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/windoweventhandlers/onunload/index.html b/files/ru/web/api/windoweventhandlers/onunload/index.html index 310d4ad221..a7e4acae0b 100644 --- a/files/ru/web/api/windoweventhandlers/onunload/index.html +++ b/files/ru/web/api/windoweventhandlers/onunload/index.html @@ -32,4 +32,4 @@ translation_of: Web/API/WindowEventHandlers/onunload <h3 id="Поддержка_браузерами">Поддержка браузерами</h3> -<p>{{Compat("api.WindowEventHandlers.onunload")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/worker/index.html b/files/ru/web/api/worker/index.html index 516fd45996..e7ade31705 100644 --- a/files/ru/web/api/worker/index.html +++ b/files/ru/web/api/worker/index.html @@ -83,7 +83,7 @@ first.onchange = function() { <p>Поддержка варьируется для разных видов воркеров. Для уточнения смотрите статьи по каждому типу воркеров.</p> -<p>{{Compat("api.Worker")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/worker/onmessage/index.html b/files/ru/web/api/worker/onmessage/index.html index 53d75e046e..cf41d05ee3 100644 --- a/files/ru/web/api/worker/onmessage/index.html +++ b/files/ru/web/api/worker/onmessage/index.html @@ -51,7 +51,7 @@ myWorker.onmessage = function(e) { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Worker.onmessage")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/worker/postmessage/index.html b/files/ru/web/api/worker/postmessage/index.html index af783203b4..8cca173464 100644 --- a/files/ru/web/api/worker/postmessage/index.html +++ b/files/ru/web/api/worker/postmessage/index.html @@ -136,7 +136,7 @@ arrBuf.byteLength, ПОСЛЕ передачи: 0 boo {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Worker.postMessage")}}</p> +<p>{{Compat}}</p> <p>[1] Internet Explorer не поддерживает {{domxref("Transferable")}} объекты.</p> diff --git a/files/ru/web/api/worker/terminate/index.html b/files/ru/web/api/worker/terminate/index.html index ad55aa24f4..8dd220c1a6 100644 --- a/files/ru/web/api/worker/terminate/index.html +++ b/files/ru/web/api/worker/terminate/index.html @@ -41,7 +41,7 @@ myWorker.terminate(); {{Specifications}} <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Worker.terminate")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/worker/worker/index.html b/files/ru/web/api/worker/worker/index.html index d540c6dbab..ff25ecf87e 100644 --- a/files/ru/web/api/worker/worker/index.html +++ b/files/ru/web/api/worker/worker/index.html @@ -69,7 +69,7 @@ first.onchange = function() { -<p>{{Compat("api.Worker.Worker")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/workerglobalscope/importscripts/index.html b/files/ru/web/api/workerglobalscope/importscripts/index.html index ef2736acac..c4fd96ed4d 100644 --- a/files/ru/web/api/workerglobalscope/importscripts/index.html +++ b/files/ru/web/api/workerglobalscope/importscripts/index.html @@ -53,7 +53,7 @@ self.importScripts('foo.js', 'bar.js', ...);</pre> -<p>{{Compat("api.WorkerGlobalScope.importScripts")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_Также">Смотрите Также</h2> diff --git a/files/ru/web/api/workerglobalscope/index.html b/files/ru/web/api/workerglobalscope/index.html index 1564556403..f3b5dc12d9 100644 --- a/files/ru/web/api/workerglobalscope/index.html +++ b/files/ru/web/api/workerglobalscope/index.html @@ -162,7 +162,7 @@ console.log(navigator);</pre> -<p>{{Compat("api.WorkerGlobalScope")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/xmlhttprequest/abort/index.html b/files/ru/web/api/xmlhttprequest/abort/index.html index 759084e978..2b13c80f15 100644 --- a/files/ru/web/api/xmlhttprequest/abort/index.html +++ b/files/ru/web/api/xmlhttprequest/abort/index.html @@ -48,7 +48,7 @@ xhr.abort(); -<p>{{Compat("api.XMLHttpRequest.abort")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html index 0223630685..205cfc45c2 100644 --- a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html +++ b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html @@ -45,7 +45,7 @@ client.onreadystatechange = function() { <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.XMLHttpRequest.getResponseHeader")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/index.html b/files/ru/web/api/xmlhttprequest/index.html index 92e5bcd288..9b0e2b9415 100644 --- a/files/ru/web/api/xmlhttprequest/index.html +++ b/files/ru/web/api/xmlhttprequest/index.html @@ -579,7 +579,7 @@ if (!XMLHttpRequest.prototype.sendAsBinary) { <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.XMLHttpRequest")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html index 5eb3482af4..caf3f2eb37 100644 --- a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html +++ b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html @@ -51,4 +51,4 @@ xhr.send();</pre> <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.XMLHttpRequest.onreadystatechange")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/open/index.html b/files/ru/web/api/xmlhttprequest/open/index.html index f86511d0ad..c972ce4917 100644 --- a/files/ru/web/api/xmlhttprequest/open/index.html +++ b/files/ru/web/api/xmlhttprequest/open/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/XMLHttpRequest/open {{Specifications}} <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.XMLHttpRequest.open")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/readystate/index.html b/files/ru/web/api/xmlhttprequest/readystate/index.html index 5ddd54e981..5f15583565 100644 --- a/files/ru/web/api/xmlhttprequest/readystate/index.html +++ b/files/ru/web/api/xmlhttprequest/readystate/index.html @@ -89,4 +89,4 @@ xhr.send(null); <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.XMLHttpRequest.readyState")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/response/index.html b/files/ru/web/api/xmlhttprequest/response/index.html index 9fb891f5e3..f4b16955ff 100644 --- a/files/ru/web/api/xmlhttprequest/response/index.html +++ b/files/ru/web/api/xmlhttprequest/response/index.html @@ -119,7 +119,7 @@ function load(url, callback) { {{Specifications}} <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.XMLHttpRequest.response")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/responsetext/index.html b/files/ru/web/api/xmlhttprequest/responsetext/index.html index d80a4572c0..6ab81c130b 100644 --- a/files/ru/web/api/xmlhttprequest/responsetext/index.html +++ b/files/ru/web/api/xmlhttprequest/responsetext/index.html @@ -72,4 +72,4 @@ xhr.send(null);</pre> -<p>{{Compat("api.XMLHttpRequest.responseText")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/responsetype/index.html b/files/ru/web/api/xmlhttprequest/responsetype/index.html index c76203adc1..50fa1b5954 100644 --- a/files/ru/web/api/xmlhttprequest/responsetype/index.html +++ b/files/ru/web/api/xmlhttprequest/responsetype/index.html @@ -62,4 +62,4 @@ translation_of: Web/API/XMLHttpRequest/responseType <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.XMLHttpRequest.responseType")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/responseurl/index.html b/files/ru/web/api/xmlhttprequest/responseurl/index.html index da405760cd..93a49030bc 100644 --- a/files/ru/web/api/xmlhttprequest/responseurl/index.html +++ b/files/ru/web/api/xmlhttprequest/responseurl/index.html @@ -24,4 +24,4 @@ xhr.send(null);</pre> -<p>{{Compat("api.XMLHttpRequest.responseURL")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/responsexml/index.html b/files/ru/web/api/xmlhttprequest/responsexml/index.html index 9cdc6f6060..18461cd19d 100644 --- a/files/ru/web/api/xmlhttprequest/responsexml/index.html +++ b/files/ru/web/api/xmlhttprequest/responsexml/index.html @@ -66,7 +66,7 @@ xhr.send(null);</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.XMLHttpRequest.responseXML")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/send/index.html b/files/ru/web/api/xmlhttprequest/send/index.html index 21ab5c3bf6..5b55c6405f 100644 --- a/files/ru/web/api/xmlhttprequest/send/index.html +++ b/files/ru/web/api/xmlhttprequest/send/index.html @@ -116,7 +116,7 @@ xhr.send("foo=bar&lorem=ipsum"); <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.XMLHttpRequest.send")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/setrequestheader/index.html b/files/ru/web/api/xmlhttprequest/setrequestheader/index.html index 7aee641dcf..f1a752e367 100644 --- a/files/ru/web/api/xmlhttprequest/setrequestheader/index.html +++ b/files/ru/web/api/xmlhttprequest/setrequestheader/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/XMLHttpRequest/setRequestHeader <h2 id="Совместимость_браузеров">Совместимость браузеров</h2> -<p>{{Compat("api.XMLHttpRequest.setRequestHeader")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/status/index.html b/files/ru/web/api/xmlhttprequest/status/index.html index 321034ce24..ceb06ed28e 100644 --- a/files/ru/web/api/xmlhttprequest/status/index.html +++ b/files/ru/web/api/xmlhttprequest/status/index.html @@ -51,7 +51,7 @@ xhr.send(); {{Specifications}} <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.XMLHttpRequest.status")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/statustext/index.html b/files/ru/web/api/xmlhttprequest/statustext/index.html index ece9edbf00..8d1600e1b9 100644 --- a/files/ru/web/api/xmlhttprequest/statustext/index.html +++ b/files/ru/web/api/xmlhttprequest/statustext/index.html @@ -52,7 +52,7 @@ xhr.send(null); {{Specifications}} <h2 id="Совместимость_браузера">Совместимость браузера</h2> -<p>{{Compat("api.XMLHttpRequest.statusText")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/xmlhttprequest/upload/index.html b/files/ru/web/api/xmlhttprequest/upload/index.html index 5a58692a0c..a085c2210d 100644 --- a/files/ru/web/api/xmlhttprequest/upload/index.html +++ b/files/ru/web/api/xmlhttprequest/upload/index.html @@ -52,4 +52,4 @@ translation_of: Web/API/XMLHttpRequest/upload <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.XMLHttpRequest.upload")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlhttprequest/withcredentials/index.html b/files/ru/web/api/xmlhttprequest/withcredentials/index.html index 02d872e437..026939e9cb 100644 --- a/files/ru/web/api/xmlhttprequest/withcredentials/index.html +++ b/files/ru/web/api/xmlhttprequest/withcredentials/index.html @@ -36,4 +36,4 @@ xhr.send(null);</pre> <h2 id="Браузерная_совместимость">Браузерная совместимость</h2> -<p>{{Compat("api.XMLHttpRequest.withCredentials")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/xmlserializer/index.html b/files/ru/web/api/xmlserializer/index.html index 0937fad69f..6e28a23dd3 100644 --- a/files/ru/web/api/xmlserializer/index.html +++ b/files/ru/web/api/xmlserializer/index.html @@ -35,7 +35,7 @@ document.body.insertAdjacentHTML('afterbegin', inp_xmls);</pre> <h2 id="Browser_compatibility">Браузерная совместимость</h2> -<p>{{Compat("api.XMLSerializer")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> |