[deviceorientation] DeviceMotionEvent atttributes can't be null per current IDL (#91)

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