w3c / deviceorientation

W3C Device Orientation spec
https://www.w3.org/TR/orientation-event/
Other
49 stars 32 forks source link

DeviceOrientationEvent.absolute's value when data cannot be obtained #119

Closed rakuco closed 5 months ago

rakuco commented 8 months ago

The current ondeviceorientation text has the following excerpt:

If an implementation can never provide orientation information, the event should be fired with the alpha, beta and gamma attributes set to null.

It does not say anything about the absolute attribute. This is an event without any data so its value is not relevant, but I wonder if it should be specified normatively nonetheless.