Skip to content

Commit a5fe92d

Browse files
chore: tidy
SHA: 5391d57 Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7aabda commit a5fe92d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
171171
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
172172
</style>
173-
<meta name="revision" content="74b1dd0d0bf1d0bae614e006f2dafdb66c5cfb8b">
173+
<meta name="revision" content="5391d57fd3bd460725daee1f6140b9cb70770091">
174174
<meta name="description" content="The Geolocation API provides access to geographical location
175175
information associated with the hosting device.">
176176
<style>
@@ -242,7 +242,7 @@
242242
"testSuiteURI": "https://wpt.live/geolocation-API/",
243243
"implementationReportURI": "https://w3c.github.io/geolocation-api/reports/PR_imp_report.html",
244244
"xref": "web-platform",
245-
"gitRevision": "74b1dd0d0bf1d0bae614e006f2dafdb66c5cfb8b",
245+
"gitRevision": "5391d57fd3bd460725daee1f6140b9cb70770091",
246246
"publishISODate": "2024-04-11T00:00:00.000Z",
247247
"generatedSubtitle": "W3C Editor's Draft 11 April 2024"
248248
}</script>
@@ -742,9 +742,9 @@ <h1 id="title" class="title">Geolocation API</h1>
742742
</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>
743743

744744
<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.
748748
</p>
749749
<p>
750750
Third-party usage can be selectively enabled by adding the
@@ -2266,8 +2266,8 @@ <h1 id="title" class="title">Geolocation API</h1>
22662266
<a data-link-type="idl" data-lt="GeolocationCoordinates" href="#dom-geolocationcoordinates" class="internalDFN" id="ref-for-dom-geolocationcoordinates-3"><code>GeolocationCoordinates</code></a> instance:
22672267
<ol>
22682268
<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.
22712271
</li>
22722272
<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>
22732273
attribute to a longitude, specified as a real number of degrees,

0 commit comments

Comments
 (0)