- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Sep 2012 11:05:55 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv8846
Modified Files:
Overview.html
Log Message:
add prose to Security and privacy considerations re camera selection, sound muting (LC-2636. LC-2641)
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Overview.html 23 Aug 2012 11:54:45 -0000 1.133
+++ Overview.html 6 Sep 2012 11:05:53 -0000 1.134
@@ -105,8 +105,17 @@
a microphone or camera, until a user interaction giving implicit
consent is completed. A user agent should also provide an indication
when such an input device is enabled and make it possible to terminate
- such capture.
- </p>
+ such capture. Similarly, the user agent should allow the user:
+ <ul>
+ <li>
+ to select the exact media capture device to be used if there exists
+ multiple devices of the same type (e.g. a front-facing camera in
+ addition to a primary camera).
+ </li>
+ <li>
+ to disable sound capture when in the video capture mode.
+ </li>
+ </ul>
<p>
This specification builds upon the security and privacy protections
provided by the <code><input type="file"></code> [[!HTML5]] and
@@ -121,6 +130,7 @@
a captured media metadata (e.g. EXIF) might transmit more private data
than the user might be expecting.
</p>
+
</section>
<section>
Received on Thursday, 6 September 2012 11:06:07 UTC