[html5] r8254 - [giow] (0) Be more specific about applying MEDIAFRAG rules to <video>. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 6 11:45:23 PST 2013
Author: ianh
Date: 2013-11-06 11:45:13 -0800 (Wed, 06 Nov 2013)
New Revision: 8254
Modified:
complete.html
index
source
Log:
[giow] (0) Be more specific about applying MEDIAFRAG rules to <video>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23541
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2013-11-06 19:38:50 UTC (rev 8253)
+++ complete.html 2013-11-06 19:45:13 UTC (rev 8254)
@@ -26112,8 +26112,12 @@
<p>If either the <a href=#media-resource>media resource</a> or the address of the <var title="">current
media resource</var> indicate a particular set of audio or video tracks to enable, then the
selected audio tracks must be enabled in the element's <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code> object, and, of the selected video tracks,
- the one that is listed first in the element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> object must be selected.</p>
+ the one that is listed first in the element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> object must be selected. All other tracks
+ must be disabled.</p>
+ <p class=example>Again, this could be done, for example, using the <cite>Media Fragments
+ URI</cite> fragment identifier syntax. <a href=#refsMEDIAFRAG>[MEDIAFRAG]</a></p>
+
</li>
<li><p>If the <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media controller</a>, then:
Modified: index
===================================================================
--- index 2013-11-06 19:38:50 UTC (rev 8253)
+++ index 2013-11-06 19:45:13 UTC (rev 8254)
@@ -26112,8 +26112,12 @@
<p>If either the <a href=#media-resource>media resource</a> or the address of the <var title="">current
media resource</var> indicate a particular set of audio or video tracks to enable, then the
selected audio tracks must be enabled in the element's <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code> object, and, of the selected video tracks,
- the one that is listed first in the element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> object must be selected.</p>
+ the one that is listed first in the element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> object must be selected. All other tracks
+ must be disabled.</p>
+ <p class=example>Again, this could be done, for example, using the <cite>Media Fragments
+ URI</cite> fragment identifier syntax. <a href=#refsMEDIAFRAG>[MEDIAFRAG]</a></p>
+
</li>
<li><p>If the <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media controller</a>, then:
Modified: source
===================================================================
--- source 2013-11-06 19:38:50 UTC (rev 8253)
+++ source 2013-11-06 19:45:13 UTC (rev 8254)
@@ -27726,8 +27726,12 @@
selected audio tracks must be enabled in the element's <code
data-x="dom-media-audioTracks">audioTracks</code> object, and, of the selected video tracks,
the one that is listed first in the element's <code
- data-x="dom-media-videoTracks">videoTracks</code> object must be selected.</p>
+ data-x="dom-media-videoTracks">videoTracks</code> object must be selected. All other tracks
+ must be disabled.</p>
+ <p class="example">Again, this could be done, for example, using the <cite>Media Fragments
+ URI</cite> fragment identifier syntax. <a href="#refsMEDIAFRAG">[MEDIAFRAG]</a></p>
+
</li>
<li><p>If the <span>media element</span> has a <span>current media controller</span>, then:
More information about the Commit-Watchers
mailing list