[html5] r5430 - [a] (0) oops, multiple timed track cues can start at the same time as each other [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 16:23:58 PDT 2010


Author: ianh
Date: 2010-09-07 16:23:57 -0700 (Tue, 07 Sep 2010)
New Revision: 5430

Modified:
   complete.html
   index
   source
Log:
[a] (0) oops, multiple timed track cues can start at the same time as each other, what was I thinking

Modified: complete.html
===================================================================
--- complete.html	2010-09-07 21:10:56 UTC (rev 5429)
+++ complete.html	2010-09-07 23:23:57 UTC (rev 5430)
@@ -28154,8 +28154,8 @@
    the space between the arrow either optional or allow multiple
    spaces or tabs --><li>A <a href=#websrt-timestamp>WebSRT timestamp</a> representing the start time
    offset of the cue. The time represented by this <a href=#websrt-timestamp>WebSRT
-   timestamp</a> must be greater than the start time offsets of all
-   previous cues in the file.</li>
+   timestamp</a> must be greater than or equal to the start time
+   offsets of all previous cues in the file.</li>
 
    <li>A U+0020 SPACE character.</li>
 
@@ -93352,6 +93352,7 @@
   Scott González,
   Scott Hess,
   Sean Fraser,
+  Sean Hayes,
   Sean Hogan,
   Sean Knapp,
   Sebastian Markbåge,

Modified: index
===================================================================
--- index	2010-09-07 21:10:56 UTC (rev 5429)
+++ index	2010-09-07 23:23:57 UTC (rev 5430)
@@ -28134,8 +28134,8 @@
    the space between the arrow either optional or allow multiple
    spaces or tabs --><li>A <a href=#websrt-timestamp>WebSRT timestamp</a> representing the start time
    offset of the cue. The time represented by this <a href=#websrt-timestamp>WebSRT
-   timestamp</a> must be greater than the start time offsets of all
-   previous cues in the file.</li>
+   timestamp</a> must be greater than or equal to the start time
+   offsets of all previous cues in the file.</li>
 
    <li>A U+0020 SPACE character.</li>
 
@@ -89435,6 +89435,7 @@
   Scott González,
   Scott Hess,
   Sean Fraser,
+  Sean Hayes,
   Sean Hogan,
   Sean Knapp,
   Sebastian Markbåge,

Modified: source
===================================================================
--- source	2010-09-07 21:10:56 UTC (rev 5429)
+++ source	2010-09-07 23:23:57 UTC (rev 5430)
@@ -30635,8 +30635,8 @@
 
    <li>A <span>WebSRT timestamp</span> representing the start time
    offset of the cue. The time represented by this <span>WebSRT
-   timestamp</span> must be greater than the start time offsets of all
-   previous cues in the file.</li>
+   timestamp</span> must be greater than or equal to the start time
+   offsets of all previous cues in the file.</li>
 
    <li>A U+0020 SPACE character.</li>
 
@@ -107159,6 +107159,7 @@
   Scott González,
   Scott Hess,
   Sean Fraser,
+  Sean Hayes,
   Sean Hogan,
   Sean Knapp,
   Sebastian Markbåge,




More information about the Commit-Watchers mailing list