Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Make 'suspend' fire when the media is loaded.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12595

git-svn-id: http://svn.whatwg.org/webapps@6544 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 8, 2011
1 parent 444fc2b commit ace42b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; Last Updated 7 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -27627,6 +27627,10 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the
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>


Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -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 &mdash; Last Updated 7 September 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -27494,6 +27494,10 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
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>


Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -29881,6 +29881,11 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
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>


Expand Down

0 comments on commit ace42b6

Please sign in to comment.