- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 04:16:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12560 Modified Files: Overview.html Log Message: Be less flexible about what UAs are allowed to do with <video>. (whatwg r6454) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5154 retrieving revision 1.5155 diff -u -d -r1.5154 -r1.5155 --- Overview.html 15 Aug 2011 04:09:30 -0000 1.5154 +++ Overview.html 15 Aug 2011 04:16:49 -0000 1.5155 @@ -21468,19 +21468,15 @@ data has yet been obtained at all, or the element's <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is any subsequent value but the <a href="#media-resource">media resource</a> does not have a video channel), the <code><a href="#the-video-element">video</a></code> element - <a href="#represents">represents</a> either the <a href="#poster-frame">poster frame</a>, or - nothing.</p> + <a href="#represents">represents</a> the <a href="#poster-frame">poster frame</a>.</p> <p>When a <code><a href="#the-video-element">video</a></code> element is <a href="#dom-media-paused" title="dom-media-paused">paused</a> and the <a href="#current-playback-position" title="current playback position">current playback position</a> is the first - frame of video, the element <a href="#represents">represents</a> either the frame - of video corresponding to the <a href="#current-playback-position" title="current playback - position">current playback position</a> or the <a href="#poster-frame">poster - frame</a>, at the discretion of the user agent.</p> - - <p>Notwithstanding the above, the <a href="#poster-frame">poster frame</a> should - be preferred over nothing, but the <a href="#poster-frame">poster frame</a> should - not be shown again after a frame of video has been shown.</p> + frame of video, the element <a href="#represents">represents</a> the <a href="#poster-frame">poster + frame</a>, unless a frame of video has already been shown, in + which case the element <a href="#represents">represents</a> the frame of video + corresponding to the <a href="#current-playback-position" title="current playback position">current + playback position</a>.</p> <p>When a <code><a href="#the-video-element">video</a></code> element is <a href="#dom-media-paused" title="dom-media-paused">paused</a> at any other position, and the <a href="#media-resource">media resource</a> has a video channel, the element
Received on Monday, 15 August 2011 04:16:58 UTC