- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Jul 2010 11:22:28 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv18411
Modified Files:
Overview.html
Log Message:
note on <device> proposal for streaming
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.html 16 Jul 2010 11:02:11 -0000 1.88
+++ Overview.html 16 Jul 2010 11:22:26 -0000 1.89
@@ -46,10 +46,13 @@
<h2>Introduction</h2>
<p>The HTML Form Based Media Capturing specification defines a new
- interface for media files, a new attribute for input element in
- file upload state, and recomendations for
+ interface for media files, a new paramer the accept attribute of the HTML input element in file upload state, and recommendations for
providing optimised access to the microphone and camera of a
- hosting device.</p> </section>
+ hosting device.</p>
+
+ <p>Providing streaming access to these capabilities is outside of the scope of this specification.</p>
+ <p class="note">The Working Group is investigating the opportunity to specify streaming access via the <a href="http://dev.w3.org/html5/html-device/">proposed <code><device></code> element</a>.</p>
+ </section>
<section id="conformance">
<p>
@@ -171,7 +174,6 @@
<pre class="example sh_javascript_dom"><input id="cameraInput" type="file" accept="image/*"> </pre>
- <!-- @@@ note on streaming and <device> -->
</section>
Received on Friday, 16 July 2010 11:22:31 UTC