diff options
Diffstat (limited to 'files/ru/web/api/mouseevent')
-rw-r--r-- | files/ru/web/api/mouseevent/button/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/buttons/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/clientx/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/clienty/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/ctrlkey/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/offsetx/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/pagex/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/screenx/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/mouseevent/shiftkey/index.html | 2 |
10 files changed, 10 insertions, 10 deletions
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> |