- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 18:59:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv6945
Modified Files:
Overview.html
Log Message:
Make an empty WebVTT file not trigger onerror. (whatwg r6996)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html 31 Jan 2012 19:36:47 -0000 1.10
+++ Overview.html 15 Feb 2012 18:58:58 -0000 1.11
@@ -122,7 +122,7 @@
<header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<hgroup><h1 class="no-num no-toc">WebVTT</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 31 January 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 15 February 2012</h2>
</hgroup><dl><dt>Latest version:</dt>
<dd><a href=http://http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd>
<dt>Participate:</dt>
@@ -803,9 +803,10 @@
correct <a href=#webvtt-file>WebVTT file</a> signature and was therefore not
successfully processed.</li>
- <li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then abort these steps. The file does not
- start with the correct <a href=#webvtt-file>WebVTT file</a> signature and was
- therefore not successfully processed.</li>
+ <li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then abort these steps. The file was
+ successfully processed, but it contains no useful data and so no
+ <a href=#text-track-cue title="text track cue">text track cues</a> where added to
+ <var title="">output</var>.</li>
<li><p>The character indicated by <var title="">position</var> is a
@@ -979,7 +980,8 @@
<li><p><i>End</i>: The file has ended. Abort these steps. The
- <a href=#webvtt-parser>WebVTT parser</a> has finished.</li>
+ <a href=#webvtt-parser>WebVTT parser</a> has finished. The file was successfully
+ processed.</li>
</ol><p>When the algorithm above requires that the user agent
<dfn id=collect-webvtt-cue-timings-and-settings>collect WebVTT cue timings and settings</dfn> from a string
Received on Wednesday, 15 February 2012 18:59:02 UTC