html5/html-device Overview.html,1.3,1.4

Update of /sources/public/html5/html-device
In directory hutz:/tmp/cvs-serv27182

Modified Files:
	Overview.html 
Log Message:
Minor example fix; update three specs for LC publication. (whatwg r4447)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-device/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html	15 Dec 2009 23:22:08 -0000	1.3
+++ Overview.html	16 Dec 2009 16:46:54 -0000	1.4
@@ -260,7 +260,7 @@
    <h1>HTML Device</h1>
    <h2 class="no-num no-toc" id="an-addition-to-html">An addition to HTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-15-december-2009">Editor's Draft 15 December 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-16-december-2009">Editor's Draft 16 December 2009</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html-device/">http://www.w3.org/TR/html-device/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -339,7 +339,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 15 December 2009 Editor's Draft.
+  This specification is the 16 December 2009 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -418,7 +418,7 @@
   object as appropriate.<div class="example">
 
    <pre>&lt;p&gt;To start chatting, select a video camera: &lt;device type=media onchange="update(this.data)"&gt;&lt;/p&gt;
-&lt;video&gt;&lt;/video&gt;
+&lt;video autoplay&gt;&lt;/video&gt;
 &lt;script&gt;
  function update(stream) {
    document.getElementsByTagName('video')[0].src = stream.URL;

Received on Wednesday, 16 December 2009 16:47:09 UTC