html5/spec Overview.html,1.5633,1.5634

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22470

Modified Files:
	Overview.html 
Log Message:
Make sure that chapter trees don't have negative-duration chapters. (whatwg r7068)

Index: Overview.html
===================================================================
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:44 UTC