aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/mouseevent
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/mouseevent')
-rw-r--r--files/ru/web/api/mouseevent/buttons/index.html2
-rw-r--r--files/ru/web/api/mouseevent/clientx/index.html6
-rw-r--r--files/ru/web/api/mouseevent/clienty/index.html6
-rw-r--r--files/ru/web/api/mouseevent/ctrlkey/index.html6
-rw-r--r--files/ru/web/api/mouseevent/index.html2
-rw-r--r--files/ru/web/api/mouseevent/offsetx/index.html4
-rw-r--r--files/ru/web/api/mouseevent/pagex/index.html4
-rw-r--r--files/ru/web/api/mouseevent/shiftkey/index.html6
8 files changed, 18 insertions, 18 deletions
diff --git a/files/ru/web/api/mouseevent/buttons/index.html b/files/ru/web/api/mouseevent/buttons/index.html
index cb0eb631e4..9dffc170b6 100644
--- a/files/ru/web/api/mouseevent/buttons/index.html
+++ b/files/ru/web/api/mouseevent/buttons/index.html
@@ -22,7 +22,7 @@ translation_of: Web/API/MouseEvent/buttons
<pre class="syntaxbox">var <em>buttonPressed</em> = <em>instanceOfMouseEvent</em>.buttons
</pre>
-<h2 id="Возвращаемые_значения"><a id="Return" name="Return">Возвращаемые значения</a></h2>
+<h2 id="Возвращаемые_значения"><a id="Return">Возвращаемые значения</a></h2>
<p>Целое число, представляющее одну или несколько кнопок. При одновременном нажатии нескольких кнопок значения объединяются (например, 3 = первая (1) + вторая (2) кнопки мыши):</p>
diff --git a/files/ru/web/api/mouseevent/clientx/index.html b/files/ru/web/api/mouseevent/clientx/index.html
index 8901060df9..3602641ddf 100644
--- a/files/ru/web/api/mouseevent/clientx/index.html
+++ b/files/ru/web/api/mouseevent/clientx/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/MouseEvent/clientX
<p>Числовое значение горизонтальной координаты</p>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<pre class="brush:html">&lt;!DOCTYPE html&gt;
&lt;html&gt;
@@ -69,11 +69,11 @@ function showCoords(evt){
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("api.MouseEvent.clientX")}}</p>
-<h2 id="See_also" name="See_also"><strong>Смотрите также</strong></h2>
+<h2 id="See_also"><strong>Смотрите также</strong></h2>
<ul>
<li>{{ domxref("MouseEvent") }}</li>
diff --git a/files/ru/web/api/mouseevent/clienty/index.html b/files/ru/web/api/mouseevent/clienty/index.html
index 07b4774d4a..26054aa319 100644
--- a/files/ru/web/api/mouseevent/clienty/index.html
+++ b/files/ru/web/api/mouseevent/clienty/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/MouseEvent/clientY
<p>Числовое значение вертикальной координаты</p>
-<h2 id="Example" name="Example">Example</h2>
+<h2 id="Example">Example</h2>
<pre class="brush:html">&lt;!DOCTYPE html&gt;
&lt;html&gt;
@@ -61,11 +61,11 @@ function showCoords(evt){
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("api.MouseEvent.clientY")}}</p>
-<h2 id="See_also" name="See_also"><strong>Смотрите также</strong></h2>
+<h2 id="See_also"><strong>Смотрите также</strong></h2>
<ul>
<li>{{ domxref("MouseEvent") }}</li>
diff --git a/files/ru/web/api/mouseevent/ctrlkey/index.html b/files/ru/web/api/mouseevent/ctrlkey/index.html
index 96c98ae093..287847462a 100644
--- a/files/ru/web/api/mouseevent/ctrlkey/index.html
+++ b/files/ru/web/api/mouseevent/ctrlkey/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/MouseEvent/ctrlKey
<p>Boolean</p>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<pre class="brush: js notranslate">&lt;html&gt;
&lt;head&gt;
@@ -58,13 +58,13 @@ document.addEventListener('click', function(e) {
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Поддержка браузеров</h2>
+<h2 id="Browser_compatibility">Поддержка браузеров</h2>
<p>{{Compat("api.MouseEvent.ctrlKey")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{ domxref("MouseEvent") }}</li>
diff --git a/files/ru/web/api/mouseevent/index.html b/files/ru/web/api/mouseevent/index.html
index 9c8810647f..8d541fba69 100644
--- a/files/ru/web/api/mouseevent/index.html
+++ b/files/ru/web/api/mouseevent/index.html
@@ -171,7 +171,7 @@ document.getElementById("button").addEventListener('click', simulateClick);</pre
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("api.MouseEvent")}}</p>
diff --git a/files/ru/web/api/mouseevent/offsetx/index.html b/files/ru/web/api/mouseevent/offsetx/index.html
index c799a6e30d..9b22640d7b 100644
--- a/files/ru/web/api/mouseevent/offsetx/index.html
+++ b/files/ru/web/api/mouseevent/offsetx/index.html
@@ -40,11 +40,11 @@ translation_of: Web/API/MouseEvent/offsetX
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("api.MouseEvent.offsetX")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{ domxref("MouseEvent") }}</li>
diff --git a/files/ru/web/api/mouseevent/pagex/index.html b/files/ru/web/api/mouseevent/pagex/index.html
index a487fe9da0..7b6c2baeec 100644
--- a/files/ru/web/api/mouseevent/pagex/index.html
+++ b/files/ru/web/api/mouseevent/pagex/index.html
@@ -7,11 +7,11 @@ translation_of: Web/API/MouseEvent/pageX
<p><strong><code><font face="Open Sans, arial, x-locale-body, sans-serif">MouseEvent.</font>pageX</code></strong> - это свойство {{domxref("MouseEvent")}} доступное только для чтения. Данное свойство возвращает значение равное горизонтальной координате, относительно всего документа. Это свойство учитывает любую горизонтальную прокрутку страницы. Первоначально это свойство было определено как длинное целое число. Модуль просмотра CSSOM переопределил его как double float. Подробнее см. Раздел «Совместимость с браузером».</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">var <em>pos</em> = <em>event</em>.pageX</pre>
-<h2 id="Syntax" name="Syntax">Примеры</h2>
+<h2 id="Syntax">Примеры</h2>
<pre><em>var pageX</em> = <em>event</em>.pageX;
pageX === event.clientX + (window.pageYOffset || document.body.scrollTop);
diff --git a/files/ru/web/api/mouseevent/shiftkey/index.html b/files/ru/web/api/mouseevent/shiftkey/index.html
index 4f2bc4ed10..7dda99a8c3 100644
--- a/files/ru/web/api/mouseevent/shiftkey/index.html
+++ b/files/ru/web/api/mouseevent/shiftkey/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/MouseEvent/shiftKey
<p>Логический</p>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<pre class="brush: js">&lt;html&gt;
&lt;head&gt;
@@ -65,11 +65,11 @@ function showChar(e){
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("api.MouseEvent.shiftKey")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{ domxref("MouseEvent") }}</li>