[html5] r2991 - [gow] (2) loadeddata fires even when jumping throught to HAVE_FUTURE_DATA. (cred [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 26 14:05:46 PDT 2009
Author: ianh
Date: 2009-04-26 14:05:44 -0700 (Sun, 26 Apr 2009)
New Revision: 2991
Modified:
index
source
Log:
[gow] (2) loadeddata fires even when jumping throught to HAVE_FUTURE_DATA. (credit: ec)
Modified: index
===================================================================
--- index 2009-04-26 20:11:03 UTC (rev 2990)
+++ index 2009-04-26 21:05:44 UTC (rev 2991)
@@ -20850,7 +20850,8 @@
<dt id=handling-first-frame-available>If the previous ready state
was <code title=dom-media-HAVE_METADATA><a href=#dom-media-have_metadata>HAVE_METADATA</a></code> and
- the new ready state is <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code></dt>
+ the new ready state is <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code> or
+ greater</dt>
<dd>
@@ -20859,6 +20860,10 @@
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-loadeddata><a href=#event-loadeddata>loadeddata</a></code> at the element.</p>
+ <p>If the new ready state is <code title=dom-media-HAVE_FUTURE_DATA><a href=#dom-media-have_future_data>HAVE_FUTURE_DATA</a></code> or
+ <code title=dom-media-HAVE_ENOUGH_DATA><a href=#dom-media-have_enough_data>HAVE_ENOUGH_DATA</a></code>,
+ then the relevant steps below must then be run also.</p>
+
</dd>
<!-- going down -->
Modified: source
===================================================================
--- source 2009-04-26 20:11:03 UTC (rev 2990)
+++ source 2009-04-26 21:05:44 UTC (rev 2991)
@@ -22626,7 +22626,8 @@
<dt id="handling-first-frame-available">If the previous ready state
was <code title="dom-media-HAVE_METADATA">HAVE_METADATA</code> and
the new ready state is <code
- title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code></dt>
+ title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code> or
+ greater</dt>
<dd>
@@ -22637,6 +22638,11 @@
simple event</span> called <code
title="event-loadeddata">loadeddata</code> at the element.</p>
+ <p>If the new ready state is <code
+ title="dom-media-HAVE_FUTURE_DATA">HAVE_FUTURE_DATA</code> or
+ <code title="dom-media-HAVE_ENOUGH_DATA">HAVE_ENOUGH_DATA</code>,
+ then the relevant steps below must then be run also.</p>
+
</dd>
<!-- going down -->
More information about the Commit-Watchers
mailing list