Skip to content

Commit

Permalink
[giow] (0) Be more specific about applying MEDIAFRAG rules to <video>.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23541
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@8254 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 6, 2013
1 parent f7ff082 commit 20df23d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -26112,7 +26112,11 @@ <h5 id=loading-the-media-resource><span class=secno>4.7.10.5 </span>Loading the
<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>

Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -26112,7 +26112,11 @@ interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement
<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>

Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -27726,7 +27726,11 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
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>

Expand Down

0 comments on commit 20df23d

Please sign in to comment.