[html5] r6544 - [giow] (0) Make 'suspend' fire when the media is loaded. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 8 13:47:12 PDT 2011


Author: ianh
Date: 2011-09-08 13:47:10 -0700 (Thu, 08 Sep 2011)
New Revision: 6544

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Make 'suspend' fire when the media is loaded.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12595

Modified: complete.html
===================================================================
--- complete.html	2011-09-07 21:54:53 UTC (rev 6543)
+++ complete.html	2011-09-08 20:47:10 UTC (rev 6544)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 September 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 September 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -27627,6 +27627,10 @@
       named <code title=event-media-progress><a href=#event-media-progress>progress</a></code> at the
       <a href=#media-element>media element</a>.</p>
 
+      <p>Then, <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
+      event</a> named <code title=event-media-suspend><a href=#event-media-suspend>suspend</a></code> at the <a href=#media-element>media
+      element</a>.</p>
+
      </dd>
 
 

Modified: index
===================================================================
--- index	2011-09-07 21:54:53 UTC (rev 6543)
+++ index	2011-09-08 20:47:10 UTC (rev 6544)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 7 September 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 8 September 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -27494,6 +27494,10 @@
       named <code title=event-media-progress><a href=#event-media-progress>progress</a></code> at the
       <a href=#media-element>media element</a>.</p>
 
+      <p>Then, <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
+      event</a> named <code title=event-media-suspend><a href=#event-media-suspend>suspend</a></code> at the <a href=#media-element>media
+      element</a>.</p>
+
      </dd>
 
 

Modified: source
===================================================================
--- source	2011-09-07 21:54:53 UTC (rev 6543)
+++ source	2011-09-08 20:47:10 UTC (rev 6544)
@@ -29881,6 +29881,11 @@
       named <code title="event-media-progress">progress</code> at the
       <span>media element</span>.</p>
 
+      <p>Then, <span>queue a task</span> to <span>fire a simple
+      event</span> named <code
+      title="event-media-suspend">suspend</code> at the <span>media
+      element</span>.</p>
+
      </dd>
 
 




More information about the Commit-Watchers mailing list