Skip to content

Commit d5fbdfa

Browse files
committed
Editorial: fix xref default allow list
1 parent c7a7bef commit d5fbdfa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,9 @@

205205
Enabling the API in third-party contexts
206206
h3>
207207
<p data-cite="permissions-policy">
208-
The [=default allowlist=] of [=default allowlist/'self'=] makes Web
209-
Share API available by default only in first-party contexts.
208+
The [=policy-controlled feature/default allowlist=] of [=default
209+
allowlist/'self'=] makes Web Share API available by default only in
210+
first-party contexts.
210211
p>
211212
<p>
212213
Third-party can be allowed to use this API via an [^iframe^]'s
@@ -685,8 +686,9 @@

685686
<p>
686687
This specification defines a policy-controlled permission identified by
687688
the string <code><dfn class="permission">"web-share"dfn>code>. Its
688-
[=default allowlist=] is [=default allowlist/'self'=], which means
689-
third-party contexts are not [=allowed to use=] the API by default.
689+
[=policy-controlled feature/default allowlist=] is [=default
690+
allowlist/'self'=], which means third-party contexts are not [=allowed
691+
to use=] the API by default.
690692
p>
691693
<p>
692694
Developers can use the means afforded by the [[[permissions-policy]]]

0 commit comments

Comments
 (0)