aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/mouseevent/clientx
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/mouseevent/clientx')
-rw-r--r--files/ru/web/api/mouseevent/clientx/index.html6
1 files changed, 3 insertions, 3 deletions
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>