Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[gow] (2) Fire 'error' events at the <source> element when it fails t…
Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions .
+7
−2
index
+9
−2
source
<li>
<p>If any of the following conditions are true, then jump back
to the step labelled <i>search loop</i>:</p>
<p>If any of the following conditions are true, then <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-error><a href=#event-error>error</a></code> at the <var title="">candidate</var> element and then jump back to the step
labelled <i>search loop</i>:</p>
<ul><li>The <var title="">candidate</var> element does not have a
<code title=attr-source-src><a href=#attr-source-src>src</a></code> attribute.</li>
returns without aborting <em>this</em> one, then the load
failed.</li>
<li><p><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-error><a href=#event-error>error</a></code> at the
<var title="">candidate</var> element.</li>
<li><p>Return to the step labeled <i>search loop</i>.</li>
<li><p><i>Waiting:</i> Set the <code title=dom-media-error><a href=#dom-media-error>error</a></code> attribute to a new
<li>
<p>If any of the following conditions are true, then jump back
to the step labelled <i>search loop</i>:</p>
<p>If any of the following conditions are true, then <span>queue
a task</span> to <span>fire a simple event</span> called <code
title="event-error">error</code> at the <var
title="">candidate</var> element and then jump back to the step
labelled <i>search loop</i>:</p>
<ul>
returns without aborting <em>this</em> one, then the load
failed.</p></li>
<li><p><span>Queue a task</span> to <span>fire a simple
event</span> called <code title="event-error">error</code> at the
<var title="">candidate</var> element.</p></li>
<li><p>Return to the step labeled <i>search loop</i>.</p></li>
<li><p><i>Waiting:</i> Set the <code
Toggle all file notes