[html5] r2327 - [e] (0) Change 'actively playing' to 'potentially playing' to be more accurate.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 13 14:05:30 PDT 2008
Author: ianh
Date: 2008-10-13 14:05:29 -0700 (Mon, 13 Oct 2008)
New Revision: 2327
Modified:
index
source
Log:
[e] (0) Change 'actively playing' to 'potentially playing' to be more accurate.
Modified: index
===================================================================
--- index 2008-10-13 20:53:18 UTC (rev 2326)
+++ index 2008-10-13 21:05:29 UTC (rev 2327)
@@ -16133,7 +16133,7 @@
or buffering), the last frame of the video to have been
rendered.</p>
- <p>When a <code><a href=#video>video</a></code> element is <a href=#actively-playing>actively
+ <p>When a <code><a href=#video>video</a></code> element is <a href=#potentially-playing>potentially
playing</a>, it represents the frame of video at the continuously
increasing <a href=#current-playback-position title="current playback position">"current"
position</a>. When the <a href=#current-playback-position>current playback position</a>
@@ -16145,7 +16145,7 @@
<a href=#dom-media-volume title=dom-media-volume>volume</a> with the specified
<a href=#dom-media-muted title=dom-media-muted>mute state</a>.</p>
- <p>When a <code><a href=#video>video</a></code> element is neither <a href=#actively-playing>actively
+ <p>When a <code><a href=#video>video</a></code> element is neither <a href=#potentially-playing>potentially
playing</a> nor <a href=#dom-media-paused title=dom-media-paused>paused</a>
(e.g. when seeking or stalled), the element represents the last
frame of the video to have been rendered.</p>
@@ -16363,11 +16363,11 @@
<p>The <code title=attr-media-src><a href=#attr-media-src>src</a></code>, <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>, <code title=attr-media-start><a href=#attr-media-start>start</a></code>, <code title=attr-media-loopstart><a href=#attr-media-loopstart>loopstart</a></code>, <code title=attr-media-loopend><a href=#attr-media-loopend>loopend</a></code>, <code title=attr-media-end><a href=#attr-media-end>end</a></code>, <code title=attr-media-playcount><a href=#attr-media-playcount>playcount</a></code>, and <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attributes are <a href=#media-element-attributes title="media element attributes">the attributes common to all media
elements</a>.</p>
- <p>When an <code><a href=#audio>audio</a></code> element is <a href=#actively-playing>actively
+ <p>When an <code><a href=#audio>audio</a></code> element is <a href=#potentially-playing>potentially
playing</a>, it must have its audio data played synchronized with
the <a href=#current-playback-position>current playback position</a>, at the specified <a href=#dom-media-volume title=dom-media-volume>volume</a> with the specified <a href=#dom-media-muted title=dom-media-muted>mute state</a>.</p>
- <p>When an <code><a href=#audio>audio</a></code> element is not <a href=#actively-playing>actively
+ <p>When an <code><a href=#audio>audio</a></code> element is not <a href=#potentially-playing>potentially
playing</a>, audio must not play for the element.</p>
<p>Two constructors are provided for creating
@@ -17577,7 +17577,7 @@
attribute represents whether the <a href=#media-element>media element</a> is
paused or not. The attribute must initially be true.</p>
- <p>A <a href=#media-element>media element</a> is said to be <dfn id=actively-playing>actively
+ <p>A <a href=#media-element>media element</a> is said to be <dfn id=potentially-playing>potentially
playing</dfn> when its <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code>
attribute is false, the <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute is either
<code title=dom-media-CAN_PLAY><a href=#dom-media-can_play>CAN_PLAY</a></code> or <code title=dom-media-CAN_PLAY_THROUGH><a href=#dom-media-can_play_through>CAN_PLAY_THROUGH</a></code>, the
@@ -17616,13 +17616,13 @@
<a href=#ended-playback>ended playback</a> and <a href=#paused-for-user-interaction>paused for user
interaction</a> at the same time.</p>
- <p>When a <a href=#media-element>media element</a> that is <a href=#actively-playing>actively
+ <p>When a <a href=#media-element>media element</a> that is <a href=#potentially-playing>potentially
playing</a> stops playing because it has <a href=#paused-for-user-interaction>paused for user
interaction</a>, the user agent must <a href=#queue-a-task>queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-timeupdate><a href=#event-timeupdate>timeupdate</a></code> at the element.</p>
<p id=fire-waiting-when-waiting>When a <a href=#media-element>media element</a>
- that is <a href=#actively-playing>actively playing</a> stops playing because its
+ that is <a href=#potentially-playing>potentially playing</a> stops playing because its
<code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute
changes to a value lower than <code title=dom-media-CAN_PLAY><a href=#dom-media-can_play>CAN_PLAY</a></code>, without the element
having <a href=#ended-playback>ended playback</a>, or playback having <a href=#stopped-due-to-errors>stopped
@@ -17673,7 +17673,7 @@
on setting, if the new value is 0.0, a
<code>NOT_SUPPORTED_ERR</code> exception must be raised instead of
the value being changed. Otherwise, the playback must change speed
- (if the element is <a href=#actively-playing>actively playing</a>). It must initially
+ (if the element is <a href=#potentially-playing>potentially playing</a>). It must initially
have the value 1.0.</p>
<p id=rateUpdate>When the <code title=dom-media-defaultPlaybackRate><a href=#dom-media-defaultplaybackrate>defaultPlaybackRate</a></code> or
@@ -17691,7 +17691,7 @@
far rendered, at the time the attribute is evaluated.</p>
<hr><p id=media-playback>When a <a href=#media-element>media element</a> is
- <a href=#actively-playing>actively playing</a> and its <code>Document</code> is an
+ <a href=#potentially-playing>potentially playing</a> and its <code>Document</code> is an
<a href=#active-document>active document</a>, its <a href=#current-playback-position>current playback
position</a> must increase monotonically at <code title=dom-media-playbackRate><a href=#dom-media-playbackrate>playbackRate</a></code> units of media
time per unit time of wall clock time. If this value is not 1, the
@@ -17856,7 +17856,7 @@
user agent must act as if the <code title=dom-media-pause><a href=#dom-media-pause>pause()</a></code> method had been invoked.</p>
<p><a href=#media-element title="media element">Media elements</a> that are
- <a href=#actively-playing>actively playing</a> while not <span>in a
+ <a href=#potentially-playing>potentially playing</a> while not <span>in a
<code>Document</code></span><!-- XXX xref --> must not play any
video, but should play any audio component. Media elements must not
stop playing just because all references to them have been removed;
@@ -17919,7 +17919,7 @@
<li id=seekUpdate><p>The user agent must <a href=#queue-a-task>queue a
task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-timeupdate><a href=#event-timeupdate>timeupdate</a></code> at the element.</li>
- <li><p>If the <a href=#media-element>media element</a> was <a href=#actively-playing>actively
+ <li><p>If the <a href=#media-element>media element</a> was <a href=#potentially-playing>potentially
playing</a> immediately before it started seeking, but seeking
caused its <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code>
attribute to change to a value lower than <code title=dom-media-CAN_PLAY><a href=#dom-media-can_play>CAN_PLAY</a></code>, the user agent must
Modified: source
===================================================================
--- source 2008-10-13 20:53:18 UTC (rev 2326)
+++ source 2008-10-13 21:05:29 UTC (rev 2327)
@@ -17180,7 +17180,7 @@
or buffering), the last frame of the video to have been
rendered.</p>
- <p>When a <code>video</code> element is <span>actively
+ <p>When a <code>video</code> element is <span>potentially
playing</span>, it represents the frame of video at the continuously
increasing <span title="current playback position">"current"
position</span>. When the <span>current playback position</span>
@@ -17192,7 +17192,7 @@
<span title="dom-media-volume">volume</span> with the specified
<span title="dom-media-muted">mute state</span>.</p>
- <p>When a <code>video</code> element is neither <span>actively
+ <p>When a <code>video</code> element is neither <span>potentially
playing</span> nor <span title="dom-media-paused">paused</span>
(e.g. when seeking or stalled), the element represents the last
frame of the video to have been rendered.</p>
@@ -17444,13 +17444,13 @@
title="media element attributes">the attributes common to all media
elements</span>.</p>
- <p>When an <code>audio</code> element is <span>actively
+ <p>When an <code>audio</code> element is <span>potentially
playing</span>, it must have its audio data played synchronized with
the <span>current playback position</span>, at the specified <span
title="dom-media-volume">volume</span> with the specified <span
title="dom-media-muted">mute state</span>.</p>
- <p>When an <code>audio</code> element is not <span>actively
+ <p>When an <code>audio</code> element is not <span>potentially
playing</span>, audio must not play for the element.</p>
<p>Two constructors are provided for creating
@@ -18923,7 +18923,7 @@
attribute represents whether the <span>media element</span> is
paused or not. The attribute must initially be true.</p>
- <p>A <span>media element</span> is said to be <dfn>actively
+ <p>A <span>media element</span> is said to be <dfn>potentially
playing</dfn> when its <code title="dom-media-paused">paused</code>
attribute is false, the <code
title="dom-media-readyState">readyState</code> attribute is either
@@ -18971,14 +18971,14 @@
<span>ended playback</span> and <span>paused for user
interaction</span> at the same time.</p>
- <p>When a <span>media element</span> that is <span>actively
+ <p>When a <span>media element</span> that is <span>potentially
playing</span> stops playing because it has <span>paused for user
interaction</span>, the user agent must <span>queue a task</span> to
<span>fire a simple event</span> called <code
title="event-timeupdate">timeupdate</code> at the element.</p>
<p id="fire-waiting-when-waiting">When a <span>media element</span>
- that is <span>actively playing</span> stops playing because its
+ that is <span>potentially playing</span> stops playing because its
<code title="dom-media-readyState">readyState</code> attribute
changes to a value lower than <code
title="dom-media-CAN_PLAY">CAN_PLAY</code>, without the element
@@ -19043,7 +19043,7 @@
on setting, if the new value is 0.0, a
<code>NOT_SUPPORTED_ERR</code> exception must be raised instead of
the value being changed. Otherwise, the playback must change speed
- (if the element is <span>actively playing</span>). It must initially
+ (if the element is <span>potentially playing</span>). It must initially
have the value 1.0.</p>
<p id="rateUpdate">When the <code
@@ -19064,7 +19064,7 @@
<hr>
<p id="media-playback">When a <span>media element</span> is
- <span>actively playing</span> and its <code>Document</code> is an
+ <span>potentially playing</span> and its <code>Document</code> is an
<span>active document</span>, its <span>current playback
position</span> must increase monotonically at <code
title="dom-media-playbackRate">playbackRate</code> units of media
@@ -19269,7 +19269,7 @@
title="dom-media-pause">pause()</code> method had been invoked.</p>
<p><span title="media element">Media elements</span> that are
- <span>actively playing</span> while not <span>in a
+ <span>potentially playing</span> while not <span>in a
<code>Document</code></span><!-- XXX xref --> must not play any
video, but should play any audio component. Media elements must not
stop playing just because all references to them have been removed;
@@ -19340,7 +19340,7 @@
task</span> to <span>fire a simple event</span> called <code
title="event-timeupdate">timeupdate</code> at the element.</p></li>
- <li><p>If the <span>media element</span> was <span>actively
+ <li><p>If the <span>media element</span> was <span>potentially
playing</span> immediately before it started seeking, but seeking
caused its <code title="dom-media-readyState">readyState</code>
attribute to change to a value lower than <code
More information about the Commit-Watchers
mailing list