[permissions] Geolocation API does not leave the page unaware of permission status (#30)

The Geolocation API does not leave the page entirely unaware of the permission status. It has a PositionError with a code that can have the value PERMISSION_DENIED:
http://www.w3.org/TR/geolocation-API/#permission_denied_error

I would agree that determining the status using the Geolocation API is harder though. Some rephrasing in section 3 seems appropriate.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/30

Received on Monday, 20 April 2015 11:54:26 UTC