[html5] r4447 - [e] (0) Minor example fix; update three specs for LC publication.

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 16 08:46:43 PST 2009


Author: ianh
Date: 2009-12-16 08:46:40 -0800 (Wed, 16 Dec 2009)
New Revision: 4447

Modified:
   complete.html
   index
   source
Log:
[e] (0) Minor example fix; update three specs for LC publication.

Modified: complete.html
===================================================================
--- complete.html	2009-12-15 23:41:21 UTC (rev 4446)
+++ complete.html	2009-12-16 16:46:40 UTC (rev 4447)
@@ -108,7 +108,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 15 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 16 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -43923,7 +43923,7 @@
   <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;

Modified: index
===================================================================
--- index	2009-12-15 23:41:21 UTC (rev 4446)
+++ index	2009-12-16 16:46:40 UTC (rev 4447)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 15 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 16 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -43758,7 +43758,7 @@
   <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;

Modified: source
===================================================================
--- source	2009-12-15 23:41:21 UTC (rev 4446)
+++ source	2009-12-16 16:46:40 UTC (rev 4447)
@@ -48830,7 +48830,7 @@
   <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;




More information about the Commit-Watchers mailing list