[html5] r8356 - [giow] (2) The spec wasn't clear about what to do if there's no poster frame. Af [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 16 12:50:46 PST 2013


Author: ianh
Date: 2013-12-16 12:50:45 -0800 (Mon, 16 Dec 2013)
New Revision: 8356

Modified:
   complete.html
   index
   source
Log:
[giow] (2) The spec wasn't clear about what to do if there's no poster frame.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-15 02:51:56 UTC (rev 8355)
+++ complete.html	2013-12-16 20:50:45 UTC (rev 8356)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 16 December 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -24524,10 +24524,14 @@
    all, or the element's <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute is any
    subsequent value but the <a href=#media-resource>media resource</a> does not have a video channel)</dt>
 
+   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>, if any,
+   or else transparent black with no intrinsic dimensions.</dd>
+
    <dt>When the <code><a href=#the-video-element>video</a></code> element is <a href=#dom-media-paused title=dom-media-paused>paused</a>, the <a href=#current-playback-position title="current playback position">current playback position</a> is the first frame of video,
    and the element's <a href=#show-poster-flag>show poster flag</a> is set</dt>
 
-   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>.</dd>
+   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>, if any,
+   or else the first frame of the video.</dd>
 
    <dt>When the <code><a href=#the-video-element>video</a></code> element is <a href=#dom-media-paused title=dom-media-paused>paused</a>, and the
    frame of video corresponding to the <a href=#current-playback-position title="current playback position">current playback
@@ -102064,6 +102068,7 @@
   David Carlisle,
   David E. Cleary,
   David Egan Evans,
+  David Fink,
   David Flanagan,
   David Gerard,
   David Håsäther,

Modified: index
===================================================================
--- index	2013-12-15 02:51:56 UTC (rev 8355)
+++ index	2013-12-16 20:50:45 UTC (rev 8356)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 16 December 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -24524,10 +24524,14 @@
    all, or the element's <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute is any
    subsequent value but the <a href=#media-resource>media resource</a> does not have a video channel)</dt>
 
+   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>, if any,
+   or else transparent black with no intrinsic dimensions.</dd>
+
    <dt>When the <code><a href=#the-video-element>video</a></code> element is <a href=#dom-media-paused title=dom-media-paused>paused</a>, the <a href=#current-playback-position title="current playback position">current playback position</a> is the first frame of video,
    and the element's <a href=#show-poster-flag>show poster flag</a> is set</dt>
 
-   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>.</dd>
+   <dd>The <code><a href=#the-video-element>video</a></code> element <a href=#represents>represents</a> its <a href=#poster-frame>poster frame</a>, if any,
+   or else the first frame of the video.</dd>
 
    <dt>When the <code><a href=#the-video-element>video</a></code> element is <a href=#dom-media-paused title=dom-media-paused>paused</a>, and the
    frame of video corresponding to the <a href=#current-playback-position title="current playback position">current playback
@@ -102064,6 +102068,7 @@
   David Carlisle,
   David E. Cleary,
   David Egan Evans,
+  David Fink,
   David Flanagan,
   David Gerard,
   David Håsäther,

Modified: source
===================================================================
--- source	2013-12-15 02:51:56 UTC (rev 8355)
+++ source	2013-12-16 20:50:45 UTC (rev 8356)
@@ -25886,11 +25886,15 @@
    all, or the element's <code data-x="dom-media-readyState">readyState</code> attribute is any
    subsequent value but the <span>media resource</span> does not have a video channel)</dt>
 
+   <dd>The <code>video</code> element <span>represents</span> its <span>poster frame</span>, if any,
+   or else transparent black with no intrinsic dimensions.</dd>
+
    <dt>When the <code>video</code> element is <span data-x="dom-media-paused">paused</span>, the <span
    data-x="current playback position">current playback position</span> is the first frame of video,
    and the element's <span>show poster flag</span> is set</dt>
 
-   <dd>The <code>video</code> element <span>represents</span> its <span>poster frame</span>.</dd>
+   <dd>The <code>video</code> element <span>represents</span> its <span>poster frame</span>, if any,
+   or else the first frame of the video.</dd>
 
    <dt>When the <code>video</code> element is <span data-x="dom-media-paused">paused</span>, and the
    frame of video corresponding to the <span data-x="current playback position">current playback
@@ -114048,6 +114052,7 @@
   David Carlisle,
   David E. Cleary,
   David Egan Evans,
+  David Fink,
   David Flanagan,
   David Gerard,
   David Håsäther,




More information about the Commit-Watchers mailing list