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

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

Modified Files:
	Overview.html 
Log Message:
s/session/browsing context/


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/api-perms/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html	29 Sep 2010 15:05:49 -0000	1.3
+++ Overview.html	29 Sep 2010 15:07:03 -0000	1.4
@@ -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, and is retained for later access in the same session.</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 browsing context.</p>
 
             <p>The <code>file.write</code> identifier corresponds to
             the access to

Received on Wednesday, 29 September 2010 15:07:13 UTC