- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 13:44:03 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv9879
Modified Files:
Overview.html
Log Message:
intro for capture parameter example
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html 16 Jul 2010 13:41:37 -0000 1.93
+++ Overview.html 16 Jul 2010 13:44:01 -0000 1.94
@@ -192,6 +192,7 @@
<p>The <code>capture</code> parameter can take one of the following values: <code>camera</code>, <code>camcorder</code>, <code>microphone</code>, <code>filesystem</code>. These values indicate which source the file picker interface should preferably present to the user by default.</p>
<p class="note">The values and their exact meaning are still very much in flux.</p>
+ <p>For example, the following code indicates that the user is expected to upload an image from the device camera:</p>
<pre class="example sh_javascript_dom"><input type="file" accept="image/*;capture=camera"> </pre>
</section>
Received on Friday, 16 July 2010 13:44:07 UTC