- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Dec 2009 16:46:56 +0000
- To: public-html-commits@w3.org
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><p>To start chatting, select a video camera: <device type=media onchange="update(this.data)"></p> -<video></video> +<video autoplay></video> <script> function update(stream) { document.getElementsByTagName('video')[0].src = stream.URL;
Received on Wednesday, 16 December 2009 16:47:09 UTC