- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 09:29:08 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv598 Modified Files: Overview.html Log Message: making capture a mime type parameter rather than an attribute taking values from andrei's list as a strawman http://www.w3.org/mid/AANLkTil2Ah8fabrtFjLBybtmajXpynKPKXr6gjg1v04x@mail.gmail.com Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- Overview.html 16 Jul 2010 09:18:14 -0000 1.78 +++ Overview.html 16 Jul 2010 09:29:05 -0000 1.79 @@ -159,23 +159,20 @@ <pre class="example sh_javascript_dom"><input id="cameraInput" type="file" accept="image/*"> </pre> + <!-- @@@ note on streaming and <device> --> + </section> <section id="formaccess"> - <h2>The <code>Capture</code> Attribute</h2> + <h2>The <code>Capture</code> parameter</h2> <p>This section is normative.</p> - <p>The <code>capture</code> attribute may be specified to provide -user agents with a hint of that by the default a file picker should be -in media capturing mode.</p> + <p>The <code>capture</code> parameter may be specified on the media type values of the <code>accept</code> attribute to provide user agents with a hint of that by the default a file picker should be in media capturing mode.</p> - <p>The input element with type attribute in the File Upload state -may have the <code>capture</code> attribute set. The -<code>capture</code> attribute is a boolean attribute. When specified -on an element, it indicates that the user agent should automatically -set the file picker to mode suitable for capturing video and/or audio -content.</p> </section> + <p>The <code>capture</code> parameter can take one of the following values: <code>camera</code>, <code>camcorder</code>, <code>microphone</code>. These values indicate which source the file picker interface should preferably present to the user by default.</p> + +</section> <section class='appendix' id="uiexamples"> <h2>User Interface Examples</h2>
Received on Friday, 16 July 2010 09:29:09 UTC