[html5] r5136 - [e] (0) copypasta
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 7 16:44:45 PDT 2010
Author: ianh
Date: 2010-07-07 16:44:40 -0700 (Wed, 07 Jul 2010)
New Revision: 5136
Modified:
complete.html
index
source
Log:
[e] (0) copypasta
Modified: complete.html
===================================================================
--- complete.html 2010-07-07 23:42:14 UTC (rev 5135)
+++ complete.html 2010-07-07 23:44:40 UTC (rev 5136)
@@ -27036,14 +27036,14 @@
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-timedtrack-onload title=handler-TimedTrack-onload><code>onload</code></dfn> <td> <code title=event-load>load</code>
<tr><td><dfn id=handler-timedtrack-onerror title=handler-TimedTrack-onerror><code>onerror</code></dfn> <td> <code title=event-error>error</code>
- <tr><td><dfn id=handler-timedtrack-oncuechange title=handler-TimedTrack-oncuechange><code>oncuechange</code></dfn> <td> <code title=event-cuechange>close</code>
+ <tr><td><dfn id=handler-timedtrack-oncuechange title=handler-TimedTrack-oncuechange><code>oncuechange</code></dfn> <td> <code title=event-cuechange>cuechange</code>
</table><p>The following are the <a href=#event-handlers>event handlers</a> that must be
supported, as IDL attributes, by all objects implementing the
<code><a href=#timedtrackcue>TimedTrackCue</a></code> interface:</p>
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-timedtrackcue-onenter title=handler-TimedTrackCue-onenter><code>onenter</code></dfn> <td> <code title=event-enter>enter</code>
- <tr><td><dfn id=handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit><code>onexit</code></dfn> <td> <code title=event-exit>close</code>
+ <tr><td><dfn id=handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit><code>onexit</code></dfn> <td> <code title=event-exit>exit</code>
</table></div>
Modified: index
===================================================================
--- index 2010-07-07 23:42:14 UTC (rev 5135)
+++ index 2010-07-07 23:44:40 UTC (rev 5136)
@@ -26963,14 +26963,14 @@
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-timedtrack-onload title=handler-TimedTrack-onload><code>onload</code></dfn> <td> <code title=event-load>load</code>
<tr><td><dfn id=handler-timedtrack-onerror title=handler-TimedTrack-onerror><code>onerror</code></dfn> <td> <code title=event-error>error</code>
- <tr><td><dfn id=handler-timedtrack-oncuechange title=handler-TimedTrack-oncuechange><code>oncuechange</code></dfn> <td> <code title=event-cuechange>close</code>
+ <tr><td><dfn id=handler-timedtrack-oncuechange title=handler-TimedTrack-oncuechange><code>oncuechange</code></dfn> <td> <code title=event-cuechange>cuechange</code>
</table><p>The following are the <a href=#event-handlers>event handlers</a> that must be
supported, as IDL attributes, by all objects implementing the
<code><a href=#timedtrackcue>TimedTrackCue</a></code> interface:</p>
<table><thead><tr><th><a href=#event-handlers title="event handlers">Event handler</a> <th><a href=#event-handler-event-type>Event handler event type</a>
<tbody><tr><td><dfn id=handler-timedtrackcue-onenter title=handler-TimedTrackCue-onenter><code>onenter</code></dfn> <td> <code title=event-enter>enter</code>
- <tr><td><dfn id=handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit><code>onexit</code></dfn> <td> <code title=event-exit>close</code>
+ <tr><td><dfn id=handler-timedtrackcue-onexit title=handler-TimedTrackCue-onexit><code>onexit</code></dfn> <td> <code title=event-exit>exit</code>
</table></div>
Modified: source
===================================================================
--- source 2010-07-07 23:42:14 UTC (rev 5135)
+++ source 2010-07-07 23:44:40 UTC (rev 5136)
@@ -29297,7 +29297,7 @@
<tbody>
<tr><td><dfn title="handler-TimedTrack-onload"><code>onload</code></dfn> <td> <code title="event-load">load</code>
<tr><td><dfn title="handler-TimedTrack-onerror"><code>onerror</code></dfn> <td> <code title="event-error">error</code>
- <tr><td><dfn title="handler-TimedTrack-oncuechange"><code>oncuechange</code></dfn> <td> <code title="event-cuechange">close</code>
+ <tr><td><dfn title="handler-TimedTrack-oncuechange"><code>oncuechange</code></dfn> <td> <code title="event-cuechange">cuechange</code>
</table>
<p>The following are the <span>event handlers</span> that must be
@@ -29309,7 +29309,7 @@
<tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>
<tbody>
<tr><td><dfn title="handler-TimedTrackCue-onenter"><code>onenter</code></dfn> <td> <code title="event-enter">enter</code>
- <tr><td><dfn title="handler-TimedTrackCue-onexit"><code>onexit</code></dfn> <td> <code title="event-exit">close</code>
+ <tr><td><dfn title="handler-TimedTrackCue-onexit"><code>onexit</code></dfn> <td> <code title="event-exit">exit</code>
</table>
</div>
More information about the Commit-Watchers
mailing list