From 7e263bfbb22492a3bba0ebf7252d31896e77f2eb Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Tue, 17 Feb 2026 21:56:38 +0100 Subject: [PATCH 1/3] Firefox/Safari don't expose `DeviceMotionEventAcceleration` interface --- api/DeviceMotionEventAcceleration.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/DeviceMotionEventAcceleration.json b/api/DeviceMotionEventAcceleration.json index e798c84c9c4534..709e6087211904 100644 --- a/api/DeviceMotionEventAcceleration.json +++ b/api/DeviceMotionEventAcceleration.json @@ -16,7 +16,8 @@ "version_added": "12" }, "firefox": { - "version_added": "6" + "version_added": "6", + "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed." }, "firefox_android": "mirror", "ie": { @@ -29,7 +30,8 @@ "version_added": false }, "safari_ios": { - "version_added": "4.2" + "version_added": "4.2", + "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed." }, "samsunginternet_android": "mirror", "webview_android": "mirror", From 2d60371fb0556d62eccdc40b599f2f13a5d9aa88 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:41:00 +0100 Subject: [PATCH 2/3] Update api/DeviceMotionEventAcceleration.json Co-authored-by: Florian Scholz --- api/DeviceMotionEventAcceleration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/DeviceMotionEventAcceleration.json b/api/DeviceMotionEventAcceleration.json index 709e6087211904..c8e967a8755778 100644 --- a/api/DeviceMotionEventAcceleration.json +++ b/api/DeviceMotionEventAcceleration.json @@ -17,7 +17,7 @@ }, "firefox": { "version_added": "6", - "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed." + "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed on the `Window` scope." }, "firefox_android": "mirror", "ie": { From f7aa3dc02c68aa121c756e0d666a17b8cf4ef93e Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:02:51 +0100 Subject: [PATCH 3/3] Update api/DeviceMotionEventAcceleration.json Co-authored-by: Florian Scholz --- api/DeviceMotionEventAcceleration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/DeviceMotionEventAcceleration.json b/api/DeviceMotionEventAcceleration.json index c8e967a8755778..261ddd31f1371d 100644 --- a/api/DeviceMotionEventAcceleration.json +++ b/api/DeviceMotionEventAcceleration.json @@ -31,7 +31,7 @@ }, "safari_ios": { "version_added": "4.2", - "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed." + "notes": "The `DeviceMotionEventAcceleration` interface is supported, but not exposed on the `Window` scope." }, "samsunginternet_android": "mirror", "webview_android": "mirror",