From 92fe633bc5c7eaa532b6e65086cd30862cf324ac Mon Sep 17 00:00:00 2001
From: Marcos Caceres
method steps are:
- The toJSON() method returns a JSON - representation of the {{GeolocationPosition}} object. + The toJSON() method returns a JSON representation of the + {{GeolocationPosition}} object.
- The latitude and
- longitude attributes are geographic coordinates
- specified in decimal degrees. The
- latitude and longitude attributes denote the
- position, specified as a real number of degrees, in the [[WGS84]]
- coordinate system. The accuracy
- attribute denotes the position accuracy radius in meters.
+ The latitude and longitude attributes denote
+ the position, specified as a real number of degrees, in the [[WGS84]]
+ coordinate system. The accuracy attribute denotes the
+ position accuracy radius in meters.
- The toJSON() method returns a JSON - representation of the {{GeolocationCoordinates}} object. + The toJSON() method returns a JSON representation of the + {{GeolocationCoordinates}} object.
A new `GeolocationPosition` is constructed with [=map=] |positionData|, {{EpochTimeStamp}} |timestamp:EpochTimeStamp| and @@ -1365,58 +1284,7 @@
- A new `GeolocationPosition` is constructed with - {{EpochTimeStamp}} |timestamp:EpochTimeStamp| and boolean - |isHighAccuracy| by performing the following steps: -
-- Since First Public Working Draft in 2021, Geolocation has - received the following normative changes: -
+ Since the previous publication of this specification as a + Recommendation in 2022, the following changes have been made: +
+ Since First Public Working Draft in 2021, Geolocation has + received the following normative changes: +
Since publication of the Second Edition in 2016, this specification
From 2497fbcff6219356fa36d4033e0475d8b3da07c8 Mon Sep 17 00:00:00 2001
From: Marcos Caceres
- Since this specification become a W3C Recommendation on 01 September - 2022, the following substantive additions and/or corrections have been - proposed: -
- A more detailed list of changes can be found in section - [[[#changelog]]]. Reviewers of the document can identify candidate - additions and/or corrections by their distinctive styling in the - document. -
-