[html5] r6244 - [giow] (0) Clarify media fragment video track selection. Fixing http://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 16 14:32:05 PDT 2011
Author: ianh
Date: 2011-06-16 14:32:03 -0700 (Thu, 16 Jun 2011)
New Revision: 6244
Modified:
complete.html
index
source
Log:
[giow] (0) Clarify media fragment video track selection.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12364
Modified: complete.html
===================================================================
--- complete.html 2011-06-16 18:28:04 UTC (rev 6243)
+++ complete.html 2011-06-16 21:32:03 UTC (rev 6244)
@@ -27821,14 +27821,18 @@
</li>
- <li><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
- the first selected video track must be selected in the
- element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code>
- object.</li>
+ <li>
+ <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>
+
+ </li>
+
<li><p>If the <a href=#media-element>media element</a> has a <a href=#current-media-controller>current
media controller</a>, then: if <var title="">jumped</var> is
true and the <a href=#initial-playback-position>initial playback position</a>, relative
Modified: index
===================================================================
--- index 2011-06-16 18:28:04 UTC (rev 6243)
+++ index 2011-06-16 21:32:03 UTC (rev 6244)
@@ -27693,14 +27693,18 @@
</li>
- <li><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
- the first selected video track must be selected in the
- element's <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code>
- object.</li>
+ <li>
+ <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>
+
+ </li>
+
<li><p>If the <a href=#media-element>media element</a> has a <a href=#current-media-controller>current
media controller</a>, then: if <var title="">jumped</var> is
true and the <a href=#initial-playback-position>initial playback position</a>, relative
Modified: source
===================================================================
--- source 2011-06-16 18:28:04 UTC (rev 6243)
+++ source 2011-06-16 21:32:03 UTC (rev 6244)
@@ -30157,16 +30157,20 @@
</li>
- <li><p>If either the <span>media resource</span> 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">audioTracks</code> object, and
- the first selected video track must be selected in the
- element's <code
- title="dom-media-videoTracks">videoTracks</code>
- object.</p></li>
+ <li>
+ <p>If either the <span>media resource</span> 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">audioTracks</code> object, and,
+ of the selected video tracks, the one that is listed first in
+ the element's <code
+ title="dom-media-videoTracks">videoTracks</code> object must
+ be selected.</p>
+
+ </li>
+
<li><p>If the <span>media element</span> has a <span>current
media controller</span>, then: if <var title="">jumped</var> is
true and the <span>initial playback position</span>, relative
More information about the Commit-Watchers
mailing list