- From: poot <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 18:30:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify that removing src='' has no effect. (whatwg r3925) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3086&r2=1.3087&f=h http://html5.org/tools/web-apps-tracker?from=3924&to=3925 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3086 retrieving revision 1.3087 diff -u -d -r1.3086 -r1.3087 --- Overview.html 21 Sep 2009 09:27:46 -0000 1.3086 +++ Overview.html 21 Sep 2009 09:29:38 -0000 1.3087 @@ -18878,7 +18878,8 @@ <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 - algorithm</a>.</p> + 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> <p>The <dfn id="dom-media-src" title="dom-media-src"><code>src</code></dfn> IDL attribute on <a href="#media-element" title="media element">media elements</a> must
Received on Monday, 21 September 2009 09:30:36 UTC