- From: Marcos Cáceres <notifications@github.com>
- Date: Fri, 17 Jul 2026 22:32:17 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 18 July 2026 05:32:21 UTC
@marcoscaceres commented on this pull request.
> +
+note:
+ In most cases, the files and directories selected by the user will
+ be presented by the API as if contained by a <em>virtual root</em>
+ that does not exist as an entity in the actual native file system
+ backing the interaction with the API.
+
+A <dfn export>file system</dfn> consists of a <dfn for="file system">name</dfn>
+and a <dfn for="file system">root</dfn> which is an associated [=root
+directory=]. The [=file system/name=] of a [=/file system=] is a
+{{USVString}} which is implementation defined but is unique to the
+[=/file system=]. A [=root directory=] is associated with exactly one
+[=/file system=].
+
+note:
+ Implementations could produce a [=file system/name=] by generating a
```suggestion
Implementations could produce a file system [=file system/name=] by generating a
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/222#pullrequestreview-4727779624
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/FileAPI/pull/222/review/4727779624@github.com>
Received on Saturday, 18 July 2026 05:32:21 UTC