[html5] r3925 - [e] (0) Clarify that removing src='' has no effect. Fixing http://www.w3.org/Bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 02:36:21 PDT 2009
Author: ianh
Date: 2009-09-21 02:36:21 -0700 (Mon, 21 Sep 2009)
New Revision: 3925
Modified:
index
source
Log:
[e] (0) Clarify that removing src='' has no effect.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7632
Modified: index
===================================================================
--- index 2009-09-21 09:34:29 UTC (rev 3924)
+++ index 2009-09-21 09:36:21 UTC (rev 3925)
@@ -21594,7 +21594,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
Modified: source
===================================================================
--- source 2009-09-21 09:34:29 UTC (rev 3924)
+++ source 2009-09-21 09:36:21 UTC (rev 3925)
@@ -23214,7 +23214,9 @@
<code title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code> is set or
changed, the user agent must invoke the <span>media element</span>'s
<span title="concept-media-load-algorithm">resource selection
- algorithm</span>.</p>
+ algorithm</span>. (<em>Removing</em> the <code
+ title="attr-media-src">src</code> attribute does not do this, even
+ if there are <code>source</code> elements present.)</p>
<p>The <dfn title="dom-media-src"><code>src</code></dfn> IDL
attribute on <span title="media element">media elements</span> must
More information about the Commit-Watchers
mailing list