diff --git a/index.html b/index.html index f7c0c64..29c42cf 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,43 @@

returns the device's actual location.

- If an end user [=check permission|grants permission=], + This specification provides two ways for users to share their location: +

+
+
+ precise position +
+
+ A position returned by the underlying location information source. By + default, any location data is considered precise, regardless of its + accuracy estimate, unless it has been explicitly coarsened by an + approximate location information source to be an [=approximate + position=]. +
+
+ approximate position +
+
+ A less precise, privacy-preserving representation of the user's + location. Instead of providing precise coordinates, an approximate + location information source can return a location that is coarsened + to a larger area, such as the nearest city, postal code, or a + predefined region. What constitutes a coarsened area is left to the + underlying system. This is often sufficient for applications that + don't need to know the user's [=precise position=], for example, a + weather application that only needs a city-level location. By sharing + an [=approximate position=], users can still get the benefit of a + location-aware application without revealing their [=precise + position=]. +
+
+

+ An approximate location information source is a location information + source that returns positions that have been intentionally obfuscated + to make it more difficult to recover the true location. +

+

+ If an end user [=request permission to use|grants permission=], Geolocation: