aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2022-03-18 00:13:02 +0000
committerMDN <actions@users.noreply.github.com>2022-03-18 00:13:02 +0000
commitc32682b053bad2602a8c910cc7e4106acaefade1 (patch)
treeedc3e9188c4eb62c657ddecdec79ad4bf42344fd /files/ru/web/api/window
parent8bc505c3f1b16913123132f74d8cf20432bddf79 (diff)
downloadtranslated-content-c32682b053bad2602a8c910cc7e4106acaefade1.tar.gz
translated-content-c32682b053bad2602a8c910cc7e4106acaefade1.tar.bz2
translated-content-c32682b053bad2602a8c910cc7e4106acaefade1.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru/web/api/window')
-rw-r--r--files/ru/web/api/window/ondeviceorientation/index.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/files/ru/web/api/window/ondeviceorientation/index.html b/files/ru/web/api/window/ondeviceorientation/index.html
deleted file mode 100644
index 97709fa1ad..0000000000
--- a/files/ru/web/api/window/ondeviceorientation/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Window.ondeviceorientation
-slug: Web/API/Window/ondeviceorientation
-tags:
- - API
- - Мобильные устройства
- - Ориентация
- - Ориентация устройства
- - Свойства
-translation_of: Web/API/Window/ondeviceorientation
----
-<p>{{ ApiRef() }}</p>
-
-<h2 id="Summary">Кратко</h2>
-
-<p>Обработчик события {{event('deviceorientation')}}, который содержит информацию об изменении относительной ориентации устройства.</p>
-
-<h2 id="Syntax">Синтаксис</h2>
-
-<pre class="syntaxbox">window.ondeviceorientation = function(event) { ... };
-window.addEventListener('deviceorientation', function(event) { ... });
-</pre>
-
-<h2 id="Спецификации">Спецификации</h2>
-
-{{Specifications}}
-
-<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-
-<p>{{ page("/en-US/docs/Web/API/DeviceOrientationEvent","Browser_compatibility") }}</p>
-
-<h2 id="Смотрите_также">Смотрите также</h2>
-
-<ul>
- <li>{{ event("deviceorientation") }}</li>
- <li>{{ domxref("DeviceOrientationEvent") }}</li>
- <li><a href="/en/Detecting_device_orientation" title="Detecting device orientation">Определение ориентации устройства</a> </li>
-</ul>