html5/spec Overview.html,1.5006,1.5007

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28148

Modified Files:
	Overview.html 
Log Message:
Clarify media fragment video track selection. (whatwg r6244)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5006
retrieving revision 1.5007
diff -u -d -r1.5006 -r1.5007
--- Overview.html	16 Jun 2011 18:28:08 -0000	1.5006
+++ Overview.html	16 Jun 2011 21:32:08 -0000	1.5007
@@ -23096,13 +23096,17 @@
 
        </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

Received on Thursday, 16 June 2011 21:32:18 UTC