2009/dap/camera Overview.html,1.115,1.116

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv26784

Modified Files:
	Overview.html 
Log Message:
one more


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.html	5 Nov 2010 13:38:00 -0000	1.115
+++ Overview.html	5 Nov 2010 13:38:14 -0000	1.116
@@ -100,7 +100,7 @@
     specified</a> in [[HTML5]].</p>
 
     <p>If the user selects files of whose MIME types match <code>image/*</code>,
-    <code>sound/*</code>, or <code>video/*</code> (on the filesystem or via a successful media capture), the relevant files in the <code>files</code> attribute [[HTML5]] MUST implement the <code>MediaFile</code> interface.</p>
+    <code>audio/*</code>, or <code>video/*</code> (on the filesystem or via a successful media capture), the relevant files in the <code>files</code> attribute [[HTML5]] MUST implement the <code>MediaFile</code> interface.</p>
 
     <pre class="example sh_html">&lt;input type="file" accept="image/*" id="capture"&gt; </pre>
 </section>

Received on Friday, 5 November 2010 13:38:18 UTC