Problem in the Entry interface description (filesystem)

Hello,

In the description of the Entry interface located here:

http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#the-entry-interface

I noticed the following sentence:

"An abstract interface representing entries in a file system, each of which
may be a File<http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#dfn-file>
 or DirectoryEntry<http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-DirectoryEntry>.",
with a link leading to the File interface. Obviously, the File interface is
not a descendant of the Entry interface, but FileEntry is, as can been
easily checked on both descriptions:

http://dev.w3.org/2006/webapi/FileAPI/#dfn-file
http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#the-fileentry-interface

File is a Blob.

I hope it helps, but I'm sure I'm not the first to notice.

Regards,


Alexis Dufrenoy

Received on Thursday, 10 October 2013 14:51:40 UTC