- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 09:53:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31173
Modified Files:
Overview.html
Log Message:
Clarify that pixelratio doesn't affect poster frame; add v3 idea. (whatwg r1746)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.935
retrieving revision 1.936
diff -u -d -r1.935 -r1.936
--- Overview.html 12 Jun 2008 09:37:00 -0000 1.935
+++ Overview.html 12 Jun 2008 09:53:06 -0000 1.936
@@ -220,7 +220,7 @@
<!-- context and rationale (required) -->
<p>This specification is intended to replace (be the new version of) what
- was previously the HTML4, XHTML 1.x, and DOM2 HTML specifications.</p>
+ was previously the HTML4, XHTML 1.0, and DOM2 HTML specifications.</p>
<!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- required patent boilerplate -->
@@ -15455,7 +15455,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
@@ -15960,6 +15961,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
Received on Thursday, 12 June 2008 09:53:44 UTC