Short URL: http://html5.org/r/4131
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4131 | 2009-10-14 08:54 |
Index: source
===================================================================
--- source (revision 4130)
+++ source (revision 4131)
@@ -23540,12 +23540,8 @@
<div class="impl">
<p>If a <code title="attr-media-src">src</code> attribute of a
- <span>media element</span> that is <span>in a
- <code>Document</code></span> and whose <code
- title="dom-media-networkState">networkState</code> has the value
- <code title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code> is set or
- changed, the user agent must invoke the <span>media element</span>'s
- <span title="concept-media-load-algorithm">resource selection
+ <span>media element</span> is set or changed, the user agent must
+ invoke the <span>media element</span>'s <span>media element load
algorithm</span>. (<em>Removing</em> the <code
title="attr-media-src">src</code> attribute does not do this, even
if there are <code>source</code> elements present.)</p>
@@ -23789,10 +23785,13 @@
<p>When the <dfn title="dom-media-load"><code>load()</code></dfn>
method on a <span>media element</span> is invoked, the user agent
- must run 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>
+ 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>
+
<ol>
<li><p>If the <code title="dom-media-load">load()</code> method for