@@ -297,8 +297,8 @@ A {{FileSystemHandle}} object is associated with a <dfn for=FileSystemHandle exp
297
297
Note: Multiple {{FileSystemHandle}} objects can have
298
298
[=the same locator as|the same=] [=/file system locator=] .
299
299
300
- A {{FileSystemHandle}}
301
- <dfn for=FileSystemHandle export>is in an origin private file system</dfn>
300
+ A {{FileSystemHandle}} is
301
+ <dfn for=FileSystemHandle export>in an origin private file system</dfn>
302
302
if the first [=list/item=] of its [=FileSystemHandle/locator=] 's
303
303
[=file system locator/path=] is the empty string.
304
304
@@ -549,8 +549,8 @@ The <dfn method for=FileSystemFileHandle>createWritable(|options|)</dfn> method
549
549
The returned {{FileSystemSyncAccessHandle}} offers synchronous methods. This allows for higher performance
550
550
on contexts where asynchronous operations come with high overhead, e.g., WebAssembly.
551
551
552
- For the time being, this method will only succeed when the |fileHandle|
553
- [=FileSystemHandle/is in an origin private file system=] .
552
+ For the time being, this method will only succeed when the |fileHandle| is
553
+ [=FileSystemHandle/in an origin private file system=] .
554
554
</div>
555
555
556
556
<div algorithm>
@@ -559,7 +559,7 @@ The <dfn method for=FileSystemFileHandle>createSyncAccessHandle()</dfn> method s
559
559
1. Let |result| be [=a new promise=] .
560
560
1. Let |locator| be [=this=] 's [=FileSystemHandle/locator=] .
561
561
1. Let |isInOriginPrivateFileSystem| be whether
562
- [=this=] [=FileSystemHandle/is in an origin private file system=] .
562
+ [=this=] is [=FileSystemHandle/in an origin private file system=] .
563
563
1. Run these steps [=in parallel=] :
564
564
1. Let |entry| be the result of [=locating an entry=] given |locator|.
565
565
1. Let |access| be the result of running |entry|'s
0 commit comments