Navigation Menu

Skip to content

Commit

Permalink
[gow] (2) Poster frames delay the 'load' event; stalling the video al…
Browse files Browse the repository at this point in the history
…together doesn't.

git-svn-id: http://svn.whatwg.org/webapps@2911 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 25, 2009
1 parent 3043877 commit 7ca1878
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions index
Expand Up @@ -18861,9 +18861,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
or when the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code> attribute
is set, its value must be <a href=#resolve-a-url title="resolve a
url">resolved</a> relative to the element, and if that is
successful, the resulting <a href=#absolute-url>absolute URL</a> must be <a href=#fetch title=fetch>fetched</a>. The <dfn id=poster-frame>poster frame</dfn> is then
the image obtained from that resource, if any.</span></p> <!-- thus
it is unaffected by changes to the base URL. -->
successful, the resulting <a href=#absolute-url>absolute URL</a> must be <a href=#fetch title=fetch>fetched</a>; this must <a href=#delay-the-load-event>delay the load
event</a>. The <dfn id=poster-frame>poster frame</dfn> is then the image obtained
from that resource, if any.</span></p> <!-- thus it is unaffected by
changes to the base URL. -->

<p class=note>The image given by the <code title=attr-video-poster><a href=#attr-video-poster>poster</a></code> attribute, the <i><a href=#poster-frame>poster
frame</a></i>, is intended to be a representative frame of the video
Expand Down Expand Up @@ -20061,6 +20062,13 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
downloading any further content leads to a more efficient use of
the network resources.</p>

<p>When a user agent decides to completely stall a download,
e.g. if it is waiting until the user starts playback before
downloading any further content, the element's
<a href=#delaying-the-load-event-flag>delaying-the-load-event flag</a> must be set to
false. This stops <a href=#delay-the-load-event title="delay the load event">delaying the
load event</a>.</p>

<p>The user agent may use whatever means necessary to fetch the
resource (within the constraints put forward by this and other
specifications); for example, reconnecting to the server in the
Expand Down
14 changes: 11 additions & 3 deletions source
Expand Up @@ -20288,9 +20288,10 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
is set, its value must be <span title="resolve a
url">resolved</span> relative to the element, and if that is
successful, the resulting <span>absolute URL</span> must be <span
title="fetch">fetched</span>. The <dfn>poster frame</dfn> is then
the image obtained from that resource, if any.</span></p> <!-- thus
it is unaffected by changes to the base URL. -->
title="fetch">fetched</span>; this must <span>delay the load
event</span>. The <dfn>poster frame</dfn> is then the image obtained
from that resource, if any.</span></p> <!-- thus it is unaffected by
changes to the base URL. -->

<p class="note">The image given by the <code
title="attr-video-poster">poster</code> attribute, the <i>poster
Expand Down Expand Up @@ -21710,6 +21711,13 @@ interface <dfn>CueRangeCallback</dfn> {
downloading any further content leads to a more efficient use of
the network resources.</p>

<p>When a user agent decides to completely stall a download,
e.g. if it is waiting until the user starts playback before
downloading any further content, the element's
<span>delaying-the-load-event flag</span> must be set to
false. This stops <span title="delay the load event">delaying the
load event</span>.</p>

<p>The user agent may use whatever means necessary to fetch the
resource (within the constraints put forward by this and other
specifications); for example, reconnecting to the server in the
Expand Down

0 comments on commit 7ca1878

Please sign in to comment.