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 --- .../window/ondeviceorientationabsolute/index.html | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 files/zh-cn/web/api/window/ondeviceorientationabsolute/index.html (limited to 'files/zh-cn/web/api/window/ondeviceorientationabsolute/index.html') diff --git a/files/zh-cn/web/api/window/ondeviceorientationabsolute/index.html b/files/zh-cn/web/api/window/ondeviceorientationabsolute/index.html deleted file mode 100644 index b595d9852c..0000000000 --- a/files/zh-cn/web/api/window/ondeviceorientationabsolute/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Window.ondeviceorientationabsolute -slug: Web/API/Window/ondeviceorientationabsolute -translation_of: Web/API/Window/ondeviceorientationabsolute ---- -

{{ ApiRef() }}{{Non-standard_header}}

- -

摘要

- -

An event handler for the {{ event("deviceorientationabsolute") }} event containing information about an absolute device orientation change.

- -

Syntax

- -
window.ondeviceorientationabsolute = function(event) { ... };
-window.addEventListener('deviceorientationabsolute', function(event) { ... });
-
- -

Specifications

- -

This event handler is not currently part of any specification.

- -

Browser compatibility

- - - -

{{Compat("api.Window.ondeviceorientationabsolute")}}

- -

See also

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