[html5] r5901 - [e] (0) typo
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 16 18:03:38 PST 2011
Author: ianh
Date: 2011-02-16 18:03:36 -0800 (Wed, 16 Feb 2011)
New Revision: 5901
Modified:
complete.html
index
source
Log:
[e] (0) typo
Modified: complete.html
===================================================================
--- complete.html 2011-02-17 02:01:59 UTC (rev 5900)
+++ complete.html 2011-02-17 02:03:36 UTC (rev 5901)
@@ -27722,14 +27722,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>
@@ -27810,8 +27810,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>
Modified: index
===================================================================
--- index 2011-02-17 02:01:59 UTC (rev 5900)
+++ index 2011-02-17 02:03:36 UTC (rev 5901)
@@ -27705,14 +27705,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>
@@ -27793,8 +27793,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>
Modified: source
===================================================================
--- source 2011-02-17 02:01:59 UTC (rev 5900)
+++ source 2011-02-17 02:03:36 UTC (rev 5901)
@@ -30077,7 +30077,7 @@
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
@@ -30180,7 +30180,7 @@
title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</code>, abort these
steps.</p></li>
- <li><p>⌛ <span title="dom-media-pause">Pause</code> the
+ <li><p>⌛ <span title="dom-media-pause">Pause</span> the
<span>media element</span>.</p>
</ol>
More information about the Commit-Watchers
mailing list