- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Apr 2009 07:24:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25602 Modified Files: Overview.html Log Message: Rendering: video poster frames preserve aspect ration and are centered. (credit: roc) (whatwg r3010) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2172 retrieving revision 1.2173 diff -u -d -r1.2172 -r1.2173 --- Overview.html 28 Apr 2009 01:54:56 -0000 1.2172 +++ Overview.html 28 Apr 2009 07:24:27 -0000 1.2173 @@ -56670,6 +56670,12 @@ changes, and are expected to disappear when the user does not need them.</p> + <p>When a <code><a href="#video">video</a></code> element represents its poster frame, + the poster frame is expected to be rendered at the largest size that + maintains the poster frame's aspect ratio without being taller or + wider than the <code><a href="#video">video</a></code> element itself, and is expected to + be centered in the <code><a href="#video">video</a></code> element.</p> + <p class="note">Resizing <code><a href="#video">video</a></code> and <code><a href="#the-canvas-element">canvas</a></code> elements does not interrupt video playback or clear the canvas.</p>
Received on Tuesday, 28 April 2009 07:24:39 UTC