[html5] r7339 - [giow] (0) Fix the order of cues to handle dynamic changes better. Fixing https: [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 12 00:19:59 PDT 2012


Author: ianh
Date: 2012-09-12 00:19:57 -0700 (Wed, 12 Sep 2012)
New Revision: 7339

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Fix the order of cues to handle dynamic changes better.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17319
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-09-12 07:17:02 UTC (rev 7338)
+++ complete.html	2012-09-12 07:19:57 UTC (rev 7339)
@@ -34048,9 +34048,10 @@
   time">start time</a> must be sorted by their <a href=#text-track-cue-end-time title="text
   track cue end time">end time</a>, latest first; and finally, any
   <a href=#text-track-cue title="text track cue">cues</a> with identical <a href=#text-track-cue-end-time title="text track cue end time">end times</a> must be sorted in
-  the order they were created (so e.g. for cues from a
-  <a href=#webvtt>WebVTT</a> file, that would be the order in which the cues
-  were listed in the file). <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  the order they were last added to their respective <a href=#text-track-list-of-cues>text track
+  list of cues</a>, oldest first (so e.g. for cues from a
+  <a href=#webvtt>WebVTT</a> file, that would initially be the order in which
+  the cues were listed in the file). <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
 
   <h6 id=sourcing-in-band-text-tracks><span class=secno>4.8.10.12.2 </span>Sourcing in-band text tracks</h6>

Modified: index
===================================================================
--- index	2012-09-12 07:17:02 UTC (rev 7338)
+++ index	2012-09-12 07:19:57 UTC (rev 7339)
@@ -34048,9 +34048,10 @@
   time">start time</a> must be sorted by their <a href=#text-track-cue-end-time title="text
   track cue end time">end time</a>, latest first; and finally, any
   <a href=#text-track-cue title="text track cue">cues</a> with identical <a href=#text-track-cue-end-time title="text track cue end time">end times</a> must be sorted in
-  the order they were created (so e.g. for cues from a
-  <a href=#webvtt>WebVTT</a> file, that would be the order in which the cues
-  were listed in the file). <a href=#refsWEBVTT>[WEBVTT]</a></p>
+  the order they were last added to their respective <a href=#text-track-list-of-cues>text track
+  list of cues</a>, oldest first (so e.g. for cues from a
+  <a href=#webvtt>WebVTT</a> file, that would initially be the order in which
+  the cues were listed in the file). <a href=#refsWEBVTT>[WEBVTT]</a></p>
 
 
   <h6 id=sourcing-in-band-text-tracks><span class=secno>4.8.10.12.2 </span>Sourcing in-band text tracks</h6>

Modified: source
===================================================================
--- source	2012-09-12 07:17:02 UTC (rev 7338)
+++ source	2012-09-12 07:19:57 UTC (rev 7339)
@@ -37280,9 +37280,11 @@
   track cue end time">end time</span>, latest first; and finally, any
   <span title="text track cue">cues</span> with identical <span
   title="text track cue end time">end times</span> must be sorted in
-  the order they were created (so e.g. for cues from a
-  <span>WebVTT</span> file, that would be the order in which the cues
-  were listed in the file). <a href="#refsWEBVTT">[WEBVTT]</a></p>
+  the order they were last added to their respective <span>text track
+  list of cues</span>, oldest first (so e.g. for cues from a
+  <span>WebVTT</span> file, that would initially be the order in which
+  the cues were listed in the file). <a
+  href="#refsWEBVTT">[WEBVTT]</a></p>
 
 
   <h6>Sourcing in-band text tracks</h6>




More information about the Commit-Watchers mailing list