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 --- files/de/_redirects.txt | 1 + files/de/_wikihistory.json | 14 +++--- .../web/api/window/devicemotion_event/index.html | 57 ++++++++++++++++++++++ files/de/web/api/window/ondevicemotion/index.html | 56 --------------------- 4 files changed, 65 insertions(+), 63 deletions(-) create mode 100644 files/de/web/api/window/devicemotion_event/index.html delete mode 100644 files/de/web/api/window/ondevicemotion/index.html (limited to 'files/de') diff --git a/files/de/_redirects.txt b/files/de/_redirects.txt index 0bdaf0f0ef..6bc5c87499 100644 --- a/files/de/_redirects.txt +++ b/files/de/_redirects.txt @@ -453,6 +453,7 @@ /de/docs/Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden /de/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL /de/docs/Web/API/WebSocket/onclose /de/docs/Web/API/WebSocket/close_event /de/docs/Web/API/Window.alert /de/docs/Web/API/Window/alert +/de/docs/Web/API/Window/ondevicemotion /de/docs/Web/API/Window/devicemotion_event /de/docs/Web/API/Window/performance /de/docs/Web/API/performance_property /de/docs/Web/API/Window/setTimeout /de/docs/Web/API/setTimeout /de/docs/Web/API/WindowBase64 /de/docs/Web/API/WindowOrWorkerGlobalScope diff --git a/files/de/_wikihistory.json b/files/de/_wikihistory.json index 0303027ece..0cee929ea0 100644 --- a/files/de/_wikihistory.json +++ b/files/de/_wikihistory.json @@ -4018,6 +4018,13 @@ "AndreasWebdev" ] }, + "Web/API/Window/devicemotion_event": { + "modified": "2019-03-18T21:15:10.920Z", + "contributors": [ + "clepsydra", + "m9898" + ] + }, "Web/API/Window/dump": { "modified": "2019-03-23T23:34:35.263Z", "contributors": [ @@ -4068,13 +4075,6 @@ "AdamNiezielinski" ] }, - "Web/API/Window/ondevicemotion": { - "modified": "2019-03-18T21:15:10.920Z", - "contributors": [ - "clepsydra", - "m9898" - ] - }, "Web/API/Window/openDialog": { "modified": "2020-11-15T17:34:16.679Z", "contributors": [ diff --git a/files/de/web/api/window/devicemotion_event/index.html b/files/de/web/api/window/devicemotion_event/index.html new file mode 100644 index 0000000000..8eccaab765 --- /dev/null +++ b/files/de/web/api/window/devicemotion_event/index.html @@ -0,0 +1,57 @@ +--- +title: Window.ondevicemotion +slug: Web/API/Window/devicemotion_event +tags: + - API + - Ausrichtung + - Beschleunigungssensor + - Bewegung + - Eigenschaft + - Firefox OS + - Geräteausrichtung +translation_of: Web/API/Window/ondevicemotion +original_slug: Web/API/Window/ondevicemotion +--- +

{{ ApiRef() }}

+ +

Zusammenfassung

+ +

Ein Eventhandler für das {{ event("devicemotion")}} Event, welches an das Fenster gesendet wird.

+ +

Syntax

+ +
window.ondevicemotion = funcRef;
+
+ +

Die Funktion funcRef ist eine Referenz für eine Funktion. Diese Funktion erhält ein {{ domxref("DeviceMotionEvent") }} Objekt, welches die aufgetretene Bewegung beschreibt.

+ +

Spezifikationen

+ + + + + + + + + + + + + + + + +
SpezifikationStatusKommentar
{{SpecName('Device Orientation')}}{{Spec2('Device Orientation')}}Initial specification.
+ +

Browserkompatibilität

+ +

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

+ +

Siehe auch

+ + diff --git a/files/de/web/api/window/ondevicemotion/index.html b/files/de/web/api/window/ondevicemotion/index.html deleted file mode 100644 index 0e39638929..0000000000 --- a/files/de/web/api/window/ondevicemotion/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Window.ondevicemotion -slug: Web/API/Window/ondevicemotion -tags: - - API - - Ausrichtung - - Beschleunigungssensor - - Bewegung - - Eigenschaft - - Firefox OS - - Geräteausrichtung -translation_of: Web/API/Window/ondevicemotion ---- -

{{ ApiRef() }}

- -

Zusammenfassung

- -

Ein Eventhandler für das {{ event("devicemotion")}} Event, welches an das Fenster gesendet wird.

- -

Syntax

- -
window.ondevicemotion = funcRef;
-
- -

Die Funktion funcRef ist eine Referenz für eine Funktion. Diese Funktion erhält ein {{ domxref("DeviceMotionEvent") }} Objekt, welches die aufgetretene Bewegung beschreibt.

- -

Spezifikationen

- - - - - - - - - - - - - - - - -
SpezifikationStatusKommentar
{{SpecName('Device Orientation')}}{{Spec2('Device Orientation')}}Initial specification.
- -

Browserkompatibilität

- -

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

- -

Siehe auch

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