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 --- .../deviceorientationabsolute_event/index.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/zh-cn/web/api/window/deviceorientationabsolute_event/index.html (limited to 'files/zh-cn/web/api/window/deviceorientationabsolute_event/index.html') diff --git a/files/zh-cn/web/api/window/deviceorientationabsolute_event/index.html b/files/zh-cn/web/api/window/deviceorientationabsolute_event/index.html new file mode 100644 index 0000000000..6f1e4f5fc7 --- /dev/null +++ b/files/zh-cn/web/api/window/deviceorientationabsolute_event/index.html @@ -0,0 +1,36 @@ +--- +title: Window.ondeviceorientationabsolute +slug: Web/API/Window/deviceorientationabsolute_event +translation_of: Web/API/Window/ondeviceorientationabsolute +original_slug: 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