From 75126d454151c6810fc76263a48f17f1128a1401 Mon Sep 17 00:00:00 2001 From: Alvin Ji Date: Thu, 19 Mar 2026 13:37:31 -0700 Subject: [PATCH 01/12] rebase to Chore: remove updatable-rec stuff (#224) --- index.html | 663 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 470 insertions(+), 193 deletions(-) diff --git a/index.html b/index.html index f7c0c64..40a4ab0 100644 --- a/index.html +++ b/index.html @@ -67,12 +67,41 @@

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. 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. + location information sources, and no guarantee is given that + the API returns the device's actual location.

- If an end user [=check permission|grants permission=], - Geolocation: + This specification provides two ways for users to share their location: + a precise position and an approximate position. +

+

+ A precise position is 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=]. +

+

+ An approximate position is 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 intentionally coarsened to a + larger area, such as the nearest city, postal code, or a predefined + region. 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 grants permission, Geolocation: