- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Apr 2011 08:54:21 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv18156 Modified Files: Overview.html Log Message: some clarifications using HTML5 wording Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Overview.html 6 Apr 2011 08:49:35 -0000 1.119 +++ Overview.html 6 Apr 2011 08:54:19 -0000 1.120 @@ -113,7 +113,7 @@ <p>The <code>capture</code> attribute may be added to the <code>input</code> element 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> attribute 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. The default value is <code>filesystem</code>.</p> + <p>The <code>capture</code> attribute is an enumerated attribute that can take one of the following values: <code>camera</code>, <code>camcorder</code>, <code>microphone</code>, <code>filesystem</code> (ASCII case-insensitive). These values indicate which source the file picker interface should preferably present to the user by default. Both the invalid and missing default value are <code>filesystem</code>.</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>
Received on Wednesday, 6 April 2011 08:54:23 UTC