[html5] r1619 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 14 18:45:57 PDT 2008


Author: ianh
Date: 2008-05-14 18:45:56 -0700 (Wed, 14 May 2008)
New Revision: 1619

Modified:
   index
   source
Log:
[gow] (2) Allow <video> elements to show the poster frame instead of the first video frame.

Modified: index
===================================================================
--- index	2008-05-15 01:30:16 UTC (rev 1618)
+++ index	2008-05-15 01:45:56 UTC (rev 1619)
@@ -14923,12 +14923,21 @@
    specified <a href="#muted" title=dom-media-muted>mute state</a>.
 
   <p>When a <code><a href="#video1">video</a></code> element is <a
-   href="#paused" title=dom-media-paused>paused</a>, the element represents
+   href="#paused" title=dom-media-paused>paused</a> and the <a
+   href="#current0" title="current playback position">current playback
+   position</a> is the first frame of video, the element represents either
    the frame of video corresponding to the <a href="#current0" title="current
-   playback position">current playback position</a>, or, if that is not
-   available yet (e.g. because the video is seeking or buffering), the last
-   rendered frame of video.
+   playback position">current playback position</a> or the image given by the
+   <code title=attr-video-poster><a href="#poster">poster</a></code>
+   attribute, at the discretion of the user agent.
 
+  <p>When a <code><a href="#video1">video</a></code> element is <a
+   href="#paused" title=dom-media-paused>paused</a> at any other position,
+   the element represents the frame of video corresponding to the <a
+   href="#current0" title="current playback position">current playback
+   position</a>, or, if that is not yet available (e.g. because the video is
+   seeking or buffering), the last frame of the video to have been rendered.
+
   <p>When a <code><a href="#video1">video</a></code> element is neither <a
    href="#actively">actively playing</a> nor <a href="#paused"
    title=dom-media-paused>paused</a> (e.g. when seeking or stalled), the

Modified: source
===================================================================
--- source	2008-05-15 01:30:16 UTC (rev 1618)
+++ source	2008-05-15 01:45:56 UTC (rev 1619)
@@ -12913,12 +12913,22 @@
   <span title="dom-media-muted">mute state</span>.</p>
 
   <p>When a <code>video</code> element is <span
-  title="dom-media-paused">paused</span>, the element represents the
-  frame of video corresponding to the <span title="current playback
-  position">current playback position</span>, or, if that is not
-  available yet (e.g. because the video is seeking or buffering), the
-  last rendered frame of video.</p>
+  title="dom-media-paused">paused</span> and the <span title="current
+  playback position">current playback position</span> is the first
+  frame of video, the element represents either the frame of video
+  corresponding to the <span title="current playback position">current
+  playback position</span> or the image given by the <code
+  title="attr-video-poster">poster</code> attribute, at the discretion
+  of the user agent.</p>
 
+  <p>When a <code>video</code> element is <span
+  title="dom-media-paused">paused</span> at any other position, the
+  element represents the frame of video corresponding to the <span
+  title="current playback position">current playback position</span>,
+  or, if that is not yet available (e.g. because the video is seeking
+  or buffering), the last frame of the video to have been
+  rendered.</p>
+
   <p>When a <code>video</code> element is neither <span>actively
   playing</span> nor <span title="dom-media-paused">paused</span>
   (e.g. when seeking or stalled), the element represents the last




More information about the Commit-Watchers mailing list