- From: poot <cvsmail@w3.org>
- Date: Tue, 28 Apr 2009 16:26:00 +0900 (JST)
- To: public-html-diffs@w3.org
Rendering: video poster frames preserve aspect ration and are centered. (credit: roc) (whatwg r3010) 10.3.1 Embedded content http://people.w3.org/mike/diffs/html5/spec/Overview.1.2173.html#embedded-content-1 http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2172&r2=1.2173&f=h http://html5.org/tools/web-apps-tracker?from=3009&to=3010 =================================================================== 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:26:42 UTC