diff --git a/index.html b/index.html index ff8b71b..97b7afb 100644 --- a/index.html +++ b/index.html @@ -69,23 +69,26 @@

The Geolocation API defines a high-level interface to location information associated only with the device hosting the - implementation, such as latitude and longitude. The API itself is - agnostic of the underlying location information sources. Common sources - of location information include Global Positioning System (GPS) and + implementation, such as latitude and longitude. Common sources of + location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs, as well as user - input. No guarantee is given that the API returns the device's actual - location. + input. The API itself is agnostic of the underlying location + information sources, and no guarantee is given that the API returns the + device's actual location.

- Changes since Second Edition + Changes since last publication

Since publication of the Second Edition in 2016, this specification has undergone the following changes:

- Additional implementation considerations + Implementation considerations

- Further to the requirements listed in the previous section, - implementers of the Geolocation API are also advised to consider the - following aspects that can negatively affect the privacy of their - users: in certain cases, users can inadvertently grant permission to - the user agent to disclose their location to websites. In other - cases, the content hosted at a certain URL changes in such a way that - the previously granted location permissions no longer apply as far as - the user is concerned. Or the users might simply change their minds. + Implementers are advised to consider the following aspects that can + negatively affect the privacy of their users: in certain cases, users + can inadvertently grant permission to the user agent to disclose + their location to websites. In other cases, the content hosted at a + certain URL changes in such a way that the previously granted + location permissions no longer apply as far as the user is concerned. + Or the users might simply change their minds.

Predicting or preventing these situations is inherently difficult. @@ -453,538 +456,554 @@

-
+