- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 11:02:13 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv15187
Modified Files:
Overview.html
Log Message:
added filesystem as value, and note on status
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html 16 Jul 2010 10:13:59 -0000 1.87
+++ Overview.html 16 Jul 2010 11:02:11 -0000 1.88
@@ -186,8 +186,8 @@
<p class="note">[[!HTML5]] <a href="http://dev.w3.org/html5/spec/number-state.html#attr-input-accept">defines the <code>accept</code> attribute to take no parameters on MIME types</a>. This specification proposes to use a MIME type parameter — this will require coordination with the HTML5 Working Group.</p>
- <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>
-
+ <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>
</section>
<section class='appendix' id="uiexamples">
Received on Friday, 16 July 2010 11:02:14 UTC