diff --git a/index.html b/index.html
index 42dc16f..54c423f 100644
--- a/index.html
+++ b/index.html
@@ -183,7 +183,7 @@
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
-
+
@@ -267,7 +267,7 @@
Permissions
Interacting with Permissions for Powerful Features
-
W3C Editor's Draft
+
W3C Editor's Draft
More details about this document
@@ -1938,13 +1938,14 @@ Permissions
To set a permission given a PermissionDescriptor
- descriptor, and a PermissionState
state:
+ descriptor, a PermissionState
state, and an
+ optional origin:
- - Let settings be the current settings object.
+
- Let target origin be current settings object's origin if origin is null, or origin otherwise.
- Let targets be a list containing all environment settings objects whose
- origin is same origin as the origin of settings.
+ origin is same origin with target origin.
- Let tasks be an empty list.
@@ -2126,6 +2127,7 @@ Permissions
-
@@ -2155,7 +2157,9 @@
Permissions
- Set a permission with typedDescriptor and state.
+
- Let origin be the value of the
origin
field of command parameters.
+
+ - Set a permission with typedDescriptor, state, and origin.
- Return success with data
null
.
@@ -2600,7 +2604,7 @@ Permissions
@@ -2617,7 +2621,7 @@ Permissions