[html5] r7068 - [giow] (0) Make sure that chapter trees don't have negative-duration chapters. A [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 25 13:09:31 PDT 2012
Author: ianh
Date: 2012-04-25 13:09:29 -0700 (Wed, 25 Apr 2012)
New Revision: 7068
Modified:
complete.html
index
source
Log:
[giow] (0) Make sure that chapter trees don't have negative-duration chapters.
Affected topics: Video Text Tracks
Modified: complete.html
===================================================================
--- complete.html 2012-04-25 18:57:49 UTC (rev 7067)
+++ complete.html 2012-04-25 20:09:29 UTC (rev 7068)
@@ -33631,6 +33631,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.
Modified: index
===================================================================
--- index 2012-04-25 18:57:49 UTC (rev 7067)
+++ index 2012-04-25 20:09:29 UTC (rev 7068)
@@ -33631,6 +33631,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.
Modified: source
===================================================================
--- source 2012-04-25 18:57:49 UTC (rev 7067)
+++ source 2012-04-25 20:09:29 UTC (rev 7068)
@@ -36802,6 +36802,10 @@
title="text track list of cues">list of cues</span> of the
<span>text track</span> being processed.</p></li>
+ <li><p>Remove from <var title="">list</var> any <span>text track
+ cue</span> whose <span>text track cue end time</span> is before its
+ <span>text track cue start time</span>.</p></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.
More information about the Commit-Watchers
mailing list