Skip to content

Commit

Permalink
Editorial: fix xref to permissions policy 'self'
Browse files Browse the repository at this point in the history
SHA: 1360745
Reason: push, by marcoscaceres

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
marcoscaceres and github-actions[bot] committed Jun 14, 2024
1 parent a60c3b0 commit 7b7d170
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
</style>
<meta name="revision" content="1aeed00b8d33f159ea642a21c5a6dfe2e4088ef9">
<meta name="revision" content="13607452234c8d8a40e0d70a08f8a57846d6f6f0">
<meta name="description" content="The Geolocation API provides access to geographical location
information associated with the hosting device.">
<style>
Expand Down Expand Up @@ -237,7 +237,7 @@
"xref": "web-platform",
"errata": "https://w3c.github.io/geolocation-api/errata.html",
"latestVersion": "https://www.w3.org/TR/geolocation/",
"gitRevision": "1aeed00b8d33f159ea642a21c5a6dfe2e4088ef9",
"gitRevision": "13607452234c8d8a40e0d70a08f8a57846d6f6f0",
"publishISODate": "2024-06-14T00:00:00.000Z",
"generatedSubtitle": "W3C Editor's Draft 14 June 2024"
}</script>
Expand Down Expand Up @@ -2632,8 +2632,8 @@ <h1 id="title" class="title">Geolocation API</h1>
</h2><a class="self-link" href="#permissions-policy" aria-label="Permalink for Section 11."></a></div>

<p>
The <cite>Geolocation API</cite> defines a <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature" id="ref-for-index-term-policy-controlled-feature-1">policy-controlled feature</a> identified by the token string <a href="#dfn-geolocation" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-geolocation-3"><code>"geolocation"</code></a>. Its
<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-2">default allowlist</a> is <code>'self'</code>.
This specification defines a <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature" id="ref-for-index-term-policy-controlled-feature-1">policy-controlled feature</a> identified
by the token string <a href="#dfn-geolocation" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-geolocation-3"><code>"geolocation"</code></a>. Its <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-2">default allowlist</a> is <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://www.w3.org/TR/permissions-policy-1/#default-allowlist-self" id="ref-for-index-term-self-for-default-allowlist-1">'self'</a>.
</p>
</section>
<section id="conformance"><div class="header-wrapper"><h2 id="x12-conformance"><bdi class="secno">12. </bdi>Conformance</h2><a class="self-link" href="#conformance" aria-label="Permalink for Section 12."></a></div><p>As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.</p><p>
Expand Down Expand Up @@ -2898,6 +2898,8 @@ <h1 id="title" class="title">Geolocation API</h1>
[<cite><a class="bibref" data-link-type="biblio" href="#bib-permissions-policy">PERMISSIONS-POLICY</a></cite>] defines the following:
<ul>
<li>
<span class="index-term" data-href="https://www.w3.org/TR/permissions-policy-1/#default-allowlist-self" id="index-term-self-for-default-allowlist" tabindex="0" aria-haspopup="dialog">'self' (for default allowlist)</span>
</li><li>
<span class="index-term" data-href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist" id="index-term-default-allowlist-for-policy-controlled-feature" tabindex="0" aria-haspopup="dialog">default allowlist (for policy-controlled feature)</span>
</li><li>
<span class="index-term" data-href="https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature" id="index-term-policy-controlled-feature" tabindex="0" aria-haspopup="dialog">policy-controlled feature</span>
Expand Down Expand Up @@ -4224,6 +4226,18 @@ <h1 id="title" class="title">Geolocation API</h1>
<li>
<a href="#ref-for-index-term-request-permission-to-use-1" title="§ 6.5 Request a position">§ 6.5 Request a position</a>
</li>
</ul>
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-self-for-default-allowlist" aria-label="Links in this document to definition: 'self' (for default allowlist)">
<span class="caret"></span>
<div>
<a class="self-link" href="https://www.w3.org/TR/permissions-policy-1/#default-allowlist-self" aria-label="Permalink for definition: 'self' (for default allowlist). Activate to close this dialog.">Permalink</a>

</div>
<p><b>Referenced in:</b></p>
<ul>
<li>
<a href="#ref-for-index-term-self-for-default-allowlist-1" title="§ 11. Permissions policy">§ 11. Permissions policy</a>
</li>
</ul>
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-index-term-default-allowlist-for-policy-controlled-feature" aria-label="Links in this document to definition: default allowlist (for policy-controlled feature)">
<span class="caret"></span>
Expand Down

0 comments on commit 7b7d170

Please sign in to comment.