|
159 | 159 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)} |
160 | 160 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)} |
161 | 161 | </style> |
162 | | -<meta name="revision" content="5cfcf262d41c401449ffe9486d78d16e6319990d"> |
| 162 | +<meta name="revision" content="b0ca499b233380b46ec7c4a2ad4beba4a8ec4521"> |
163 | 163 | <meta name="description" content="Geolocation provides access to geographical location information |
164 | 164 | associated with the hosting device."> |
165 | 165 | <style> |
|
233 | 233 | "xref": "web-platform", |
234 | 234 | "errata": "https://w3c.github.io/geolocation/errata.html", |
235 | 235 | "latestVersion": "https://www.w3.org/TR/geolocation/", |
236 | | - "gitRevision": "5cfcf262d41c401449ffe9486d78d16e6319990d", |
237 | | - "publishISODate": "2024-06-19T00:00:00.000Z", |
238 | | - "generatedSubtitle": "W3C Editor's Draft 19 June 2024" |
| 236 | + "gitRevision": "b0ca499b233380b46ec7c4a2ad4beba4a8ec4521", |
| 237 | + "publishISODate": "2024-07-02T00:00:00.000Z", |
| 238 | + "generatedSubtitle": "W3C Editor's Draft 02 July 2024" |
239 | 239 | }</script> |
240 | 240 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"> |
241 | 241 | <link rel="stylesheet" media="(prefers-color-scheme: dark)" href="https://www.w3.org/StyleSheets/TR/2021/dark.css"></head> |
242 | 242 | <body data-cite="WEBIDL secure-contexts permissions-policy permissions hr-time html HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head"> |
243 | 243 | <p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> |
244 | 244 | </a></p> |
245 | 245 | <h1 id="title" class="title">Geolocation</h1> |
246 | | - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-06-19">19 June 2024</time></p> |
| 246 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-07-02">02 July 2024</time></p> |
247 | 247 | <details open=""> |
248 | 248 | <summary>More details about this document</summary> |
249 | 249 | <dl> |
@@ -2392,8 +2392,8 @@ <h1 id="title" class="title">Geolocation</h1> |
2392 | 2392 | takes 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-3">map</a> of position data, a timestamp, and a boolean |
2393 | 2393 | indicating high accuracy as arguments. We iterate over the map to set |
2394 | 2394 | the attributes of the <a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-5"><code>GeolocationCoordinates</code></a>. |
2395 | | - </aside> |
2396 | | - <ins cite="#c4"><p> |
| 2395 | + </aside><ins cite="#c4"> |
| 2396 | + <p> |
2397 | 2397 | <dfn id="dfn-a-new-geolocationposition" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">A new <code>GeolocationPosition</code></dfn> is constructed with <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#ordered-map" id="ref-for-index-term-map-4">map</a> |
2398 | 2398 | <var>positionData</var>, <a data-link-type="idl" data-lt="EpochTimeStamp" data-type="typedef" href="https://www.w3.org/TR/hr-time-3/#dom-epochtimestamp" id="ref-for-index-term-epochtimestamp-3"><code>EpochTimeStamp</code></a> <var data-type="EpochTimeStamp">timestamp</var> and |
2399 | 2399 | boolean <var>isHighAccuracy</var> by performing the following steps: |
@@ -3117,7 +3117,7 @@ <h1 id="title" class="title">Geolocation</h1> |
3117 | 3117 | </dd><dt id="bib-permissions">[Permissions]</dt><dd> |
3118 | 3118 | <a href="https://www.w3.org/TR/permissions/"><cite>Permissions</cite></a>. Marcos Caceres; Mike Taylor. W3C. 19 March 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/permissions/">https://www.w3.org/TR/permissions/</a> |
3119 | 3119 | </dd><dt id="bib-permissions-policy">[permissions-policy]</dt><dd> |
3120 | | - <a href="https://www.w3.org/TR/permissions-policy-1/"><cite>Permissions Policy</cite></a>. Ian Clelland. W3C. 19 June 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/permissions-policy-1/">https://www.w3.org/TR/permissions-policy-1/</a> |
| 3120 | + <a href="https://www.w3.org/TR/permissions-policy-1/"><cite>Permissions Policy</cite></a>. Ian Clelland. W3C. 28 June 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/permissions-policy-1/">https://www.w3.org/TR/permissions-policy-1/</a> |
3121 | 3121 | </dd><dt id="bib-rfc2119">[RFC2119]</dt><dd> |
3122 | 3122 | <a href="https://www.rfc-editor.org/rfc/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. S. Bradner. IETF. March 1997. Best Current Practice. URL: <a href="https://www.rfc-editor.org/rfc/rfc2119">https://www.rfc-editor.org/rfc/rfc2119</a> |
3123 | 3123 | </dd><dt id="bib-rfc8174">[RFC8174]</dt><dd> |
|
0 commit comments