Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@7339 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 12, 2012
1 parent 48c3c5e commit ae97dba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -34048,9 +34048,10 @@ <h6 id=text-track-model><span class=secno>4.8.10.12.1 </span>Text track model</h
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>
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -34048,9 +34048,10 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
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>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -37280,9 +37280,11 @@ interface <dfn>MediaController</dfn> {
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>
Expand Down

0 comments on commit ae97dba

Please sign in to comment.