[html5] r1747 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 02:56:37 PDT 2008
Author: ianh
Date: 2008-06-12 02:56:37 -0700 (Thu, 12 Jun 2008)
New Revision: 1747
Modified:
index
source
Log:
[e] (0) what is poster=''?
Modified: index
===================================================================
--- index 2008-06-12 09:53:03 UTC (rev 1746)
+++ index 2008-06-12 09:56:37 UTC (rev 1747)
@@ -15235,6 +15235,11 @@
while no video data is available. The attribute, if present, must contain
a URI (or IRI).
+ <p class=note>The image given by the <code title=attr-video-poster><a
+ href="#poster">poster</a></code> attribute is intended to be a <i>poster
+ frame</i>, a representative frame of the video (typically one of the first
+ non-blank frames) that gives the user an idea of what the video is like.
+
<p>The <dfn id=poster0 title=dom-video-poster><code>poster</code></dfn> DOM
attribute must <a href="#reflect">reflect</a> the <code
title=attr-video-poster><a href="#poster">poster</a></code> content
Modified: source
===================================================================
--- source 2008-06-12 09:53:03 UTC (rev 1746)
+++ source 2008-06-12 09:56:37 UTC (rev 1747)
@@ -13172,6 +13172,12 @@
show while no video data is available. The attribute, if present,
must contain a URI (or IRI).</p>
+ <p class="note">The image given by the <code
+ title="attr-video-poster">poster</code> attribute is intended to be
+ a <i>poster frame</i>, a representative frame of the video
+ (typically one of the first non-blank frames) that gives the user an
+ idea of what the video is like.</p>
+
<p>The <dfn title="dom-video-poster"><code>poster</code></dfn> DOM
attribute must <span>reflect</span> the <code
title="attr-video-poster">poster</code> content attribute.</p>
More information about the Commit-Watchers
mailing list