[html5] r3924 - [gow] (2) Avoid inserting a <source> being the trigger for retrying the src='', [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 02:34:30 PDT 2009
Author: ianh
Date: 2009-09-21 02:34:29 -0700 (Mon, 21 Sep 2009)
New Revision: 3924
Modified:
index
source
Log:
[gow] (2) Avoid inserting a <source> being the trigger for retrying the src='', since that makes no sense.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7631
Modified: index
===================================================================
--- index 2009-09-21 09:20:52 UTC (rev 3923)
+++ index 2009-09-21 09:34:29 UTC (rev 3924)
@@ -21361,7 +21361,7 @@
<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
Modified: source
===================================================================
--- source 2009-09-21 09:20:52 UTC (rev 3923)
+++ source 2009-09-21 09:34:29 UTC (rev 3924)
@@ -22951,7 +22951,8 @@
<div class="impl">
<p>If a <code>source</code> element is inserted as a child of a
- <span>media element</span> that is <span>in a
+ <span>media element</span> that has no <code
+ title="attr-media-src">src</code> attribute and that is <span>in a
<code>Document</code></span> and whose <code
title="dom-media-networkState">networkState</code> has the value
<code title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code>, the user
More information about the Commit-Watchers
mailing list