Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gw] (2) Stop duplicate 'playing' events.
git-svn-id: http://svn.whatwg.org/webapps@2852 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2009
1 parent 76d1c9e commit 6d8fa86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -19268,9 +19268,9 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
to override the behavior if so desired.</p>

<p>If the element is now <a href=#potentially-playing>potentially playing</a>, and the
previous ready state was not <code title=dom-media-HAVE_FUTURE_DATA><a href=#dom-media-have_future_data>HAVE_FUTURE_DATA</a></code>, the
user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>
previous ready state was <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or
less, the user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire
a simple event</a> called <code title=event-playing><a href=#event-playing>playing</a></code>.</p>

</dd>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -20788,10 +20788,10 @@ interface <dfn>CueRangeCallback</dfn> {
to override the behavior if so desired.</p>

<p>If the element is now <span>potentially playing</span>, and the
previous ready state was not <code
title="dom-media-HAVE_FUTURE_DATA">HAVE_FUTURE_DATA</code>, the
user agent must <span>queue a task</span> to <span>fire a simple
event</span> called <code
previous ready state was <code
title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code> or
less, the user agent must <span>queue a task</span> to <span>fire
a simple event</span> called <code
title="event-playing">playing</code>.</p>

</dd>
Expand Down

0 comments on commit 6d8fa86

Please sign in to comment.