[html5] r1855 - [gow] (2) loadstart is also synchronous (Re: HTMLMediaElement: more issues and a [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 8 17:01:33 PDT 2008


Author: ianh
Date: 2008-07-08 17:01:32 -0700 (Tue, 08 Jul 2008)
New Revision: 1855

Modified:
   index
   source
Log:
[gow] (2) loadstart is also synchronous (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj)

Modified: index
===================================================================
--- index	2008-07-08 23:59:43 UTC (rev 1854)
+++ index	2008-07-09 00:01:32 UTC (rev 1855)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 8 July
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 9 July
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -17784,9 +17784,10 @@
 
    <li>
     <p>The user agent must then set the <a href="#begun">begun flag</a> to
-     true and <a href="#firing6">fire a progress event</a> called <code
-     title=event-loadstart><a href="#loadstart">loadstart</a></code> at the
-     <a href="#media7">media element</a>.
+     true and synchronously <a href="#firing6">fire a progress event</a>
+     called <code title=event-loadstart><a
+     href="#loadstart">loadstart</a></code> at the <a href="#media7">media
+     element</a>.
 
    <li>
     <p>The method must return, but these steps must continue.

Modified: source
===================================================================
--- source	2008-07-08 23:59:43 UTC (rev 1854)
+++ source	2008-07-09 00:01:32 UTC (rev 1855)
@@ -15527,8 +15527,8 @@
    returning the new value.</p></li>
 
    <li><p>The user agent must then set the <span>begun flag</span> to
-   true and <span>fire a progress event</span> called <code
-   title="event-loadstart">loadstart</code> at the <span>media
+   true and synchronously <span>fire a progress event</span> called
+   <code title="event-loadstart">loadstart</code> at the <span>media
    element</span>.</p></li>
 
    <li><p>The method must return, but these steps must




More information about the Commit-Watchers mailing list