[html5] r6996 - [giow] (1) Make an empty WebVTT file not trigger onerror. Affected topics: Video [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 15 10:58:45 PST 2012


Author: ianh
Date: 2012-02-15 10:58:43 -0800 (Wed, 15 Feb 2012)
New Revision: 6996

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make an empty WebVTT file not trigger onerror.
Affected topics: Video Text Tracks

Modified: complete.html
===================================================================
--- complete.html	2012-02-15 00:30:08 UTC (rev 6995)
+++ complete.html	2012-02-15 18:58:43 UTC (rev 6996)
@@ -32705,7 +32705,7 @@
     fail, then the final <a href=#concept-task title=concept-task>task</a> that
     is <a href=#queue-a-task title="queue a task">queued</a> by the
     <a href=#networking-task-source>networking task source</a> must run the following
-    steps:</p>
+    steps after it has tried to parse the data:</p>
 
     <ol><li><p>Change the <a href=#text-track-readiness-state>text track readiness state</a> to
      <a href=#text-track-loaded title="text track loaded">loaded</a>.</li>

Modified: index
===================================================================
--- index	2012-02-15 00:30:08 UTC (rev 6995)
+++ index	2012-02-15 18:58:43 UTC (rev 6996)
@@ -32705,7 +32705,7 @@
     fail, then the final <a href=#concept-task title=concept-task>task</a> that
     is <a href=#queue-a-task title="queue a task">queued</a> by the
     <a href=#networking-task-source>networking task source</a> must run the following
-    steps:</p>
+    steps after it has tried to parse the data:</p>
 
     <ol><li><p>Change the <a href=#text-track-readiness-state>text track readiness state</a> to
      <a href=#text-track-loaded title="text track loaded">loaded</a>.</li>

Modified: source
===================================================================
--- source	2012-02-15 00:30:08 UTC (rev 6995)
+++ source	2012-02-15 18:58:43 UTC (rev 6996)
@@ -35757,7 +35757,7 @@
     fail, then the final <span title="concept-task">task</span> that
     is <span title="queue a task">queued</span> by the
     <span>networking task source</span> must run the following
-    steps:</p>
+    steps after it has tried to parse the data:</p>
 
     <ol>
 
@@ -37735,9 +37735,10 @@
    successfully processed.</p></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 <span>WebVTT file</span> signature and was
-   therefore not successfully processed.</p></li>
+   title="">input</var>, then abort these steps. The file was
+   successfully processed, but it contains no useful data and so no
+   <span title="text track cue">text track cues</span> where added to
+   <var title="">output</var>.</p></li>
 
 
    <li><p>The character indicated by <var title="">position</var> is a
@@ -37934,7 +37935,8 @@
 
 
    <li><p><i>End</i>: The file has ended. Abort these steps. The
-   <span>WebVTT parser</span> has finished.</p></li>
+   <span>WebVTT parser</span> has finished. The file was successfully
+   processed.</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list