hixie: Make <source> being inserted trigger load() even if the <video> isn't in the document. (whatwg r4201)

hixie: Make <source> being inserted trigger load() even if the <video>
isn't in the document. (whatwg r4201)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3347&r2=1.3348&f=h
http://html5.org/tools/web-apps-tracker?from=4200&to=4201

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3347
retrieving revision 1.3348
diff -u -d -r1.3347 -r1.3348
--- Overview.html 20 Oct 2009 09:05:01 -0000 1.3347
+++ Overview.html 20 Oct 2009 10:02:48 -0000 1.3348
@@ -19087,8 +19087,7 @@
   all media.<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 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
+  <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 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
   algorithm</a>.</p>
@@ -20133,13 +20132,7 @@
    abort the overall <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection
    algorithm</a>.</li>
 
-  </ol><p>If a <a href="#media-element">media element</a> 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 <a href="#insert-an-element-into-a-document" title="insert an element into a document">inserted into a
-  document</a>, 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>
-
-  </div><p>The <dfn id="attr-media-autobuffer" title="attr-media-autobuffer"><code>autobuffer</code></dfn>
+  </ol></div><p>The <dfn id="attr-media-autobuffer" title="attr-media-autobuffer"><code>autobuffer</code></dfn>
   attribute is a <a href="#boolean-attribute">boolean attribute</a>. Its presence hints to
   the user agent that the author believes that the <a href="#media-element">media
   element</a> will likely be used, even though the element does not

Received on Tuesday, 20 October 2009 10:03:34 UTC