- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Sep 2010 14:50:58 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv14842
Modified Files:
Overview-API.html
Log Message:
Mention user consent instead of authentication in section 4.
Index: Overview-API.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview-API.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview-API.html 2 Sep 2010 14:31:44 -0000 1.17
+++ Overview-API.html 2 Sep 2010 14:50:56 -0000 1.18
@@ -69,7 +69,6 @@
}
function error(err) {
-
if (err.code === err.CAPTURE_INTERNAL_ERR) {
alert("The capture failed due to an internal error");
}
@@ -117,7 +116,7 @@
can potentially compromise user privacy and a conforming
implementation of this specification MUST provide a mechanism that
protects the user's privacy and this mechanism should ensure that such
- operations MUST be authenticated.</p>
+ operations MUST NOT happen without user consent.</p>
<h3>Privacy considerations for implementers of Capture API</h3>
Received on Thursday, 2 September 2010 14:50:59 UTC