aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/ondeviceorientation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/ondeviceorientation/index.html')
-rw-r--r--files/ru/web/api/window/ondeviceorientation/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/window/ondeviceorientation/index.html b/files/ru/web/api/window/ondeviceorientation/index.html
index c9bde836d9..72c07b3b81 100644
--- a/files/ru/web/api/window/ondeviceorientation/index.html
+++ b/files/ru/web/api/window/ondeviceorientation/index.html
@@ -11,11 +11,11 @@ translation_of: Web/API/Window/ondeviceorientation
---
<p>{{ ApiRef() }}</p>
-<h2 id="Summary" name="Summary">Кратко</h2>
+<h2 id="Summary">Кратко</h2>
<p>Обработчик события {{event('deviceorientation')}}, который содержит информацию об изменении относительной ориентации устройства.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">window.ondeviceorientation = function(event) { ... };
window.addEventListener('deviceorientation', function(event) { ... });