Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Note that onloadedmetadata happens after the <video> element …
…is resized.

git-svn-id: http://svn.whatwg.org/webapps@3661 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 22, 2009
1 parent 11d52a1 commit 0caf1c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
14 changes: 11 additions & 3 deletions index
Expand Up @@ -21562,9 +21562,17 @@ interface <dfn>CueRangeCallback</dfn> {

</li>

<li id=fire-loadedmetadata><p><a href=#queue-a-task>Queue a task</a> to
<a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-loadedmetadata><a href=#event-loadedmetadata>loadedmetadata</a></code> at the
element.</li>
<li id=fire-loadedmetadata>

<p><a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a simple
event</a> called <code title=event-loadedmetadata><a href=#event-loadedmetadata>loadedmetadata</a></code> at the
element.</p>

<p class=note>Before this task is run, sa part of the event
loop mechanism, the rendering will have been updated to resize
the <code><a href=#video>video</a></code> element if appropriate.</p>

</li>

<li>

Expand Down
16 changes: 12 additions & 4 deletions source
Expand Up @@ -23343,10 +23343,18 @@ interface <dfn>CueRangeCallback</dfn> {

</li>

<li id="fire-loadedmetadata"><p><span>Queue a task</span> to
<span>fire a simple event</span> called <code
title="event-loadedmetadata">loadedmetadata</code> at the
element.</li>
<li id="fire-loadedmetadata">

<p><span>Queue a task</span> to <span>fire a simple
event</span> called <code
title="event-loadedmetadata">loadedmetadata</code> at the
element.</p>

<p class="note">Before this task is run, sa part of the event
loop mechanism, the rendering will have been updated to resize
the <code>video</code> element if appropriate.</p>

</li>

<li>

Expand Down

0 comments on commit 0caf1c3

Please sign in to comment.