Skip to content

Commit

Permalink
[e] (0) Clarify that onerror fires if a WebVTT file has the wrong sig…
Browse files Browse the repository at this point in the history
…nature.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14294

git-svn-id: http://svn.whatwg.org/webapps@6763 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 25, 2011
1 parent 616beb5 commit 1cb1097
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions complete.html
Expand Up @@ -31448,9 +31448,6 @@ <h6 id=sourcing-out-of-band-text-tracks><span class=secno>4.8.10.12.3 </span>Sou
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>
Expand Down Expand Up @@ -33113,8 +33110,9 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>

<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
Expand Down
8 changes: 3 additions & 5 deletions index
Expand Up @@ -31448,9 +31448,6 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
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>
Expand Down Expand Up @@ -33113,8 +33110,9 @@ The General Relativistic Field Equations</pre>

<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
Expand Down
8 changes: 3 additions & 5 deletions source
Expand Up @@ -34302,9 +34302,6 @@ interface <dfn>MediaController</dfn> {
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>
Expand Down Expand Up @@ -36244,8 +36241,9 @@ The General Relativistic Field Equations</pre>

<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
Expand Down

0 comments on commit 1cb1097

Please sign in to comment.