- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Apr 2009 06:33:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5689
Modified Files:
Overview.html
Log Message:
Twiddle some text in case we ever use the dom manipulation task source here. (whatwg r3037)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2196
retrieving revision 1.2197
diff -u -d -r1.2196 -r1.2197
--- Overview.html 30 Apr 2009 06:13:57 -0000 1.2196
+++ Overview.html 30 Apr 2009 06:33:08 -0000 1.2197
@@ -18005,9 +18005,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
Received on Thursday, 30 April 2009 06:33:28 UTC