aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting
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/conflicting
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/conflicting')
-rw-r--r--files/ru/conflicting/web/api/window/deviceorientation_event/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/files/ru/conflicting/web/api/window/deviceorientation_event/index.html b/files/ru/conflicting/web/api/window/deviceorientation_event/index.html
new file mode 100644
index 0000000000..7ce1ddf2cf
--- /dev/null
+++ b/files/ru/conflicting/web/api/window/deviceorientation_event/index.html
@@ -0,0 +1,39 @@
+---
+title: Window.ondeviceorientation
+slug: conflicting/Web/API/Window/deviceorientation_event
+tags:
+ - API
+ - Мобильные устройства
+ - Ориентация
+ - Ориентация устройства
+ - Свойства
+translation_of: Web/API/Window/ondeviceorientation
+original_slug: 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>