[html5] r7451 - [c] (2) Make --> in cue payloads non-conforming since it won't be parsed right a [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 10 16:14:41 PDT 2012


Author: ianh
Date: 2012-10-10 16:14:40 -0700 (Wed, 10 Oct 2012)
New Revision: 7451

Modified:
   source
Log:
[c] (2) Make --> in cue payloads non-conforming since it won't be parsed right anyway.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17558
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2012-10-10 23:03:29 UTC (rev 7450)
+++ source	2012-10-10 23:14:40 UTC (rev 7451)
@@ -39423,7 +39423,7 @@
    <li><span>WebVTT cue timings</span>.</li>
    <li>Optionally, one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters followed by <span>WebVTT cue settings</span>.</li>
    <li>A <span>WebVTT line terminator</span>.</li>
-   <li>The <dfn>cue payload</dfn>: either <span>WebVTT cue text</span>, <span>WebVTT chapter title text</span>, or <span>WebVTT metadata text</span>.</li>
+   <li>The <dfn>cue payload</dfn>: either <span>WebVTT cue text</span>, <span>WebVTT chapter title text</span>, or <span>WebVTT metadata text</span>, but it must not contain the substring "-->" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</li>
   </ol>
 
   <p class="note">A <span>WebVTT cue</span> corresponds to one piece




More information about the Commit-Watchers mailing list