- From: Kagami Sascha Rosylight via GitHub <sysbot+gh@w3.org>
- Date: Sun, 15 Nov 2020 16:32:52 +0000
- To: public-device-apis-log@w3.org
saschanaz has just created a new issue for https://github.com/w3c/deviceorientation: == DeviceMotionEvent atttributes can't be null per current IDL == #55 made the init dictionary members non-nullable, and thus the acceleration/rotationRate attributes cannot be null. It's also what Gecko implements: ``` > new DeviceMotionEvent("type").acceleration DeviceAcceleration { x: null, y: null, z: null } ``` Please view or discuss this issue at https://github.com/w3c/deviceorientation/issues/91 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 15 November 2020 16:32:54 UTC