From 466aff50af5f032026662cccce5d1b9ff4378d21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 08:33:02 +0000 Subject: [PATCH 1/2] Initial plan From f59b0f9bbdc62fe3305261e31da010046eff44cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Oct 2025 08:38:56 +0000 Subject: [PATCH 2/2] Add informative section on relationship to other specifications Co-authored-by: marcoscaceres <870154+marcoscaceres@users.noreply.github.com> --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/index.html b/index.html index d3c6dd8..24a4e54 100644 --- a/index.html +++ b/index.html @@ -490,6 +490,49 @@

[[[#privacy]]].

+
+

+ Relationship to other specifications +

+

+ This specification provides location information (latitude, longitude, + altitude) and heading. For use cases requiring full orientation data, + including pitch and roll, the {{GeolocationCoordinates}} interface can + be combined with the Generic Sensor API's + AbsoluteOrientationSensor + interface to provide six degrees of freedom (6DoF) positioning data. +

+

+ This approach is relevant to several related specifications and initiatives: +

+ +

+ Implementers and web developers working on use cases requiring full 6DoF positioning + should consider these related specifications and choose the appropriate combination of + APIs for their specific context. +

+