[html5] r3037 - [e] (0) Twiddle some text in case we ever use the dom manipulation task source here.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 29 23:33:04 PDT 2009
Author: ianh
Date: 2009-04-29 23:33:03 -0700 (Wed, 29 Apr 2009)
New Revision: 3037
Modified:
index
source
Log:
[e] (0) Twiddle some text in case we ever use the dom manipulation task source here.
Modified: index
===================================================================
--- index 2009-04-30 06:13:53 UTC (rev 3036)
+++ index 2009-04-30 06:33:03 UTC (rev 3037)
@@ -20621,9 +20621,10 @@
<p>Once the <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute
reaches <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code>,
- set the element's <a href=#delaying-the-load-event-flag>delaying-the-load-event flag</a> to
- false. This stops <a href=#delay-the-load-event title="delay the load event">delaying
- the load event</a>.</p>
+ <a href=#fire-loadeddata>after the <code title=event-loadeddata>loadeddata</code> event has been
+ fired</a>, set the element's <a href=#delaying-the-load-event-flag>delaying-the-load-event
+ flag</a> to false. This stops <a href=#delay-the-load-event title="delay the load
+ event">delaying the load event</a>.</p>
<p class=note>A user agent that is attempting to reduce
network usage while still fetching the metadata for each
Modified: source
===================================================================
--- source 2009-04-30 06:13:53 UTC (rev 3036)
+++ source 2009-04-30 06:33:03 UTC (rev 3037)
@@ -22318,9 +22318,11 @@
title="dom-media-readyState">readyState</code> attribute
reaches <code
title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code>,
- set the element's <span>delaying-the-load-event flag</span> to
- false. This stops <span title="delay the load event">delaying
- the load event</span>.</p>
+ <a href="#fire-loadeddata">after the <code
+ title="event-loadeddata">loadeddata</code> event has been
+ fired</a>, set the element's <span>delaying-the-load-event
+ flag</span> to false. This stops <span title="delay the load
+ event">delaying the load event</span>.</p>
<p class="note">A user agent that is attempting to reduce
network usage while still fetching the metadata for each
More information about the Commit-Watchers
mailing list