pubnotes/Overview.html 1.300 1855 1.1044 loadstart is also synchronous

1.1044 loadstart is also synchronous (Re: HTMLMediaElement: more issues
and ambiguities) (credit: pj) (whatwg r1855) (changed by: Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.300.html#status
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.300.html#media_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.300.html#abstract
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.300.html#relationship0_wd2

Current content per affected section: 
  http://dev.w3.org/html5/pubnotes/Overview.html#status
  http://dev.w3.org/html5/pubnotes/Overview.html#media_wd2
  http://dev.w3.org/html5/pubnotes/Overview.html#abstract
  http://dev.w3.org/html5/pubnotes/Overview.html#relationship0_wd2

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#status
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#media_wd2
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#relationship0_wd2

Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html

http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.299&r2=1.300&f=h

http://html5.org/tools/web-apps-tracker?from=1854&to=1855

===================================================================
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:01:32 UTC