- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:51:42 -0400
- To: public-html-diffs@w3.org
hixie: Clarify media fragment video track selection. (whatwg r6244) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5006&r2=1.5007&f=h http://html5.org/tools/web-apps-tracker?from=6243&to=6244 =================================================================== 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 Friday, 17 June 2011 09:51:44 UTC