html5/pubnotes Overview.html,1.299,1.300 Overview.src.html,1.285,1.286

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv29496

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


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- Overview.html	8 Jul 2008 23:58:03 -0000	1.299
+++ Overview.html	9 Jul 2008 01:59:46 -0000	1.300
@@ -5,7 +5,6 @@
 <!-- * Run “make” to regenerate it. -->
 <!-- * -->
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>HTML 5 Publication Notes</title>
-    
     <link href="style.css" type="text/css" rel="stylesheet" />
     
     
@@ -43,7 +42,7 @@
         specification itself or to read through the entire diff
         document that shows all the changes..</p>
     <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
-          <b>2008-07-09T08:57:25+09:00</b>.</p></div></div>
+          <b>2008-07-09T10:57:37+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1325,6 +1324,17 @@
                   up being not included in the range(s) of objects
                   returned by the same attributes at a later
                   time.</q></li>
+                <li>Also in the “Loading the media resource”, a
+                step in the algorithm that user agents must run
+                when the
+                <code class="method">load()</code>
+                method
+                is invoked on a media element was revised to now
+                read (added text highlighted): <q>The user agent
+                  must then set the begun flag to true and
+                  <em class="highlight">synchronously</em> fire a
+                  progress event called loadstart at the media
+                  element.</q></li>
                 <li>In the “Location of the media resource”
                 subsection, text was added to define the <q>pixel
                   ratio override</q> of a media resource.</li>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- Overview.src.html	8 Jul 2008 23:58:03 -0000	1.285
+++ Overview.src.html	9 Jul 2008 01:59:46 -0000	1.286
@@ -6,7 +6,6 @@
 <!-- * See comment at end of file. -->
 <html lang=en>
   <head><meta charset=utf-8><title>HTML 5 Publication Notes</title>
-    <!-- * <meta name='revision' content='$Id$'> -->
     <link rel=stylesheet href=style.css type=text/css>
     <link rel=stylesheet href=http://www.w3.org/StyleSheets/TR/W3C-ED type=text/css>
     <link rel=stylesheet href=src.css type=text/css>
@@ -611,6 +610,17 @@
                   up being not included in the range(s) of objects
                   returned by the same attributes at a later
                   time.</q></li>
+                <li>Also in the “Loading the media resource”, a
+                step in the algorithm that user agents must run
+                when the
+                <code class=method>load()</code>
+                method
+                is invoked on a media element was revised to now
+                read (added text highlighted): <q>The user agent
+                  must then set the begun flag to true and
+                  <em class=highlight>synchronously</em> fire a
+                  progress event called loadstart at the media
+                  element.</q></li>
                 <li>In the “Location of the media resource”
                 subsection, text was added to define the <q>pixel
                   ratio override</q> of a media resource.</li>

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