Skip to content

Commit

Permalink
Merge pull request #196 from clelland/permissions-policy
Browse files Browse the repository at this point in the history
Rename Feature Policy to Permissions Policy
  • Loading branch information
beaufortfrancois authored Dec 6, 2022
2 parents f51cdfa + f198a40 commit a4e812a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Favicon: https://raw.githubusercontent.com/google/material-design-icons/master/a
Group: mediawg
Markup Shorthands: markdown yes
Repository: w3c/picture-in-picture
!Web Platform Tests: <a href="https://github.com/web-platform-tests/wpt/tree/master/feature-policy">feature-policy/</a><br/><a href="https://github.com/web-platform-tests/wpt/tree/master/picture-in-picture">picture-in-picture/</a>
!Web Platform Tests: <a href="https://github.com/web-platform-tests/wpt/tree/master/permissions-policy">permissions-policy/</a><br/><a href="https://github.com/web-platform-tests/wpt/tree/master/picture-in-picture">picture-in-picture/</a>
Editor: François Beaufort, w3cid 81174, Google LLC https://www.google.com, fbeaufort@google.com
Former Editor: Mounir Lamouri, w3cid 45389, Google LLC https://www.google.com, mlamouri@google.com
Abstract: This specification intends to provide APIs to allow websites to
Expand Down Expand Up @@ -479,7 +479,7 @@ The API is not limited to [[SECURE-CONTEXTS]] because it exposes a feature
to web applications that user agents usually offer natively on all media
regardless of the <a>browsing context</a>.

## Feature Policy ## {#feature-policy}
## Permissions Policy ## {#permissions-policy}

This specification defines a <a>policy-controlled feature</a> named
`"picture-in-picture"` that controls whether the <a>request Picture-in-Picture
Expand Down

0 comments on commit a4e812a

Please sign in to comment.