- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jan 2010 00:58:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25624 Modified Files: Overview.html Log Message: Make informative text catch up to the new reality of how .load() works. (whatwg r4464) Index: Overview.html =================================================================== 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:58:48 UTC