[html5] r6763 - [e] (0) Clarify that onerror fires if a WebVTT file has the wrong signature. Fix [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 25 16:50:49 PDT 2011
Author: ianh
Date: 2011-10-25 16:50:47 -0700 (Tue, 25 Oct 2011)
New Revision: 6763
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that onerror fires if a WebVTT file has the wrong signature.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14294
Modified: complete.html
===================================================================
--- complete.html 2011-10-25 23:46:08 UTC (rev 6762)
+++ complete.html 2011-10-25 23:50:47 UTC (rev 6763)
@@ -31448,9 +31448,6 @@
simple event</a> named <code title=event-error>error</code>
at the <code><a href=#the-track-element>track</a></code> element.</p>
- <p class=note>The WebVTT format does not report errors in this
- fashion.</p>
-
</li>
<li><p>Jump to the step below labeled <i>monitoring</i>.</li>
@@ -33113,8 +33110,9 @@
<li><p>If <var title="">line</var> is exactly six characters long
but does not exactly equal "<code title="">WEBVTT</code>", then
- abort these steps. The file is not a <a href=#webvtt-file>WebVTT
- file</a>.</li>
+ 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="">line</var> is more than six characters long
but the first six characters do not exactly equal "<code title="">WEBVTT</code>", or the seventh character is neither a
Modified: index
===================================================================
--- index 2011-10-25 23:46:08 UTC (rev 6762)
+++ index 2011-10-25 23:50:47 UTC (rev 6763)
@@ -31448,9 +31448,6 @@
simple event</a> named <code title=event-error>error</code>
at the <code><a href=#the-track-element>track</a></code> element.</p>
- <p class=note>The WebVTT format does not report errors in this
- fashion.</p>
-
</li>
<li><p>Jump to the step below labeled <i>monitoring</i>.</li>
@@ -33113,8 +33110,9 @@
<li><p>If <var title="">line</var> is exactly six characters long
but does not exactly equal "<code title="">WEBVTT</code>", then
- abort these steps. The file is not a <a href=#webvtt-file>WebVTT
- file</a>.</li>
+ 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="">line</var> is more than six characters long
but the first six characters do not exactly equal "<code title="">WEBVTT</code>", or the seventh character is neither a
Modified: source
===================================================================
--- source 2011-10-25 23:46:08 UTC (rev 6762)
+++ source 2011-10-25 23:50:47 UTC (rev 6763)
@@ -34302,9 +34302,6 @@
simple event</span> named <code title="event-error">error</code>
at the <code>track</code> element.</p>
- <p class="note">The WebVTT format does not report errors in this
- fashion.</p>
-
</li>
<li><p>Jump to the step below labeled <i>monitoring</i>.</p></li>
@@ -36244,8 +36241,9 @@
<li><p>If <var title="">line</var> is exactly six characters long
but does not exactly equal "<code title="">WEBVTT</code>", then
- abort these steps. The file is not a <span>WebVTT
- file</span>.</p></li>
+ abort these steps. The file does not start with the correct
+ <span>WebVTT file</span> signature and was therefore not
+ successfully processed.</p></li>
<li><p>If <var title="">line</var> is more than six characters long
but the first six characters do not exactly equal "<code
More information about the Commit-Watchers
mailing list