[html5] r1624 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 14 22:58:17 PDT 2008


Author: ianh
Date: 2008-05-14 22:58:16 -0700 (Wed, 14 May 2008)
New Revision: 1624

Modified:
   index
   source
Log:
[e] (0) Removing a video element that has no video shouldn't pause it.

Modified: index
===================================================================
--- index	2008-05-15 03:28:34 UTC (rev 1623)
+++ index	2008-05-15 05:58:16 UTC (rev 1624)
@@ -16683,8 +16683,11 @@
   </ol>
 
   <p>When a <a href="#media7">media element</a> is <span>removed from a
-   <code>Document</code><!-- XXX xref removed --></span>, the user agent must
-   act as if the <code title=dom-media-pause><a
+   <code>Document</code><!-- XXX xref removed --></span>, if the <a
+   href="#media7">media element</a>'s <code title=dom-media-networkState><a
+   href="#networkstate">networkState</a></code> attribute has a value other
+   than <a href="#empty" title=dom-media-EMPTY>EMPTY</a> then the user agent
+   must act as if the <code title=dom-media-pause><a
    href="#pause0">pause()</a></code> method had been invoked.
 
   <p><a href="#media7" title="media element">Media elements</a> that are <a

Modified: source
===================================================================
--- source	2008-05-15 03:28:34 UTC (rev 1623)
+++ source	2008-05-15 05:58:16 UTC (rev 1624)
@@ -14599,8 +14599,11 @@
 
 
   <p>When a <span>media element</span> is <span>removed from a
-  <code>Document</code><!-- XXX xref removed --></span>, the user
-  agent must act as if the <code
+  <code>Document</code><!-- XXX xref removed --></span>, if the
+  <span>media element</span>'s <code
+  title="dom-media-networkState">networkState</code> attribute has a
+  value other than <span title="dom-media-EMPTY">EMPTY</span> then the
+  user agent must act as if the <code
   title="dom-media-pause">pause()</code> method had been invoked.</p>
 
   <p><span title="media element">Media elements</span> that are




More information about the Commit-Watchers mailing list