- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Nov 2010 13:38:02 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv26666
Modified Files:
Overview.html
Log Message:
bug fix: sound/* -> audio/*
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html 5 Nov 2010 13:15:37 -0000 1.114
+++ Overview.html 5 Nov 2010 13:38:00 -0000 1.115
@@ -88,7 +88,7 @@
<p>If an input element in the File Upload state [[!HTML5]] contains
accept attribute with values <code>image/*</code>,
- <code>sound/*</code>, or <code>video/*</code>, the user agent can
+ <code>audio/*</code>, or <code>video/*</code>, the user agent can
invoke a file picker that allows respectively the user to take a
picture, record a sound file, or record a video in addition to
selecting an existing file from the file system.</p>
Received on Friday, 5 November 2010 13:38:06 UTC