[html5] r6741 - [c] (0) Allow tabs and multiple spaces between timestamps and the --> in WebVTT [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 24 16:45:12 PDT 2011


Author: ianh
Date: 2011-10-24 16:45:11 -0700 (Mon, 24 Oct 2011)
New Revision: 6741

Modified:
   complete.html
   index
   source
Log:
[c] (0) Allow tabs and multiple spaces between timestamps and the --> in WebVTT (it was already parsed that way anyway).
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14487

Modified: complete.html
===================================================================
--- complete.html	2011-10-24 23:37:40 UTC (rev 6740)
+++ complete.html	2011-10-24 23:45:11 UTC (rev 6741)
@@ -32690,12 +32690,14 @@
    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="">--></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

Modified: index
===================================================================
--- index	2011-10-24 23:37:40 UTC (rev 6740)
+++ index	2011-10-24 23:45:11 UTC (rev 6741)
@@ -32690,12 +32690,14 @@
    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="">--></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

Modified: source
===================================================================
--- source	2011-10-24 23:37:40 UTC (rev 6740)
+++ source	2011-10-24 23:45:11 UTC (rev 6741)
@@ -35714,12 +35714,14 @@
    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




More information about the Commit-Watchers mailing list