aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/globaleventhandlers
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-29 20:34:32 +0300
committerGitHub <noreply@github.com>2021-10-29 20:34:32 +0300
commitc08c48e16cb9e47c586925999362de104ecd710d (patch)
tree4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/globaleventhandlers
parent9adcae13346df29353fc658e8c1e04e1903f1f9d (diff)
downloadtranslated-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/globaleventhandlers')
-rw-r--r--files/ru/web/api/globaleventhandlers/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onabort/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onanimationcancel/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onanimationend/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onblur/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onchange/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onclick/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onclose/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/oncontextmenu/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/ondragstart/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onfocus/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/oninput/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onkeydown/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onloadend/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onmousedown/index.html2
-rw-r--r--files/ru/web/api/globaleventhandlers/onmouseup/index.html2
16 files changed, 16 insertions, 16 deletions
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>