- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Aug 2011 00:17:07 -0400
- To: public-html-diffs@w3.org
hixie: Be less flexible about what UAs are allowed to do with <video>. (whatwg r6454) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5154&r2=1.5155&f=h http://html5.org/tools/web-apps-tracker?from=6453&to=6454 =================================================================== 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:17:11 UTC