aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/mouseevent/clienty
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-20 13:28:52 +0300
committerGitHub <noreply@github.com>2021-10-20 13:28:52 +0300
commit1386fed7d38652d5848d315927e7e23a66cffd13 (patch)
treeeb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/api/mouseevent/clienty
parentb0f32a46245b1033098a5a9826a7818fa4e65dde (diff)
downloadtranslated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2
translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/api/mouseevent/clienty')
-rw-r--r--files/ru/web/api/mouseevent/clienty/index.html6
1 files changed, 3 insertions, 3 deletions
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>