[html5] r1773 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 13 02:24:50 PDT 2008


Author: ianh
Date: 2008-06-13 02:24:49 -0700 (Fri, 13 Jun 2008)
New Revision: 1773

Modified:
   index
   source
Log:
[go] (2) Make poster='' affect the intrinsic dimensions of <video>. (Re: [whatwg] Interpretation of video poster attribute)

Modified: index
===================================================================
--- index	2008-06-13 09:08:35 UTC (rev 1772)
+++ index	2008-06-13 09:24:49 UTC (rev 1773)
@@ -15410,16 +15410,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

Modified: source
===================================================================
--- source	2008-06-13 09:08:35 UTC (rev 1772)
+++ source	2008-06-13 09:24:49 UTC (rev 1773)
@@ -13332,17 +13332,20 @@
   pixel ratios that are less than 1.0).</p>
 
   <p>The intrinsic height of a <code>video</code> element's playback
-  area is the intrinsic height of the video resource, if available,
-  otherwise it is 150 CSS pixels.</p>
+  area is the intrinsic height of the video resource, if that is
+  available; otherwise it is the intrinsic height of the resource given
+  by the <code title="attr-video-poster">poster</code> attribute, if
+  that is available; otherwise it is 150 CSS pixels.</p>
 
   <p>The intrinsic width of a <code>video</code> element's playback
-  area is the intrinsic width of the video resource, if available,
-  otherwise it is 300 CSS pixels.</p>
+  area is the intrinsic width of the video resource, if that is
+  available; otherwise it is the intrinsic height of the resource
+  given by the <code title="attr-video-poster">poster</code>
+  attribute, if that is available; otherwise it is 300 CSS pixels.</p>
 
   <p class="note">The image given by the <code
-  title="attr-video-poster">poster</code> attribute does not influence
-  the element's intrinsic dimensions and is not affected by the pixel
-  ratio conversions.</p>
+  title="attr-video-poster">poster</code> attribute is not affected by
+  the pixel ratio conversions.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list