Re: [w3c/permissions] Semantic Permission Bundles (#191)

I don't have a particularly strong opinion on whether or not the permissions for the motion and orientation sensors should be bundled together. From a practical standpoint I think the most important action we should take here is to specify which permissions are requested by the `DeviceOrientationEvent.requestPermission()` and `DeviceMotionEvent.requestPermission()` methods. The only open question I see that is raised by trying to specify the behavior of those methods is whether `DeviceOrientationEvent.requestPermission()` requests `"magnetometer"` or not. One option is that it does, but if `"magnetometer"` is denied then the overall request can still succeed but the `deviceorientationabsolute` event is not available.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/191#issuecomment-906772484

Received on Thursday, 26 August 2021 22:02:22 UTC