Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5901 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2011
1 parent 5c52872 commit fcc8d9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -27722,14 +27722,14 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
are <a href=#text-track-cue title="text track cue">cues</a> in <var title="">other
cues</var> that have both their <a href=#text-track-cue-active-flag>text track cue active
flag</a> set and their <a href=#text-track-cue-pause-on-exit-flag>text track cue pause-on-exit
flag</a> set, then immediately <a href=#dom-media-pause title=dom-media-pause>pause the <span>media
element</span>. <!-- "pause" can in theory call load(), but never
flag</a> set, then immediately <a href=#dom-media-pause title=dom-media-pause>pause</a> the <a href=#media-element>media
element</a>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to couch
all this in a task. --> (In the other cases, such as explicit
seeks, playback is not paused by going past the end time of a <span title="text track cue">cue</span>, even if that <span title="text
track cue">cue</span> has its <span>text track cue pause-on-exit
flag</span> set.)</a></li>
seeks, playback is not paused by going past the end time of a <a href=#text-track-cue title="text track cue">cue</a>, even if that <a href=#text-track-cue title="text
track cue">cue</a> has its <a href=#text-track-cue-pause-on-exit-flag>text track cue pause-on-exit
flag</a> set.)</li>

<li><p>Let <var title="">affected tracks</var> be a list of <a href=#text-track title="text track">text tracks</a>, initially empty.</li>

Expand Down Expand Up @@ -27810,8 +27810,8 @@ <h5 id=playing-the-media-resource><span class=secno>4.8.10.8 </span>Playing the
the value <code title=dom-media-NETWORK_EMPTY><a href=#dom-media-network_empty>NETWORK_EMPTY</a></code>, abort these
steps.</li>

<li><p>&#8987; <a href=#dom-media-pause title=dom-media-pause>Pause the
<span>media element</span>.</a></p>
<li><p>&#8987; <a href=#dom-media-pause title=dom-media-pause>Pause</a> the
<a href=#media-element>media element</a>.</p>

</ol></div>

Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -27705,14 +27705,14 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
are <a href=#text-track-cue title="text track cue">cues</a> in <var title="">other
cues</var> that have both their <a href=#text-track-cue-active-flag>text track cue active
flag</a> set and their <a href=#text-track-cue-pause-on-exit-flag>text track cue pause-on-exit
flag</a> set, then immediately <a href=#dom-media-pause title=dom-media-pause>pause the <span>media
element</span>. <!-- "pause" can in theory call load(), but never
flag</a> set, then immediately <a href=#dom-media-pause title=dom-media-pause>pause</a> the <a href=#media-element>media
element</a>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to couch
all this in a task. --> (In the other cases, such as explicit
seeks, playback is not paused by going past the end time of a <span title="text track cue">cue</span>, even if that <span title="text
track cue">cue</span> has its <span>text track cue pause-on-exit
flag</span> set.)</a></li>
seeks, playback is not paused by going past the end time of a <a href=#text-track-cue title="text track cue">cue</a>, even if that <a href=#text-track-cue title="text
track cue">cue</a> has its <a href=#text-track-cue-pause-on-exit-flag>text track cue pause-on-exit
flag</a> set.)</li>

<li><p>Let <var title="">affected tracks</var> be a list of <a href=#text-track title="text track">text tracks</a>, initially empty.</li>

Expand Down Expand Up @@ -27793,8 +27793,8 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
the value <code title=dom-media-NETWORK_EMPTY><a href=#dom-media-network_empty>NETWORK_EMPTY</a></code>, abort these
steps.</li>

<li><p>&#8987; <a href=#dom-media-pause title=dom-media-pause>Pause the
<span>media element</span>.</a></p>
<li><p>&#8987; <a href=#dom-media-pause title=dom-media-pause>Pause</a> the
<a href=#media-element>media element</a>.</p>

</ol></div>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -30077,7 +30077,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
cues</var> that have both their <span>text track cue active
flag</span> set and their <span>text track cue pause-on-exit
flag</span> set, then immediately <span
title="dom-media-pause">pause</code> the <span>media
title="dom-media-pause">pause</span> the <span>media
element</span>. <!-- "pause" can in theory call load(), but never
can it do so as part of this invokation, since we wouldn't be in
this algorithm if the media element was empty. So, no need to couch
Expand Down Expand Up @@ -30180,7 +30180,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code>, abort these
steps.</p></li>

<li><p>&#x231B; <span title="dom-media-pause">Pause</code> the
<li><p>&#x231B; <span title="dom-media-pause">Pause</span> the
<span>media element</span>.</p>

</ol>
Expand Down

0 comments on commit fcc8d9a

Please sign in to comment.