Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Try to improve wording for track selection text.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24895
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@8552 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 18, 2014
1 parent 1e104b3 commit 21b53f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -26397,8 +26397,8 @@ <h5 id=loading-the-media-resource><span class=secno>4.7.10.5 </span>Loading the
<!--CLEANUP-->
<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,
or if the user agent has information that enabled it to select specific tracks for optimal performance, 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,
or if the user agent has information that would enable it to select specific tracks to improve the user's experience, then the
relevant 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 relevant 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. All other tracks
must be disabled.</p>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 March 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -26397,8 +26397,8 @@ interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement
<!--CLEANUP-->
<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,
or if the user agent has information that enabled it to select specific tracks for optimal performance, 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,
or if the user agent has information that would enable it to select specific tracks to improve the user's experience, then the
relevant 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 relevant 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. All other tracks
must be disabled.</p>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -28044,9 +28044,9 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
<!--CLEANUP-->
<p>If either the <span>media resource</span> or the address of the <var data-x="">current
media resource</var> indicate a particular set of audio or video tracks to enable,
or if the user agent has information that enabled it to select specific tracks for optimal performance, then the
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,
or if the user agent has information that would enable it to select specific tracks to improve the user's experience, then the
relevant audio tracks must be enabled in the element's <code
data-x="dom-media-audioTracks">audioTracks</code> object, and, of the relevant video tracks,
the one that is listed first in the element's <code
data-x="dom-media-videoTracks">videoTracks</code> object must be selected. All other tracks
must be disabled.</p>
Expand Down

0 comments on commit 21b53f5

Please sign in to comment.