html5/spec Overview.html,1.1043,1.1044

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19956

Modified Files:
	Overview.html 
Log Message:
loadstart is also synchronous (Re: HTMLMediaElement: more issues and ambiguities) (credit: pj) (whatwg r1855)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1043
retrieving revision 1.1044
diff -u -d -r1.1043 -r1.1044
--- Overview.html	8 Jul 2008 23:59:47 -0000	1.1043
+++ Overview.html	9 Jul 2008 00:02:11 -0000	1.1044
@@ -59,7 +59,7 @@
     for HTML and XHTML</h2>
 
    <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
-    Editor's Draft <!--ZZZ--> 8 July 2008</h2>
+    Editor's Draft <!--ZZZ--> 9 July 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -207,7 +207,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
    the W3C working group responsible for this specification's progress along
-   the W3C Recommendation track. <!--ZZZ:--> This specification is the 8 July
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 9 July
    2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- relationship to other work (required) -->
@@ -17888,9 +17888,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.

Received on Wednesday, 9 July 2008 00:02:47 UTC