[html5] r3712 - [] (0) <video> should render its video as big as possible.

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 30 14:40:26 PDT 2009


Author: ianh
Date: 2009-08-30 14:40:25 -0700 (Sun, 30 Aug 2009)
New Revision: 3712

Modified:
   index
   source
Log:
[] (0) <video> should render its video as big as possible.

Modified: index
===================================================================
--- index	2009-08-30 21:21:42 UTC (rev 3711)
+++ index	2009-08-30 21:40:25 UTC (rev 3712)
@@ -70242,11 +70242,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>When a <code><a href=#video>video</a></code> element represents a poster frame or
+  frame of video, the poster frame or frame of video is expected to be
+  rendered at the largest size that maintains the aspect ratio of that
+  poster frame or frame of video 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-08-30 21:21:42 UTC (rev 3711)
+++ source	2009-08-30 21:40:25 UTC (rev 3712)
@@ -83469,11 +83469,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>When a <code>video</code> element represents a poster frame or
+  frame of video, the poster frame or frame of video is expected to be
+  rendered at the largest size that maintains the aspect ratio of that
+  poster frame or frame of video 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