- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 14:44:31 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv3954
Modified Files:
Overview.html
Log Message:
'When the capture attribute is specified, the user agent SHOULD [...]' <http://lists.w3.org/Archives/Public/public-device-apis/2012Jun/0046.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- Overview.html 28 May 2012 12:13:28 -0000 1.130
+++ Overview.html 26 Jun 2012 14:44:29 -0000 1.131
@@ -6,15 +6,15 @@
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
<script class='remove'>
var respecConfig = {
- specStatus: "WD",
+ specStatus: "ED",
shortName: "html-media-capture",
editors: [
{name: "Anssi Kostiainen", company: "Nokia"},
{name: "Ilkka Oksanen", company: "Nokia (until May 10, 2012)"},
{name: "Dominique Hazaƫl-Massieux", company: "W3C (until May 10, 2012)"}
],
- publishDate: "2012-05-29",
- previousPublishDate: "2011-04-14",
+ //publishDate: "2012-05-29",
+ previousPublishDate: "2012-05-29",
previousMaturity: "WD",
edDraftURI: "http://dev.w3.org/2009/dap/camera/",
// lcEnd: "2009-08-05",
@@ -125,9 +125,9 @@
</dd>
</dl>
<p>
- The <code><dfn>capture</dfn></code> attribute is used as a hint to the
- <a>user agent</a> to invoke a file picker of a specific <a>capture
- control type</a>.
+ When the <code><dfn>capture</dfn></code> attribute is specified, the
+ <a>user agent</a> SHOULD invoke a file picker of the specific
+ <a>capture control type</a>.
</p>
<p>
The <code><a>capture</a></code> attribute controls the capture
Received on Tuesday, 26 June 2012 14:44:37 UTC