Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,12 @@ partial interface HTMLIFrameElement {
1. Let |report-only result| be the result of calling <a abstract-op>Check
permissions policy</a>, given |report-only policy|, |feature|, |origin|,
and |document|'s [=Document/origin=].
1. Optionally, set |result| to "<code>Disabled</code>" if the user agent deems it necessary.

Note: The user agent may wish to disallow particular contexts or scripts from using the
API. See the <a
href="https://github.com/explainers-by-googlers/selective-permissions-intervention">
Selective Permissions Intervention</a> as an example.
1. If |report| is True:
1. Let |settings| be |document|'s <a>environment settings object</a>.
1. If |result| is "<code>Disabled</code>":
Expand Down