Skip to content

Commit

Permalink
[c] (2) Make --> in cue payloads non-conforming since it won't be par…
Browse files Browse the repository at this point in the history
…sed right anyway.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17558
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7451 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 10, 2012
1 parent 4fe78e8 commit 3a40462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -39423,7 +39423,7 @@ The Organisation for Sample Public Service Announcements accepts no liability fo
<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
Expand Down

0 comments on commit 3a40462

Please sign in to comment.