- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2012 23:14:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory hutz:/tmp/cvs-serv859 Modified Files: Overview.html Log Message: Make --> in cue payloads non-conforming since it won't be parsed right anyway. (whatwg r7451) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webvtt/Overview.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- Overview.html 10 Oct 2012 20:14:43 -0000 1.42 +++ Overview.html 10 Oct 2012 23:14:43 -0000 1.43 @@ -408,7 +408,7 @@ <li><a href=#webvtt-cue-timings>WebVTT cue timings</a>.</li> <li>Optionally, one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters followed by <a href=#webvtt-cue-settings>WebVTT cue settings</a>.</li> <li>A <a href=#webvtt-line-terminator>WebVTT line terminator</a>.</li> - <li>The <dfn id=cue-payload>cue payload</dfn>: either <a href=#webvtt-cue-text>WebVTT cue text</a>, <a href=#webvtt-chapter-title-text>WebVTT chapter title text</a>, or <a href=#webvtt-metadata-text>WebVTT metadata text</a>.</li> + <li>The <dfn id=cue-payload>cue payload</dfn>: either <a href=#webvtt-cue-text>WebVTT cue text</a>, <a href=#webvtt-chapter-title-text>WebVTT chapter title text</a>, or <a href=#webvtt-metadata-text>WebVTT metadata text</a>, 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 <a href=#webvtt-cue>WebVTT cue</a> corresponds to one piece of time-aligned text or data in the <a href=#webvtt-file>WebVTT file</a>, for example one subtitle. The <a href=#cue-payload>cue payload</a> is the text or
Received on Wednesday, 10 October 2012 23:14:46 UTC