[html5] r3661 - [e] (0) Note that onloadedmetadata happens after the <video> element is resized.

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 21 23:54:28 PDT 2009


Author: ianh
Date: 2009-08-21 23:54:27 -0700 (Fri, 21 Aug 2009)
New Revision: 3661

Modified:
   index
   source
Log:
[e] (0) Note that onloadedmetadata happens after the <video> element is resized.

Modified: index
===================================================================
--- index	2009-08-22 05:55:05 UTC (rev 3660)
+++ index	2009-08-22 06:54:27 UTC (rev 3661)
@@ -21562,10 +21562,18 @@
 
        </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>
 
         <p>If either the <a href=#media-resource>media resource</a> or the address

Modified: source
===================================================================
--- source	2009-08-22 05:55:05 UTC (rev 3660)
+++ source	2009-08-22 06:54:27 UTC (rev 3661)
@@ -23343,11 +23343,19 @@
 
        </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>
 
         <p>If either the <span>media resource</span> or the address




More information about the Commit-Watchers mailing list