2009/dap/api-perms Overview.html,1.2,1.3

Update of /sources/public/2009/dap/api-perms
In directory hutz:/tmp/cvs-serv18592

Modified Files:
	Overview.html 
Log Message:
added note on duration of file access per bryan's suggestion


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/api-perms/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	22 Sep 2010 14:40:13 -0000	1.2
+++ Overview.html	29 Sep 2010 15:05:49 -0000	1.3
@@ -84,7 +84,7 @@
                       href="http://dev.w3.org/2006/webapi/FileAPI/#dfn-readAsArrayBuffer">FileReader::readAsBinaryString</a></code>,
             <code><a
                       href="http://dev.w3.org/2006/webapi/FileAPI/#dfn-readAsText">FileReader::readAsText</a></code> and <code><a href="http://dev.w3.org/2006/webapi/FileAPI/#dfn-readAsArrayBuffer">FileReader::readAsDataURL</a></code> methods defined in the File API [[!FILE-API]]. </p> 
-	<p>In the Web browser environment, this permission is usually granted implicitly once the <code>File</code> object has been created, after the user has selected a file from a file picker.</p>
+	<p>In the Web browser environment, this permission is usually granted implicitly once the <code>File</code> object has been created, after the user has selected a file from a file picker, and is retained for later access in the same session.</p>
 
             <p>The <code>file.write</code> identifier corresponds to
             the access to

Received on Wednesday, 29 September 2010 15:05:53 UTC