Skip to content
Draft
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions features/permission-constraint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission> and <constraint>
description: The `<permission>` and `<constraint>` HTML elements show a button that triggers a permission request. For example, clicking a `<permission type="microphone">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-2-inner-elements
3 changes: 3 additions & 0 deletions features/permission-constraints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission>
description: The `<permission>` HTML element, with the `constraints` configuration attribute, shows a button that triggers a permission request. For example, clicking a `<permission type="microphone" constraints="…">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-4b-one-single-constraints-json-attribute
3 changes: 3 additions & 0 deletions features/permission-permissionconstraints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission> and <script type="permissionconstraints">
description: The `<permission>` and `<script type="permissionconstraints">` HTML elements show a button that triggers a permission request. For example, clicking a `<permission type="microphone">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-1-inline-script-with-typepermissionconstraints
3 changes: 3 additions & 0 deletions features/permission-setconstraints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission>
description: The `<permission>` HTML element shows a button that triggers a permission request, while the `HTMLInputElement` interface's `setConstraint()` method configures it. For example, clicking a `<permission type="microphone">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-3-idl-only-property-which-can-be-set-via-js
3 changes: 3 additions & 0 deletions features/permission-videoconstraints-audioconstraints.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission>
description: The `<permission>` HTML element, with the `videoconstraints` and `audioconstraints` configuration attributes, shows a button that triggers a permission request. For example, clicking a `<permission type="microphone">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-4a-individual-json-attributes-videoconstraints-and-audioconstraints
3 changes: 3 additions & 0 deletions features/permission-with-attributes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: <permission>
description: The `<permission>` HTML element, with many configuration attributes, shows a button that triggers a permission request. For example, clicking a `<permission type="microphone">` element asks the user to grant permission to record audio. Also known as Page Embedded Permission Control.
spec: https://github.com/WICG/PEPC/blob/main/explainer.md#option-5-many-attributes-one-for-each-constraint
Loading