- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 09:58:53 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make informative text catch up to the new reality of how .load()
works. (whatwg r4464)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3563&r2=1.3564&f=h
http://html5.org/tools/web-apps-tracker?from=4463&to=4464
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3563
retrieving revision 1.3564
diff -u -d -r1.3563 -r1.3564
--- Overview.html 5 Jan 2010 00:56:57 -0000 1.3563
+++ Overview.html 5 Jan 2010 00:58:43 -0000 1.3564
@@ -19281,9 +19281,7 @@
must run the <a href="#media-element-load-algorithm">media element load algorithm</a>.</p>
<p>The <dfn id="media-element-load-algorithm">media element load algorithm</dfn> consists of the
- following steps. Note that this algorithm might get aborted, e.g. if
- the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method itself is
- invoked again.</p>
+ following steps.</p>
<ol><li><p>Abort any already-running instance of the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection
algorithm</a> for this element.</li>
Received on Tuesday, 5 January 2010 00:59:21 UTC