Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) got an earlier fix backwards
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7080 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 27, 2012
1 parent 2dc225a commit 137df54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 April 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 April 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -30436,15 +30436,15 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">missed cues</var>, <a href=#prepare-an-event>prepare an event</a>
named <code title=event-enter>enter</code> for the
<code><a href=#texttrackcue>TextTrackCue</a></code> object with the later of the <a href=#text-track-cue-start-time>text
track cue start time</a> and the <a href=#text-track-cue-end-time>text track cue end
time</a>.</li>
<code><a href=#texttrackcue>TextTrackCue</a></code> object with the <a href=#text-track-cue-start-time>text track cue
start time</a>.</li>

<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">other cues</var> that either has its <a href=#text-track-cue-active-flag>text
track cue active flag</a> set or is in <var title="">missed
cues</var>, <a href=#prepare-an-event>prepare an event</a> named <code title=event-exit>exit</code> for the <code><a href=#texttrackcue>TextTrackCue</a></code>
object with the <a href=#text-track-cue-end-time>text track cue end time</a>.</li>
object with the later of the <a href=#text-track-cue-end-time>text track cue end time</a>
and the <a href=#text-track-cue-start-time>text track cue start time</a>.</li>

<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">current cues</var> that does not have its
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 April 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 April 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -30436,15 +30436,15 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">missed cues</var>, <a href=#prepare-an-event>prepare an event</a>
named <code title=event-enter>enter</code> for the
<code><a href=#texttrackcue>TextTrackCue</a></code> object with the later of the <a href=#text-track-cue-start-time>text
track cue start time</a> and the <a href=#text-track-cue-end-time>text track cue end
time</a>.</li>
<code><a href=#texttrackcue>TextTrackCue</a></code> object with the <a href=#text-track-cue-start-time>text track cue
start time</a>.</li>

<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">other cues</var> that either has its <a href=#text-track-cue-active-flag>text
track cue active flag</a> set or is in <var title="">missed
cues</var>, <a href=#prepare-an-event>prepare an event</a> named <code title=event-exit>exit</code> for the <code><a href=#texttrackcue>TextTrackCue</a></code>
object with the <a href=#text-track-cue-end-time>text track cue end time</a>.</li>
object with the later of the <a href=#text-track-cue-end-time>text track cue end time</a>
and the <a href=#text-track-cue-start-time>text track cue start time</a>.</li>

<li><p>For each <a href=#text-track-cue title="text track cue">text track cue</a>
in <var title="">current cues</var> that does not have its
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -33159,16 +33159,16 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
<li><p>For each <span title="text track cue">text track cue</span>
in <var title="">missed cues</var>, <span>prepare an event</span>
named <code title="event-enter">enter</code> for the
<code>TextTrackCue</code> object with the later of the <span>text
track cue start time</span> and the <span>text track cue end
time</span>.</p></li>
<code>TextTrackCue</code> object with the <span>text track cue
start time</span>.</p></li>

<li><p>For each <span title="text track cue">text track cue</span>
in <var title="">other cues</var> that either has its <span>text
track cue active flag</span> set or is in <var title="">missed
cues</var>, <span>prepare an event</span> named <code
title="event-exit">exit</code> for the <code>TextTrackCue</code>
object with the <span>text track cue end time</span>.</p></li>
object with the later of the <span>text track cue end time</span>
and the <span>text track cue start time</span>.</p></li>

<li><p>For each <span title="text track cue">text track cue</span>
in <var title="">current cues</var> that does not have its
Expand Down

0 comments on commit 137df54

Please sign in to comment.