Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.1.2.
  • Loading branch information
reffy-bot committed Aug 15, 2024
1 parent 5ae7b2b commit ddfb470
Show file tree
Hide file tree
Showing 17 changed files with 3,066 additions and 754 deletions.
2 changes: 1 addition & 1 deletion tr/algorithms/geolocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"rationale": "let",
"steps": [
{
"html": "Let <var>positionData</var> be a <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-index-term-map-2\">map</a> with the following\n name/value pairs based on the acquired position data:\n <dl>\n <dt>\n \"longitude\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-1\"><code>double</code></a> that represents the longitude\n coordinates on the Earth's surface in degrees,\n using the [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/geolocation/#bib-wgs84\" title=\"World Geodetic System 1984 (WGS 84)\">WGS84</a></cite>] coordinate system. Longitude\n measures how far east or west a point is from the\n Prime Meridian.\n </dd>\n <dt>\n \"altitude\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-2\"><code>double?</code></a> that represents the altitude in\n meters above the [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/geolocation/#bib-wgs84\" title=\"World Geodetic System 1984 (WGS 84)\">WGS84</a></cite>] ellipsoid, or <code>null</code> if\n not available. Altitude measures the height above\n sea level.\n </dd>\n <dt>\n \"accuracy\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-3\"><code>double</code></a> that represents the\n accuracy value indicating the 95% confidence level\n in meters. Accuracy measures how close the measured\n coordinates are to the true position.\n </dd>\n <dt>\n \"altitudeAccuracy\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-4\"><code>double?</code></a> that represents the\n altitude accuracy, or <code>null</code> if not available,\n indicating the 95% confidence level in meters.\n Altitude accuracy measures how close the measured\n altitude is to the true altitude.\n </dd>\n <dt>\n \"speed\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-5\"><code>double?</code></a> that represents the\n speed in meters per second, or <code>null</code> if not\n available. Speed measures how fast the device is\n moving.\n </dd>\n <dt>\n \"heading\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-6\"><code>double?</code></a> that represents the heading in\n degrees, or <code>null</code> if not available, or <code>NaN</code> if\n the device is stationary. Heading measures the\n direction in which the device is moving relative to\n true north.\n </dd>\n </dl>"
"html": "Let <var>positionData</var> be a <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-index-term-map-2\">map</a> with the following\n name/value pairs based on the acquired position data:\n <dl>\n <dt>\n \"longitude\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-1\"><code>double</code></a> that represents the longitude\n coordinates on the Earth's surface in degrees,\n using the [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/geolocation/#bib-wgs84\" title=\"World Geodetic System 1984 (WGS 84)\">WGS84</a></cite>] coordinate system. Longitude\n measures how far east or west a point is from the\n Prime Meridian.\n </dd>\n <dt>\n \"altitude\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-2\"><code>double?</code></a> that represents the altitude in\n meters above the [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/geolocation/#bib-wgs84\" title=\"World Geodetic System 1984 (WGS 84)\">WGS84</a></cite>] ellipsoid, or <code>null</code> if\n not available. Altitude measures the height above\n sea level.\n </dd>\n <dt>\n \"accuracy\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-3\"><code>double</code></a> that represents the\n accuracy value indicating the 95% confidence level\n in meters. Accuracy measures how close the measured\n coordinates are to the true position.\n </dd>\n <dt>\n \"altitudeAccuracy\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-4\"><code>double?</code></a> that represents the\n altitude accuracy, or <code>null</code> if not available,\n indicating the 95% confidence level in meters.\n Altitude accuracy measures how close the measured\n altitude is to the true altitude.\n </dd>\n <dt>\n \"speed\"\n </dt>\n <dd>\n A non-negative <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-5\"><code>double?</code></a> that represents the\n speed in meters per second, or <code>null</code> if not\n available. Speed measures how fast the device is\n moving.\n </dd>\n <dt>\n \"heading\"\n </dt>\n <dd>\n A <a data-link-type=\"idl\" data-lt=\"double\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-double\" id=\"ref-for-index-term-double-type-6\"><code>double?</code></a> that represents the heading in\n degrees, or <code>null</code> if not available or the device\n is stationary. Heading measures the direction in\n which the device is moving relative to true north.\n </dd>\n </dl>"
},
{
"html": "Set <var>position</var> to <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/geolocation/#dfn-a-new-geolocationposition\" class=\"internalDFN\" id=\"ref-for-dfn-a-new-geolocationposition-1\">a new <code>GeolocationPosition</code></a>\n passing <var>positionData</var>, <var data-type=\"EpochTimeStamp\">acquisitionTime</var> and\n <var data-type=\"PositionOptions\">options</var>.<a data-link-type=\"idl\" href=\"https://www.w3.org/TR/geolocation/#dom-positionoptions-enablehighaccuracy\" class=\"internalDFN\" id=\"ref-for-dom-positionoptions-enablehighaccuracy-4\"><code>enableHighAccuracy</code></a>."
Expand Down
Loading

0 comments on commit ddfb470

Please sign in to comment.