- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 10:14:01 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv8676
Modified Files:
Overview.html
Log Message:
*** empty log message ***
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Overview.html 16 Jul 2010 10:13:40 -0000 1.86
+++ Overview.html 16 Jul 2010 10:13:59 -0000 1.87
@@ -69,7 +69,7 @@
<h2>Security and Privacy Considerations</h2>
<!-- @@@ get inspiration from FileAPI spec -->
<!-- @@@ make note of leaking private date through EXIF -->
- <p>This specification builds upon the security and privacy protections provided by the [[!HTML5]] <code>input type="file"</code> and the [[!FILE-API]] specifications; in particular, it is expected that any offer to start capturing content from the user’s device would require a specific user interaction on an HTML element that is entirely controled by the user agent.</p>
+ <p>This specification builds upon the security and privacy protections provided by the [[!HTML5]] <code><input type="file"></code> and the [[!FILE-API]] specifications; in particular, it is expected that any offer to start capturing content from the user’s device would require a specific user interaction on an HTML element that is entirely controled by the user agent.</p>
<p>In addition to the requirements already highlighted in the [[!HTML5]] and [[!FILE-API]] specifications, implementors should take care of additional leakage of privacy-sensitive data from captured media. For instance, embedding the user’s location in a captured media might transmit more private data than the user might be expecting.</p>
Received on Friday, 16 July 2010 10:14:02 UTC