Definition
Device Orientation and Motion defines DeviceMotionEventAcceleration
[Exposed=Window, SecureContext]
interface DeviceMotionEventAcceleration {
readonly attribute double? x;
readonly attribute double? y;
readonly attribute double? z;
};