Skip to content

Commit

Permalink
[c] (0) Allow tabs and multiple spaces between timestamps and the -->…
Browse files Browse the repository at this point in the history
… in WebVTT (it was already parsed that way anyway).

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14487

git-svn-id: http://svn.whatwg.org/webapps@6741 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent 0c04d1a commit e30264c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -32690,12 +32690,14 @@ <h6 id=syntax-0><span class=secno>4.8.10.13.2 </span>Syntax</h6>
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>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>The string "<code title="">--&gt;</code>" (U+002D HYPHEN-MINUS,
U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li>

<li>A U+0020 SPACE character.</li>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>A <a href=#webvtt-timestamp>WebVTT timestamp</a> representing the end time
offset of the cue. The time represented by this <a href=#webvtt-timestamp>WebVTT
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -32690,12 +32690,14 @@ The General Relativistic Field Equations</pre>
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>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>The string "<code title="">--&gt;</code>" (U+002D HYPHEN-MINUS,
U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li>

<li>A U+0020 SPACE character.</li>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>A <a href=#webvtt-timestamp>WebVTT timestamp</a> representing the end time
offset of the cue. The time represented by this <a href=#webvtt-timestamp>WebVTT
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -35714,12 +35714,14 @@ The General Relativistic Field Equations</pre>
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>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>The string "<code title="">--></code>" (U+002D HYPHEN-MINUS,
U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li>

<li>A U+0020 SPACE character.</li>
<li>One or more U+0020 SPACE characters or U+0009 CHARACTER
TABULATION (tab) characters.</li>

<li>A <span>WebVTT timestamp</span> representing the end time
offset of the cue. The time represented by this <span>WebVTT
Expand Down

0 comments on commit e30264c

Please sign in to comment.