Skip to content

Commit

Permalink
[e] (0) Cannot work out what this text was driving at, so... let's re…
Browse files Browse the repository at this point in the history
…move it... Let me know if you know what it meant.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21695
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7896 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2013
1 parent 6eb1a51 commit 92bfcfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -27553,7 +27553,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the

<li><p><i title="">Failed</i>: <a href=#queue-a-task>Queue a task</a>, using the <a href=#dom-manipulation-task-source>DOM manipulation task
source</a>, to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code>
at the <var title="">candidate</var> element, in the context of the <a href=#fetch title=fetch>fetching process</a> that was used to try to obtain <var title="">candidate</var>'s corresponding <a href=#media-resource>media resource</a> in the <a href=#concept-media-load-resource title=concept-media-load-resource>resource fetch algorithm</a>.</li>
at the <var title="">candidate</var> element.</li>

<li><p>Asynchronously <a href=#await-a-stable-state>await a stable state</a>. The <a href=#synchronous-section>synchronous section</a>
consists of all the remaining steps of this algorithm until the algorithm says the
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -27553,7 +27553,7 @@ interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement

<li><p><i title="">Failed</i>: <a href=#queue-a-task>Queue a task</a>, using the <a href=#dom-manipulation-task-source>DOM manipulation task
source</a>, to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-error>error</code>
at the <var title="">candidate</var> element, in the context of the <a href=#fetch title=fetch>fetching process</a> that was used to try to obtain <var title="">candidate</var>'s corresponding <a href=#media-resource>media resource</a> in the <a href=#concept-media-load-resource title=concept-media-load-resource>resource fetch algorithm</a>.</li>
at the <var title="">candidate</var> element.</li>

<li><p>Asynchronously <a href=#await-a-stable-state>await a stable state</a>. The <a href=#synchronous-section>synchronous section</a>
consists of all the remaining steps of this algorithm until the algorithm says the
Expand Down
5 changes: 1 addition & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -29197,10 +29197,7 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {

<li><p><i title="">Failed</i>: <span>Queue a task</span>, using the <span>DOM manipulation task
source</span>, to <span>fire a simple event</span> named <code title="event-error">error</code>
at the <var title="">candidate</var> element, in the context of the <span
title="fetch">fetching process</span> that was used to try to obtain <var
title="">candidate</var>'s corresponding <span>media resource</span> in the <span
title="concept-media-load-resource">resource fetch algorithm</span>.</p></li>
at the <var title="">candidate</var> element.</p></li>

<li><p>Asynchronously <span>await a stable state</span>. The <span>synchronous section</span>
consists of all the remaining steps of this algorithm until the algorithm says the
Expand Down

0 comments on commit 92bfcfb

Please sign in to comment.