[html5] r1746 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 02:53:03 PDT 2008
Author: ianh
Date: 2008-06-12 02:53:03 -0700 (Thu, 12 Jun 2008)
New Revision: 1746
Modified:
index
source
Log:
[e] (0) Clarify that pixelratio doesn't affect poster frame; add v3 idea.
Modified: index
===================================================================
--- index 2008-06-12 09:36:55 UTC (rev 1745)
+++ index 2008-06-12 09:53:03 UTC (rev 1746)
@@ -15351,7 +15351,8 @@
<p class=note>The image given by the <code title=attr-video-poster><a
href="#poster">poster</a></code> attribute does not influence the
- element's intrinsic dimensions.
+ element's intrinsic dimensions and is not affected by the pixel ratio
+ conversions.
<hr>
<!-- XXX
@@ -15856,6 +15857,8 @@
* external captions support (request from John Foliot)
* video: applying CSS filters
* infinite looping
+ * an event to notify people of when the video size changes
+ (e.g. for chained Ogg streams of multiple independent videos)
-->
<p><a href="#media7" title="media element">Media elements</a> are used to
Modified: source
===================================================================
--- source 2008-06-12 09:36:55 UTC (rev 1745)
+++ source 2008-06-12 09:53:03 UTC (rev 1746)
@@ -13292,7 +13292,8 @@
<p class="note">The image given by the <code
title="attr-video-poster">poster</code> attribute does not influence
- the element's intrinsic dimensions.</p>
+ the element's intrinsic dimensions and is not affected by the pixel
+ ratio conversions.</p>
<hr>
@@ -13754,6 +13755,8 @@
* external captions support (request from John Foliot)
* video: applying CSS filters
* infinite looping
+ * an event to notify people of when the video size changes
+ (e.g. for chained Ogg streams of multiple independent videos)
-->
<p><span title="media element">Media elements</span> are used to
More information about the Commit-Watchers
mailing list