Re: [geolocation-api] Change text for description of GeolocationPositionError.message attribute (#50)

Your assumption is correct. The `message` attribute is a natural language description of the `code` attribute and may contain implementation-specific additional debugging information. It is intended for developers and not users and so should be provided in the language used for other developer messages such as Javascript console warnings.

In the Chromium implementation the `message` attribute is set to strings such as "User denied Geolocation" and "Geolocation has been disabled in this document by Feature Policy."

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/w3c/geolocation-api/issues/50#issuecomment-658875100 using your GitHub account

Received on Wednesday, 15 July 2020 16:46:50 UTC