|
170 | 170 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
|
171 | 171 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
|
172 | 172 | </style>
|
173 |
| -<meta name="revision" content="74b1dd0d0bf1d0bae614e006f2dafdb66c5cfb8b"> |
| 173 | +<meta name="revision" content="5391d57fd3bd460725daee1f6140b9cb70770091"> |
174 | 174 | <meta name="description" content="The Geolocation API provides access to geographical location
|
175 | 175 | information associated with the hosting device.">
|
176 | 176 | <style>
|
|
242 | 242 | "testSuiteURI": "https://wpt.live/geolocation-API/",
|
243 | 243 | "implementationReportURI": "https://w3c.github.io/geolocation-api/reports/PR_imp_report.html",
|
244 | 244 | "xref": "web-platform",
|
245 |
| - "gitRevision": "74b1dd0d0bf1d0bae614e006f2dafdb66c5cfb8b", |
| 245 | + "gitRevision": "5391d57fd3bd460725daee1f6140b9cb70770091", |
246 | 246 | "publishISODate": "2024-04-11T00:00:00.000Z",
|
247 | 247 | "generatedSubtitle": "W3C Editor's Draft 11 April 2024"
|
248 | 248 | }</script>
|
@@ -742,9 +742,9 @@ <h1 id="title" class="title">Geolocation API</h1>
|
742 | 742 | </h3><a class="self-link" href="#enabling-the-api-in-third-party-contexts" aria-label="Permalink for Section 2.7"></a></div><p><em>This section is non-normative.</em></p>
|
743 | 743 |
|
744 | 744 | <p>
|
745 |
| - The <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist" id="ref-for-index-term-default-allowlist-for-policy-controlled-feature-1">default allowlist</a> of <code>'self'</code> allows |
746 |
| - Geolocation API usage in same-origin nested frames but prevents |
747 |
| - third-party content from using the API. |
| 745 | + The <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist" id="ref-for-index-term-default-allowlist-for-policy-controlled-feature-1">default allowlist</a> of <code>'self'</code> |
| 746 | + allows Geolocation API usage in same-origin nested frames but |
| 747 | + prevents third-party content from using the API. |
748 | 748 | </p>
|
749 | 749 | <p>
|
750 | 750 | Third-party usage can be selectively enabled by adding the
|
@@ -2266,8 +2266,8 @@ <h1 id="title" class="title">Geolocation API</h1>
|
2266 | 2266 | <a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-3"><code>GeolocationCoordinates</code></a> instance:
|
2267 | 2267 | <ol>
|
2268 | 2268 | <li>Initialize <var>coord</var>'s <a data-link-type="idl" href="#dom-geolocationcoordinates-latitude" class="internalDFN" id="ref-for-dom-geolocationcoordinates-latitude-2"><code>latitude</code></a>
|
2269 |
| - attribute to a latitude, specified as a real number of degrees, in |
2270 |
| - the [<cite><a class="bibref" data-link-type="biblio" href="#bib-wgs84" title="National Imagery and Mapping Agency Technical Report 8350.2, Third Edition">WGS84</a></cite>] coordinate system. |
| 2269 | + attribute to a latitude, specified as a real number of degrees, |
| 2270 | + in the [<cite><a class="bibref" data-link-type="biblio" href="#bib-wgs84" title="National Imagery and Mapping Agency Technical Report 8350.2, Third Edition">WGS84</a></cite>] coordinate system. |
2271 | 2271 | </li>
|
2272 | 2272 | <li>Initialize <var>coord</var>'s <a data-link-type="idl" href="#dom-geolocationcoordinates-longitude" class="internalDFN" id="ref-for-dom-geolocationcoordinates-longitude-2"><code>longitude</code></a>
|
2273 | 2273 | attribute to a longitude, specified as a real number of degrees,
|
|
0 commit comments