[html5] r4464 - [e] (0) Make informative text catch up to the new reality of how .load() works. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 4 16:58:38 PST 2010
Author: ianh
Date: 2010-01-04 16:58:35 -0800 (Mon, 04 Jan 2010)
New Revision: 4464
Modified:
complete.html
index
source
Log:
[e] (0) Make informative text catch up to the new reality of how .load() works.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8218
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 00:56:48 UTC (rev 4463)
+++ complete.html 2010-01-05 00:58:35 UTC (rev 4464)
@@ -22195,9 +22195,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>
Modified: index
===================================================================
--- index 2010-01-05 00:56:48 UTC (rev 4463)
+++ index 2010-01-05 00:58:35 UTC (rev 4464)
@@ -22030,9 +22030,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>
Modified: source
===================================================================
--- source 2010-01-05 00:56:48 UTC (rev 4463)
+++ source 2010-01-05 00:58:35 UTC (rev 4464)
@@ -23675,9 +23675,7 @@
must run the <span>media element load algorithm</span>.</p>
<p>The <dfn>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">load()</code> method itself is
- invoked again.</p>
+ following steps.</p>
<ol>
More information about the Commit-Watchers
mailing list