diff --git a/features/permission-constraint.yml b/features/permission-constraint.yml new file mode 100644 index 00000000000..d25e62914a5 --- /dev/null +++ b/features/permission-constraint.yml @@ -0,0 +1,3 @@ +name: and +description: The `` and `` HTML elements show a button that triggers a permission request. For example, clicking a `` 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 diff --git a/features/permission-constraints.yml b/features/permission-constraints.yml new file mode 100644 index 00000000000..3befde25d50 --- /dev/null +++ b/features/permission-constraints.yml @@ -0,0 +1,3 @@ +name: +description: The `` HTML element, with the `constraints` configuration attribute, shows a button that triggers a permission request. For example, clicking a `` 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 diff --git a/features/permission-permissionconstraints.yml b/features/permission-permissionconstraints.yml new file mode 100644 index 00000000000..65a958eab83 --- /dev/null +++ b/features/permission-permissionconstraints.yml @@ -0,0 +1,3 @@ +name: and