Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[a] (0) oops, multiple timed track cues can start at the same time as…
… each other, what was I thinking

git-svn-id: http://svn.whatwg.org/webapps@5430 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 7, 2010
1 parent 6fafa52 commit cc9d9fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -28154,8 +28154,8 @@ <h6 id=syntax-0><span class=secno>4.8.10.11.1 </span>Syntax</h6>
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>

Expand Down Expand Up @@ -93352,6 +93352,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Scott Gonz&aacute;lez,
Scott Hess,
Sean Fraser,
Sean Hayes,
Sean Hogan,
Sean Knapp,
Sebastian Markb&aring;ge,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -28134,8 +28134,8 @@ interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
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>

Expand Down Expand Up @@ -89435,6 +89435,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Scott Gonz&aacute;lez,
Scott Hess,
Sean Fraser,
Sean Hayes,
Sean Hogan,
Sean Knapp,
Sebastian Markb&aring;ge,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -30635,8 +30635,8 @@ interface <dfn>TimedTrackCue</dfn> {

<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>

Expand Down Expand Up @@ -107159,6 +107159,7 @@ interface <span>HTMLDocument</span> {
Scott Gonz&aacute;lez,
Scott Hess,
Sean Fraser,
Sean Hayes,
Sean Hogan,
Sean Knapp,
Sebastian Markb&aring;ge,
Expand Down

0 comments on commit cc9d9fe

Please sign in to comment.