- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 08:43:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7244 Modified Files: Overview.html Log Message: Make changing src='' call load(). (whatwg r4131) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3284 retrieving revision 1.3285 diff -u -d -r1.3284 -r1.3285 --- Overview.html 14 Oct 2009 00:01:18 -0000 1.3284 +++ Overview.html 14 Oct 2009 08:43:35 -0000 1.3285 @@ -19141,11 +19141,8 @@ attribute, if present, must contain a <a href="#valid-url">valid URL</a>.<div class="impl"> <p>If a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute of a - <a href="#media-element">media element</a> that is <a href="#in-a-document">in a - <code>Document</code></a> and whose <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> has the value - <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> is set or - changed, the user agent must invoke the <a href="#media-element">media element</a>'s - <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection + <a href="#media-element">media element</a> is set or changed, the user agent must + invoke the <a href="#media-element">media element</a>'s <a href="#media-element-load-algorithm">media element load algorithm</a>. (<em>Removing</em> the <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute does not do this, even if there are <code><a href="#the-source-element">source</a></code> elements present.)</p> @@ -19318,9 +19315,12 @@ <p>When the <dfn id="dom-media-load" title="dom-media-load"><code>load()</code></dfn> method on a <a href="#media-element">media element</a> 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"><a href="#dom-media-load">load()</a></code> - method itself is invoked again.</p> + 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> <ol><li><p>If the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method for this element is already being invoked, then abort these
Received on Wednesday, 14 October 2009 08:43:40 UTC