- From: poot <cvsmail@w3.org>
- Date: Wed, 16 Feb 2011 21:04:55 -0500
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5901) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4740&r2=1.4741&f=h http://html5.org/tools/web-apps-tracker?from=5900&to=5901 =================================================================== 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>⌛ <a href="#dom-media-pause" title="dom-media-pause">Pause the - <span>media element</span>.</a></p> + <li><p>⌛ <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:04:57 UTC