- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 09:56:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32395
Modified Files:
Overview.html
Log Message:
what is poster=''? (whatwg r1747)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -d -r1.936 -r1.937
--- Overview.html 12 Jun 2008 09:53:06 -0000 1.936
+++ Overview.html 12 Jun 2008 09:56:41 -0000 1.937
@@ -15339,6 +15339,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
Received on Thursday, 12 June 2008 09:57:19 UTC