- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 13:45:19 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv9991 Modified Files: Overview.html Log Message: clarification Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- Overview.html 16 Jul 2010 13:44:01 -0000 1.94 +++ Overview.html 16 Jul 2010 13:45:17 -0000 1.95 @@ -193,13 +193,13 @@ <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> + <pre class="example sh_javascript_dom"><input type="file" accept="image/*;capture=camera"> </pre> </section> <section class='appendix' id="uiexamples"> <h2>User Interface Examples</h2> -<p>Capture API aware file picker might render as: +<p>A media capture file picker might render as: <p><img alt="A File picker with camera support" src="capture-api-file-picker-concept.png"></p> </section>
Received on Friday, 16 July 2010 13:45:21 UTC