From c32682b053bad2602a8c910cc7e4106acaefade1 Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 18 Mar 2022 00:13:02 +0000 Subject: [CRON] sync translated content --- .../web/api/window/ondeviceorientation/index.html | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 files/ru/web/api/window/ondeviceorientation/index.html (limited to 'files/ru/web') 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 ---- -

{{ ApiRef() }}

- -

Кратко

- -

Обработчик события {{event('deviceorientation')}}, который содержит информацию об изменении относительной ориентации устройства.

- -

Синтаксис

- -
window.ondeviceorientation = function(event) { ... };
-window.addEventListener('deviceorientation', function(event) { ... });
-
- -

Спецификации

- -{{Specifications}} - -

Совместимость с браузерами

- -

{{ page("/en-US/docs/Web/API/DeviceOrientationEvent","Browser_compatibility") }}

- -

Смотрите также

- - -- cgit v1.2.3-54-g00ecf