Skip to content

Commit

Permalink
[e] (0) Oops, redundant queueing.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2225 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2008
1 parent 4a2fcce commit 7fd76d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -29,7 +29,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 19
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 23
September 2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -21555,9 +21555,9 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href="#htmlmediae

<li id=seekUpdate>
<p>The user agent must <a href="#queue">queue a task</a> to <a
href="#queue">queue a task</a> to <a href="#firing2">fire a simple
event</a> called <code title=event-timeupdate><a
href="#timeupdate">timeupdate</a></code> at the element.
href="#firing2">fire a simple event</a> called <code
title=event-timeupdate><a href="#timeupdate">timeupdate</a></code> at
the element.

<li>
<p>If the <a href="#media7">media element</a> was <a
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -18890,8 +18890,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
attribute must be set to true.</p></li>

<li id="seekUpdate"><p>The user agent must <span>queue a
task</span> to <span>queue a task</span> to <span>fire a simple
event</span> called <code
task</span> to <span>fire a simple event</span> called <code
title="event-timeupdate">timeupdate</code> at the element.</p></li>

<li><p>If the <span>media element</span> was <span>actively
Expand Down

0 comments on commit 7fd76d5

Please sign in to comment.