diff --git a/index.html b/index.html index 2e10fee..8238f59 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,9 @@ File System Access - + - + - - +
@@ -1062,7 +1062,7 @@

handle's entry.

+

Let entry be desc["handle"]'s entry.

  • If entry represents a file system entry in a bucket file system, this descriptor’s permission state must always be @@ -1072,7 +1072,7 @@

    permission state for a descriptor with the same mode, and a handle representing entry’s parent.

  • -

    Otherwise, if desc.mode is +

    Otherwise, if desc["mode"] is "readwrite":

    1. @@ -1097,10 +1097,10 @@

      default permission query algorithm on desc and status.

    2. -

      If status.state is not "prompt", - then abort these steps.

      +

      If status’s state is not + "prompt", then abort these steps.

    3. -

      Let settings be desc.handle's relevant settings object.

      +

      Let settings be desc["handle"]'s relevant settings object.

    4. Let global be settings’s global object.

    5. @@ -1123,11 +1123,12 @@

      FileSystemPermissionDescriptor.

    6. -

      Set desc.name to "file-system".

      +

      Set desc["name"] to + "file-system".

    7. -

      Set desc.handle to handle.

      +

      Set desc["handle"] to handle.

    8. -

      Set desc.mode to mode.

      +

      Set desc["mode"] to mode.

    9. Return desc’s permission state.

    @@ -1138,11 +1139,12 @@

    FileSystemPermissionDescriptor.

  • -

    Set desc.name to "file-system".

    +

    Set desc["name"] to + "file-system".

  • -

    Set desc.handle to handle.

    +

    Set desc["handle"] to handle.

  • -

    Set desc.mode to mode.

    +

    Set desc["mode"] to mode.

  • Let status be the result of running create a PermissionStatus for desc.

  • @@ -1206,7 +1208,7 @@