[html5] r8500 - [e] (0) Add a note mentioning how forced in-band subtitles should trigger Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 21 13:19:44 PST 2014
Author: ianh
Date: 2014-02-21 13:19:43 -0800 (Fri, 21 Feb 2014)
New Revision: 8500
Modified:
complete.html
index
source
Log:
[e] (0) Add a note mentioning how forced in-band subtitles should trigger
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23507
Affected topics: Video Text Tracks
Modified: complete.html
===================================================================
--- complete.html 2014-02-21 21:09:39 UTC (rev 8499)
+++ complete.html 2014-02-21 21:19:43 UTC (rev 8500)
@@ -29563,8 +29563,15 @@
<li><p>Set the new <a href=#text-track>text track</a>'s <a href=#text-track-mode title="text track mode">mode</a> to the
mode consistent with the user's preferences and the requirements of the relevant specification
- for the data.</li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+ for the data.</p>
+ <p class=note>For instance, if there are no other active subtitles, and this is a forced
+ subtitle track (a subtitle track giving subtitles in the audio track's primary language, but
+ only for audio that is actually in another language), then those subtitles might be activated
+ here.</p>
+
+ </li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+
<li><p>Add the new <a href=#text-track>text track</a> to the <a href=#media-element>media element</a>'s <a href=#list-of-text-tracks>list of text
tracks</a>.</li>
Modified: index
===================================================================
--- index 2014-02-21 21:09:39 UTC (rev 8499)
+++ index 2014-02-21 21:19:43 UTC (rev 8500)
@@ -29563,8 +29563,15 @@
<li><p>Set the new <a href=#text-track>text track</a>'s <a href=#text-track-mode title="text track mode">mode</a> to the
mode consistent with the user's preferences and the requirements of the relevant specification
- for the data.</li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+ for the data.</p>
+ <p class=note>For instance, if there are no other active subtitles, and this is a forced
+ subtitle track (a subtitle track giving subtitles in the audio track's primary language, but
+ only for audio that is actually in another language), then those subtitles might be activated
+ here.</p>
+
+ </li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+
<li><p>Add the new <a href=#text-track>text track</a> to the <a href=#media-element>media element</a>'s <a href=#list-of-text-tracks>list of text
tracks</a>.</li>
Modified: source
===================================================================
--- source 2014-02-21 21:09:39 UTC (rev 8499)
+++ source 2014-02-21 21:19:43 UTC (rev 8500)
@@ -31742,8 +31742,15 @@
<li><p>Set the new <span>text track</span>'s <span data-x="text track mode">mode</span> to the
mode consistent with the user's preferences and the requirements of the relevant specification
- for the data.</p></li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+ for the data.</p>
+ <p class="note">For instance, if there are no other active subtitles, and this is a forced
+ subtitle track (a subtitle track giving subtitles in the audio track's primary language, but
+ only for audio that is actually in another language), then those subtitles might be activated
+ here.</p>
+
+ </li> <!-- it's too late to apply the normal heuristic, so we don't bother -->
+
<li><p>Add the new <span>text track</span> to the <span>media element</span>'s <span>list of text
tracks</span>.</p></li>
More information about the Commit-Watchers
mailing list