hixie: Avoid inserting a <source> being the trigger for retrying the src='', since that makes no sense. (whatwg r3924)

hixie: Avoid inserting a <source> being the trigger for retrying the
src='', since that makes no sense. (whatwg r3924)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3085&r2=1.3086&f=h
http://html5.org/tools/web-apps-tracker?from=3923&to=3924

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3085
retrieving revision 1.3086
diff -u -d -r1.3085 -r1.3086
--- Overview.html 21 Sep 2009 09:14:10 -0000 1.3085
+++ Overview.html 21 Sep 2009 09:27:46 -0000 1.3086
@@ -18679,7 +18679,7 @@
   it. Its value must be a valid <a href="#mq">media query</a>. <a href="#refsMQ">[MQ]</a><div class="impl">
 
   <p>If a <code><a href="#the-source-element">source</a></code> element is inserted as a child of a
-  <a href="#media-element">media element</a> that is <a href="#in-a-document">in a
+  <a href="#media-element">media element</a> that has no <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute and 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>, 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

Received on Monday, 21 September 2009 09:28:43 UTC