html5/spec Overview.html,1.4740,1.4741

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13126

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r5901)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4740
retrieving revision 1.4741
diff -u -d -r1.4740 -r1.4741
--- Overview.html	17 Feb 2011 02:02:06 -0000	1.4740
+++ Overview.html	17 Feb 2011 02:03:42 -0000	1.4741
@@ -24147,14 +24147,14 @@
    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>
 
@@ -24230,8 +24230,8 @@
    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><h5 id="seeking"><span class="secno">4.8.10.9 </span>Seeking</h5><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code></dt>
 

Received on Thursday, 17 February 2011 02:03:48 UTC