- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 09:25:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15914
Modified Files:
Overview.html
Log Message:
Make poster='' affect the intrinsic dimensions of <video>. (Re: [whatwg] Interpretation of video poster attribute) (whatwg r1773)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -d -r1.962 -r1.963
--- Overview.html 13 Jun 2008 09:09:09 -0000 1.962
+++ Overview.html 13 Jun 2008 09:25:54 -0000 1.963
@@ -15514,16 +15514,21 @@
<p>The intrinsic height of a <code><a href="#video1">video</a></code>
element's playback area is the intrinsic height of the video resource, if
- available, otherwise it is 150 CSS pixels.
+ that is available; otherwise it is the intrinsic height of the resource
+ given by the <code title=attr-video-poster><a
+ href="#poster">poster</a></code> attribute, if that is available;
+ otherwise it is 150 CSS pixels.
<p>The intrinsic width of a <code><a href="#video1">video</a></code>
element's playback area is the intrinsic width of the video resource, if
- available, otherwise it is 300 CSS pixels.
+ that is available; otherwise it is the intrinsic height of the resource
+ given by the <code title=attr-video-poster><a
+ href="#poster">poster</a></code> attribute, if that is available;
+ otherwise it is 300 CSS pixels.
<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 and is not affected by the pixel ratio
- conversions.
+ href="#poster">poster</a></code> attribute is not affected by the pixel
+ ratio conversions.
<hr>
<!-- XXX
Received on Friday, 13 June 2008 09:26:31 UTC