- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 08:26:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv15830
Modified Files:
Overview.html
Log Message:
removed "in trusted environment" as agreed
note on other changes needed
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.html 9 Jul 2010 11:28:12 -0000 1.68
+++ Overview.html 16 Jul 2010 08:26:34 -0000 1.69
@@ -24,7 +24,7 @@
<body>
<section id='abstract'>
- This specification defines a HTML form enhancements that provide access to the audio, image and video capture
+ This specification defines HTML form enhancements that provide access to the audio, image and video capture
capabilities of the device.
</section>
@@ -47,7 +47,8 @@
<section id="security">
<h2>Security and Privacy Considerations</h2>
-
+ <!-- @@@ get inspiration from FileAPI spec -->
+ <!-- @@@ make note of leaking private date through EXIF -->
<p class='note'>
<strong>The overall architecture for addressing privacy in DAP is still
under construction. As it is finalized, there may be changes made to
@@ -158,24 +159,6 @@
<pre class="example sh_javascript_dom"><input id="cameraInput" type="file" accept="image/*"> </pre>
- <p>In trusted environments the click event of file input element
- can be synthesised as follows:</p>
-
- <pre class="example sh_javascript_dom">
-
-<input id="cameraInput" onchange="successCB();" type="file" accept="image/*">
-
-<script>
-
-function successCB() {
- // Read the image using file-reader or submit the form
-}
-
-document.getElementById('cameraInput').click();
-
-</script>
-
-</pre>
</section>
<section id="formaccess">
Received on Friday, 16 July 2010 08:26:38 UTC