Skip to content

Commit

Permalink
[e] (0) what is poster=''?
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1747 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2008
1 parent 81b265c commit 17333a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -15235,6 +15235,11 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
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
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -13172,6 +13172,12 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
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>
Expand Down

0 comments on commit 17333a4

Please sign in to comment.