diff --git a/index.html b/index.html index 54c423f..820380d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + - +
@@ -267,7 +267,7 @@

Permissions

Interacting with Permissions for Powerful Features

-

W3C Editor's Draft

+

W3C Editor's Draft

More details about this document
@@ -322,10 +322,10 @@

Permissions

desktop
-
- Android Chrome logo120 -
- Android Firefox logo119 +
+ Android Chrome logo121 +
+ Android Firefox logo122
Android UC logo15.5
@@ -2008,26 +2008,26 @@

Permissions

remote end steps are:

    -
  1. Let parameters be the parameters argument, converted to an IDL value of +
  2. Let parametersDict be the parameters argument, converted to an IDL value of type PermissionSetParameters. If this throws an exception, return an invalid argument error.
  3. -
  4. Let rootDesc be parameters.descriptor. -
  5. -
  6. If parameters.state is an inappropriate permission - state for any implementation-defined reason, return a invalid argument - error. +
  7. If parametersDict.state is an inappropriate + permission state for any implementation-defined reason, return an + invalid argument error.
    Note

    For example, user agents that define the "midi" powerful feature as "always on" can choose to reject a command to set the permission state to "denied" at this step.

  8. +
  9. Let rootDesc be parameters.descriptor. +
  10. Let typedDescriptor be the object rootDesc refers to, converted to an IDL value of rootDesc.name's permission descriptor type. If this throws an exception, return a invalid argument error.
  11. Set a permission with typedDescriptor and - parameters.state. + parametersDict.state.
  12. Return success with data null.
  13. @@ -2604,7 +2604,7 @@

    Permissions

    [WebDriver-BiDi]
    WebDriver BiDi. W3C. Editor's Draft. URL: https://w3c.github.io/webdriver-bidi/
    [webdriver2]
    - WebDriver. Simon Stewart; David Burns. W3C. 15 January 2024. W3C Working Draft. URL: https://www.w3.org/TR/webdriver2/ + WebDriver. Simon Stewart; David Burns. W3C. 23 January 2024. W3C Working Draft. URL: https://www.w3.org/TR/webdriver2/
    [WEBIDL]
    Web IDL Standard. Edgar Chen; Timothy Gu. WHATWG. Living Standard. URL: https://webidl.spec.whatwg.org/
    @@ -2619,9 +2619,9 @@

    Permissions

    [local-font-access]
    Local Font Access. WICG. cg-draft. URL: https://wicg.github.io/local-font-access/
    [orientation-event]
    - DeviceOrientation Event Specification. Reilly Grant; Raphael Kubo da Costa. W3C. 5 January 2024. W3C Working Draft. URL: https://www.w3.org/TR/orientation-event/ + DeviceOrientation Event Specification. Reilly Grant; Raphael Kubo da Costa. W3C. 2 February 2024. W3C Working Draft. URL: https://www.w3.org/TR/orientation-event/
    [Permissions]
    - Permissions. Marcos Caceres; Mike Taylor. W3C. 12 January 2024. W3C Working Draft. URL: https://www.w3.org/TR/permissions/ + Permissions. Marcos Caceres; Mike Taylor. W3C. 16 January 2024. W3C Working Draft. URL: https://www.w3.org/TR/permissions/
    [push-api]
    Push API. Peter Beverloo; Martin Thomson; Marcos Caceres. W3C. 11 December 2023. W3C Working Draft. URL: https://www.w3.org/TR/push-api/
    [w3c-process]