html5/spec Overview.html,1.3086,1.3087

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6726

Modified Files:
	Overview.html 
Log Message:
Clarify that removing src='' has no effect. (whatwg r3925)

Index: Overview.html
===================================================================
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:29:51 UTC