From 9d65def08360746377e0746b5fcfe6e434077dbe Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Thu, 6 Apr 2023 23:27:02 +0000 Subject: [PATCH] move "is" out of the def --- index.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.bs b/index.bs index 251346e..6f7da50 100644 --- a/index.bs +++ b/index.bs @@ -297,8 +297,8 @@ A {{FileSystemHandle}} object is associated with a is in an origin private file system +A {{FileSystemHandle}} is +in an origin private file system if the first [=list/item=] of its [=FileSystemHandle/locator=]'s [=file system locator/path=] is the empty string. @@ -549,8 +549,8 @@ The createWritable(|options|) method The returned {{FileSystemSyncAccessHandle}} offers synchronous methods. This allows for higher performance on contexts where asynchronous operations come with high overhead, e.g., WebAssembly. - For the time being, this method will only succeed when the |fileHandle| - [=FileSystemHandle/is in an origin private file system=]. + For the time being, this method will only succeed when the |fileHandle| is + [=FileSystemHandle/in an origin private file system=].
@@ -559,7 +559,7 @@ The createSyncAccessHandle() method s 1. Let |result| be [=a new promise=]. 1. Let |locator| be [=this=]'s [=FileSystemHandle/locator=]. 1. Let |isInOriginPrivateFileSystem| be whether - [=this=] [=FileSystemHandle/is in an origin private file system=]. + [=this=] is [=FileSystemHandle/in an origin private file system=]. 1. Run these steps [=in parallel=]: 1. Let |entry| be the result of [=locating an entry=] given |locator|. 1. Let |access| be the result of running |entry|'s