[html5] r3010 - [] (0) Rendering: video poster frames preserve aspect ration and are centered. ( [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 28 00:24:23 PDT 2009
Author: ianh
Date: 2009-04-28 00:24:22 -0700 (Tue, 28 Apr 2009)
New Revision: 3010
Modified:
index
source
Log:
[] (0) Rendering: video poster frames preserve aspect ration and are centered. (credit: roc)
Modified: index
===================================================================
--- index 2009-04-28 01:54:51 UTC (rev 3009)
+++ index 2009-04-28 07:24:22 UTC (rev 3010)
@@ -62390,6 +62390,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>
Modified: source
===================================================================
--- source 2009-04-28 01:54:51 UTC (rev 3009)
+++ source 2009-04-28 07:24:22 UTC (rev 3010)
@@ -73284,6 +73284,12 @@
changes, and are expected to disappear when the user does not need
them.</p>
+ <p>When a <code>video</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>video</code> element itself, and is expected to
+ be centered in the <code>video</code> element.</p>
+
<p class="note">Resizing <code>video</code> and <code>canvas</code>
elements does not interrupt video playback or clear the canvas.</p>
More information about the Commit-Watchers
mailing list