[html5] r3014 - [gow] (2) Fire 'error' events at the <source> element when it fails to load.

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 28 16:17:20 PDT 2009


Author: ianh
Date: 2009-04-28 16:17:19 -0700 (Tue, 28 Apr 2009)
New Revision: 3014

Modified:
   index
   source
Log:
[gow] (2) Fire 'error' events at the <source> element when it fails to load.

Modified: index
===================================================================
--- index	2009-04-28 22:42:09 UTC (rev 3013)
+++ index	2009-04-28 23:17:19 UTC (rev 3014)
@@ -20310,8 +20310,9 @@
 
      <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>
@@ -20345,6 +20346,10 @@
      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

Modified: source
===================================================================
--- source	2009-04-28 22:42:09 UTC (rev 3013)
+++ source	2009-04-28 23:17:19 UTC (rev 3014)
@@ -21944,8 +21944,11 @@
 
      <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>
 
@@ -21990,6 +21993,10 @@
      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




More information about the Commit-Watchers mailing list