Skip to content

Commit

Permalink
Add a fenced frame and a permissions key (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome authored Dec 18, 2024
1 parent 4fe9ad7 commit fd96a8a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/fencedframe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ compat_features:
- api.HTMLFencedFrameElement.allow
- api.HTMLFencedFrameElement.config
- api.HTMLFencedFrameElement.height
- api.HTMLFencedFrameElement.sandbox
- api.HTMLFencedFrameElement.width
- api.Navigator.deprecatedReplaceInURN
- api.Window.fence
Expand Down
1 change: 1 addition & 0 deletions features/fencedframe.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ compat_features:
- api.HTMLFencedFrameElement.allow
- api.HTMLFencedFrameElement.config
- api.HTMLFencedFrameElement.height
- api.HTMLFencedFrameElement.sandbox
- api.HTMLFencedFrameElement.width
- api.Navigator.deprecatedReplaceInURN
- api.Window.fence
Expand Down
13 changes: 12 additions & 1 deletion features/permissions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Permissions
description: The `navigator.permissions` API checks whether a permission, such as access to geolocation data, has been granted.
spec: https://w3c.github.io/permissions/
spec:
- https://w3c.github.io/permissions/
- https://wicg.github.io/permissions-request/#dom-permissions-request
caniuse: permissions-api
group: security
status:
compute_from: api.PermissionStatus.state
compat_features:
- api.Navigator.permissions
- api.PermissionStatus
- api.PermissionStatus.state
- api.Permissions
- api.Permissions.query
- api.Permissions.request
4 changes: 4 additions & 0 deletions features/permissions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ compat_features:
# safari: "16"
# safari_ios: "16"
- api.PermissionStatus.state

# baseline: false
# support: {}
- api.Permissions.request

0 comments on commit fd96a8a

Please sign in to comment.