hixie: Make sure that chapter trees don't have negative-duration chapters. (whatwg r7068)

hixie: Make sure that chapter trees don't have negative-duration
chapters. (whatwg r7068)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5633&r2=1.5634&f=h
http://html5.org/tools/web-apps-tracker?from=7067&to=7068

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5633
retrieving revision 1.5634
diff -u -d -r1.5633 -r1.5634
--- Overview.html 25 Apr 2012 18:57:56 -0000 1.5633
+++ Overview.html 25 Apr 2012 20:09:35 -0000 1.5634
@@ -31945,6 +31945,10 @@
   <ol><li><p>Let <var title="">list</var> be a copy of the <a href="#text-track-list-of-cues" title="text track list of cues">list of cues</a> of the
    <a href="#text-track">text track</a> being processed.</li>
 
+   <li><p>Remove from <var title="">list</var> any <a href="#text-track-cue">text track
+   cue</a> whose <a href="#text-track-cue-end-time">text track cue end time</a> is before its
+   <a href="#text-track-cue-start-time">text track cue start time</a>.</li>
+
    <li><p>Let <var title="">output</var> be an empty list of chapters,
    where a chapter is a record consisting of a start time, an end
    time, a title, and a (potentially empty) list of nested chapters.

Received on Wednesday, 25 April 2012 20:09:48 UTC